-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.14 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.14 KB
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
{
"name": "springReact",
"version": "1.0.0",
"description": "Spring Boot React",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/juhahinkula/SpringBootReact.git"
},
"author": "Juha Hinkula",
"license": "MIT",
"bugs": {
"url": "https://github.com/juhahinkula/SpringBootReact/issues"
},
"homepage": "https://github.com/juhahinkula/SpringBootReact",
"devDependencies": {
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"css-loader": "^0.25.0",
"file-loader": "^0.9.0",
"style-loader": "^0.13.2"
},
"dependencies": {
"babel-core": "^6.24.0",
"bootstrap": "^3.3.7",
"griddle-react": "^1.0.0",
"material-ui": "^0.17.1",
"react": "^15.4.2",
"react-bootstrap": "^0.30.8",
"react-dom": "^15.4.2",
"react-jsonschema-form": "^0.43.0",
"react-router-dom": "^4.0.0-beta.8",
"react-s-alert": "^1.2.0",
"react-skylight": "^0.4.1",
"react-tap-event-plugin": "^2.0.1",
"spring-data-rest-js": "^0.2.21"
}
}