-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 899 Bytes
/
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
{
"name": "webpack-boilerplate",
"version": "1.0.0",
"description": "a blank, webpack boilerplate",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "kmilov <[email protected]>",
"devDependencies": {
"axios": "^0.15.2",
"babel-core": "^6.1.2",
"babel-loader": "^6.1.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"html-webpack-plugin": "^2.26.0",
"jquery": "^3.1.1",
"marked": "^0.3.6",
"react": "^15.4.2",
"react-addons-css-transition-group": "^15.4.2",
"react-addons-update": "^15.4.2",
"react-dnd": "^2.2.3",
"react-dnd-html5-backend": "^2.2.3",
"react-dom": "^15.4.2",
"react-router": "^3.0.2",
"reload-html-webpack-plugin": "^0.1.2",
"webpack": "^1.12.4",
"webpack-dev-server": "^1.12.1"
}
}