forked from linxianxi/react-router-auth-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.13 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
{
"name": "@onerouter/rag",
"version": "1.3.2",
"description": "Easy to use permission management based on react-router v6",
"type": "module",
"keywords": [
"react",
"router",
"react-router",
"onerouter",
"auth",
"access",
"authentication",
"react router auth"
],
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
"scripts": {
"dev": "vite",
"build": "vite build && tsc -p tsconfig.build.json",
"preview": "vite preview"
},
"files": [
"dist"
],
"types": "./dist/index.d.ts",
"author": {
"name": "Science/Art/Magic"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/OneRouter/RAG.git"
},
"peerDependencies": {
"@onerouter/core": "^0.6.6"
},
"devDependencies": {
"@ant-design/icons": "^4.8.0",
"@types/node": "^18.0.6",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.0",
"antd": "^5.0.4",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"@onerouter/core": "^0.6.6"
"swr": "^1.3.0",
"typescript": "^4.6.4",
"vite": "^3.0.2"
}
}