package.json
919 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/runtime",
"version": "3.5.0",
"description": "@umijs/runtime",
"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/runtime#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@types/react-router": "5.1.12",
"@types/react-router-dom": "5.1.7",
"history-with-query": "4.10.4",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"use-subscription": "1.5.1"
},
"peerDependencies": {
"react": "16.x || 17.x"
},
"module": "dist/index.esm.js"
}