package.json
943 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
37
38
39
{
"name": "@umijs/renderer-react",
"version": "3.5.0",
"description": "@umijs/renderer-react",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/umijs/umi"
},
"keywords": [
"umi"
],
"sideEffects": false,
"authors": [
"chencheng <sorrycc@gmail.com> (https://github.com/sorrycc)"
],
"license": "MIT",
"bugs": "http://github.com/umijs/umi/issues",
"homepage": "https://github.com/umijs/umi/tree/master/packages/renderer-react#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@types/react": "^16.9.43",
"@types/react-dom": "^16.9.8",
"@types/react-router-config": "^5.0.2",
"@umijs/runtime": "3.5.0",
"react-router-config": "5.1.1"
},
"peerDependencies": {
"react": "16.x || 17.x",
"react-dom": "16.x || 17.x"
},
"module": "dist/index.esm.js"
}