-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
39 lines (39 loc) · 999 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
32
33
34
35
36
37
38
39
{
"name": "create-react-scripts-ssr",
"version": "0.1.10",
"author": "Sze Ka Wai Raymond",
"main": "index.js",
"description": "Make universal react app easy using create-react-scripts",
"license": "MIT",
"repository": "raymondsze/create-react-scripts",
"engines": {
"node": ">=6"
},
"files": [
"config",
"scripts",
"utils",
"index.js"
],
"bugs": {
"url": "https://github.com/raymondsze/create-react-scripts/issues"
},
"dependencies": {
"assets-webpack-plugin": "3.5.1",
"chalk": "2.1.0",
"clone": "2.1.1",
"create-react-scripts": "^0.1.6",
"create-react-scripts-utils": "^0.1.4",
"fs-extra": "4.0.2",
"ignore-loader": "0.1.2",
"nodemon": "1.12.1",
"nodemon-webpack-plugin": "0.1.4",
"react-dev-utils": "4.1.0",
"react-error-overlay": "2.0.2",
"sockjs-client": "1.1.4",
"strip-ansi": "4.0.0",
"webpack": "3.6.0",
"webpack-dev-server": "2.9.1",
"webpack-node-externals": "1.6.0"
}
}