-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 787 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 787 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": "ssr",
"version": "1.0.0",
"description": "ssr",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "ljj",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-loader": "^7.1.4",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"nodemon": "^1.17.5",
"webpack": "^3.10.0"
},
"dependencies": {
"ejs": "^2.6.1",
"koa": "^2.5.1",
"koa-static": "^4.0.3",
"koa-views": "^6.1.4",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-router-dom": "^5.0.0"
}
}