-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
56 lines (56 loc) · 1.43 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "thedevs.network",
"version": "1.0.0",
"description": "Website for TheDevs Network",
"main": "index.js",
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "cross-env NODE_ENV=production node server.js"
},
"dependencies": {
"autoprefixer": "^6.7.7",
"axios": "^0.16.2",
"babel-plugin-module-resolver": "^2.7.1",
"babel-plugin-wrap-in-js": "^1.1.1",
"body-parser": "^1.18.2",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"front-matter": "^2.2.0",
"glob": "^7.1.2",
"material-ui": "^1.0.0-beta.16",
"material-ui-icons": "^1.0.0-beta.15",
"minify-css-string": "^1.0.0",
"moment": "^2.21.0",
"next": "^4.2.3",
"node-sass": "^4.7.2",
"raw-loader": "^0.5.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-jss": "^7.2.0",
"react-markdown": "^2.5.0",
"react-svg": "^2.1.22",
"sass-loader": "^4.1.1",
"source-list-map": "^2.0.0",
"speakingurl": "^14.0.1",
"webpack": "^3.6.0"
},
"devDependencies": {
"ajv": "^5.2.3",
"cross-env": "^5.1.6",
"eslint-plugin-react": "^7.4.0"
},
"keywords": [
"TheDevs",
"website"
],
"repository": {
"type": "git",
"url": "git+https://github.com/TheDevs-Network/website.git"
},
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/TheDevs-Network/website/issues"
},
"homepage": "https://github.com/TheDevs-Network/website#readme"
}