-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 785 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 785 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
34
35
{
"name": "react-code-split-ssr",
"version": "0.9.2",
"description": "React code splitting with SSR",
"main": "./lib/index.js",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"react router",
"code splitting",
"meteor",
"ssr",
"server side rendering"
],
"repository": {
"type": "git",
"url": "https://github.com/lhz516/react-code-split-ssr"
},
"author": "Hanz Luo",
"license": "MIT",
"devDependencies": {
"tslint": "^5.7.0",
"tslint-react": "^3.2.0",
"typescript": "^2.5.2"
},
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0",
"react-router": "^4.0.0",
"react-router-dom": "^4.0.0"
}
}