-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 763 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 763 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
{
"name": "jsf-react-example",
"version": "0.1.0",
"description": "Example React app with JSF and Java backend",
"dependencies": {
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"babel-preset-stage-2": "6.5.0",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"json-loader": "^0.5.7",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"prop-types": "^15.6.2",
"react": "^0.14.8",
"react-cookie": "^2.2.0",
"react-dom": "^0.14.8",
"react-hot-loader": "^1.3.0",
"react-intl": "^2.4.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.13.0"
}
}