-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 714 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 714 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
{
"name": "react-boilerplate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "rollup -c config/rollup.js",
"server": "ws --spa index.html",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Andrea Restello",
"license": "MIT",
"dependencies": {
"react": "^15.3.0",
"react-dom": "^15.3.0",
"react-redux": "^4.4.5",
"react-router": "^2.6.1",
"react-router-redux": "^4.0.5",
"redux": "^3.5.2"
},
"devDependencies": {
"rollup": "^0.34.10",
"rollup-plugin-commonjs": "^3.3.1",
"rollup-plugin-replace": "^1.1.1",
"rollup-plugin-typescript": "^0.8.1",
"rollup-plugin-uglify": "^1.0.1"
}
}