-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 796 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 796 Bytes
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
{
"name": "java-spring-and-react",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"dev:client": "node_modules/.bin/webpack-dev-server --host 0.0.0.0",
"webpack": "node_modules/.bin/webpack --config ./webpack.config.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "~6.23.1",
"babel-loader": "~6.3.2",
"babel-preset-env": "~1.6.1",
"babel-preset-react": "~6.22.0",
"css-loader": "^2.1.1",
"node-sass": "^4.13",
"sass-loader": "^6.0.2",
"style-loader": "^0.13.2",
"webpack": "~2.3.1",
"webpack-dev-server": "~2.4.2",
"write-file-webpack-plugin": "~4.2.0"
},
"dependencies": {
"babel-polyfill": "^6.23.0",
"react": "~15.4.2",
"react-dom": "~15.4.2"
}
}