-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.07 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
{
"name": "react-esnext",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint-js": "q-lint-js client/**/*.js client/**/*.jsx; exit 0",
"dev": "NODE_ENV=development webpack --config webpack.dev.config.js -w",
"build": "NODE_ENV=production webpack --config webpack.config.js -p"
},
"dependencies": {
"body-parser": "1.17.2",
"bootstrap": "4.0.0-alpha.6",
"express": "4.15.3",
"prop-types": "15.5.10",
"react": "15.6.1",
"react-dom": "15.6.1"
},
"devDependencies": {
"babel-core": "6.25.0",
"babel-loader": "7.1.1",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-preset-env": "1.5.2",
"babel-preset-react": "6.24.1",
"clean-webpack-plugin": "0.1.16",
"css-loader": "0.28.4",
"extract-text-webpack-plugin": "2.1.2",
"file-loader": "0.11.2",
"html-webpack-plugin": "2.29.0",
"q-lint-js": "2.0.0",
"standard": "10.0.2",
"style-loader": "0.18.2",
"url-loader": "0.5.9",
"webpack": "3.0.0"
}
}