-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.3 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
{
"name": "Thinner",
"version": "0.0.1",
"description": "Thinner แค่ดมก็เก่งแล้ว",
"main": "index.js",
"repository": "[email protected]:buffaly/Thinner.git",
"author": "buffaly <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js"
},
"dependencies": {
"antd": "^2.13.7",
"autoprefixer": "6.7.6",
"babel-eslint": "^7.2.3",
"babel-plugin-module-resolver": "2.5.0",
"babel-plugin-root-import": "^5.1.0",
"babel-plugin-wrap-in-js": "^1.1.0",
"babel-preset-es2017": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babili-webpack-plugin": "^0.1.2",
"compression": "^1.7.1",
"eslint": "^3.19.0",
"eslint-config-storylog": "https://github.com/storylog/eslint-config-storylog",
"express": "^4.16.2",
"glob": "7.1.1",
"isomorphic-fetch": "^2.2.1",
"next": "^4.1.3",
"next-routes": "^1.1.0",
"node-sass": "^4.4.0",
"normalize.css": "5.0.0",
"postcss-easy-import": "2.0.0",
"postcss-loader": "1.3.3",
"raw-loader": "^0.5.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-json-pretty": "^1.7.4",
"recompose": "^0.26.0",
"sass-loader": "^4.1.1",
"webpack": "^3.0.0"
}
}