forked from yunsii/use-switch-tabs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.21 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
{
"name": "use-switch-tabs",
"version": "0.1.3",
"description": "React hook used to convert Switch-like component to Tabs-like component state. 用于将类 Switch 组件转换为 Tabs 组件状态的 React hook。",
"main": "./lib/index.js",
"module": "./es/index.js",
"types": "./lib/index.d.ts",
"repository": "https://github.com/theprimone/use-switch-tabs.git",
"author": "theprimone <[email protected]>",
"license": "MIT",
"files": [
"es",
"lib"
],
"scripts": {
"build": "father build",
"dev": "cd example && vite --host",
"build:demo": "cd example && vite build"
},
"dependencies": {
"@qixian.cs/path-to-regexp": "^6.1.0",
"ahooks": "^2.10.5",
"hash-string": "^1.0.0",
"history": "^5.0.0",
"lodash": "^4.17.21",
"react": "^17.0.2"
},
"devDependencies": {
"@ant-design/icons": "^4.6.2",
"@types/lodash": "^4.14.170",
"@types/react": "^17.0.9",
"@vitejs/plugin-react-refresh": "^1.3.3",
"@vitjs/runtime": "^0.6.0",
"@vitjs/vit": "^0.6.2",
"antd": "^4.16.2",
"father": "^2.30.6",
"react-dom": "^17.0.2",
"typescript": "^4.3.2",
"vite": "^2.3.7",
"vite-plugin-imp": "^2.0.7",
"vite-tsconfig-paths": "^3.3.13"
}
}