forked from lhz516/react-code-split-ssr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 766 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 766 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
36
{
"name": "@appigram/react-code-split-ssr",
"version": "1.3.5",
"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/appigram/react-code-split-ssr"
},
"author": "Eugene Sysmanov",
"license": "MIT",
"devDependencies": {
"@types/react": "^19.2.14",
"@types/react-router-dom": "^5.3.3",
"tslint": "^6.1.3",
"tslint-react": "^5.0.0",
"typescript": "^5.9.3"
},
"dependencies": {
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router": "^7.13.1"
}
}