-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.24 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": "task",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"server": "node server.js",
"test": "node ./public/built/test.js",
"eslint": "./node_modules/.bin/eslint public/form/*.js",
"webpack": "./node_modules/.bin/webpack --config webpack.config.js --watch",
"webpack-prod": "./node_modules/.bin/webpack --config webpack.config.js --optimize-minimize"
},
"engines": {
"node": "6.3.1"
},
"keywords": [],
"author": "Utrobin",
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.14.0"
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-es2016": "^6.11.3",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-2": "^6.17.0",
"css-loader": "^0.24.0",
"eslint": "^3.5.0",
"eslint-config-airbnb": "^11.1.0",
"eslint-plugin-import": "^1.15.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.2.2",
"extract-text-webpack-plugin": "^1.0.1",
"node-sass": "^3.10.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"webpack": "^1.13.2"
}
}