-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
74 lines (74 loc) · 1.92 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "react-router-waiter",
"version": "1.1.7",
"description": "react-router v6 路由统一管理及路由拦截方案",
"author": "neohan",
"main": "dist/index",
"scripts": {
"build": "webpack --mode=production --config ./webpack.config.js"
},
"keywords": [
"react",
"react-router",
"react-router-dom",
"waiter",
"guard"
],
"license": "MIT",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git://github.com/neohan666/react-router-waiter.git"
},
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.2.1"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"react-router-dom": ">=6.2.0"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@types/node": "^17.0.21",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.13",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"autoprefixer": "^10.0.2",
"babel-loader": "^8.2.3",
"browserslist": "^4.14.7",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^5.0.1",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"less": "^3.12.2",
"less-loader": "^7.1.0",
"postcss-loader": "^4.1.0",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.3.1",
"typescript": "^4.6.2",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4",
"webpack-node-externals": "^3.0.0"
},
"browserslist": [
"> 0.2% in CN",
"not dead",
"last 2 versions"
],
"typings": "dist/index.d.ts"
}