-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 870 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 870 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
31
32
33
{
"name": "spring-boot-jpa-mustache-reactjs",
"version": "0.1.0",
"description": "Spring Boot using JPA, Mustache and ReactJS",
"repository": {
"type": "git",
"url": "git@github.com:kluman/about.git"
},
"author": "Kevin Luman",
"license": "JSON",
"dependencies": {
"material-ui": "^0.17.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-router": "^4.0.0",
"rest": "^2.0.0",
"react-tap-event-plugin": "^2.0.1"
},
"devDependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"css-loader": "^0.23.1",
"url-loader": "^0.5.8",
"less": "^2.7.2",
"less-loader": "^4.0.2",
"style-loader": "^0.16.1",
"npm-install-webpack-plugin": "^4.0.4",
"webpack": "^2.2.1"
}
}