-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.06 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
{
"name": "spring-data-rest-and-reactjs",
"version": "0.1.0",
"description": "Demo of ReactJS + Spring Data REST",
"repository": {
"type": "git",
"url": "git@github.com:spring-guides/tut-react-and-spring-data-rest.git"
},
"keywords": [
"rest",
"hateoas",
"spring",
"data",
"react"
],
"dependencies": {
"react": "^15.3.2",
"react-dom": "^15.3.2",
"rest": "^1.3.1",
"webpack": "^1.12.2"
},
"scripts": {
"watch": "webpack --config webpack.dev.js --watch -d",
"build": "webpack --config webpack.prod.js"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"clean-webpack-plugin": "^0.1.17",
"html-webpack-plugin": "^2.30.1",
"json-loader": "^0.5.7",
"net": "^1.0.2",
"sockjs": "^0.3.19",
"sockjs-client": "^1.1.4",
"stompjs": "^2.3.3",
"uglify-js-brunch": "^2.10.0",
"uglifyjs-webpack-plugin": "^1.1.6",
"webpack-merge": "^4.1.1"
}
}