-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 724 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 724 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
{
"name": "code-splitting-example",
"version": "1.0.0",
"author": "Yevgen Safronov sejoker@gmail.com",
"license": "MIT",
"scripts": {
"start": "neutrino start --use neutrino-preset-react",
"build": "neutrino build --use neutrino-preset-react",
"api": "json-server ./src/api/db.json --watch --routes ./src/api/routes.json"
},
"devDependencies": {
"neutrino": "^5.0.0",
"neutrino-preset-react": "^5.0.0"
},
"dependencies": {
"cf-component-code": "^2.2.0",
"cf-component-tabs": "^5.2.0",
"history": "^3.0.0",
"json-server": "^0.9.6",
"lodash.isobject": "^3.0.2",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-router": "^3.0.0"
},
"privage": true
}