-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
89 lines (89 loc) · 2.57 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "react-soybean-docs",
"type": "module",
"version": "0.2.1",
"description": "a fresh and elegant admin template",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist"],
"scripts": {
"build": "father build",
"build:watch": "father dev",
"cleanup": "soy cleanup",
"commit": "soy git-commit",
"czh": "soy git-commit -l=zh-cn",
"dev": "dumi dev",
"docs:build": "dumi build",
"docs:preview": "dumi preview",
"doctor": "father doctor",
"lint": "eslint . --fix",
"prepublishOnly": "father doctor && npm run build",
"release": "soy release",
"start": "npm run dev",
"typecheck": "vue-tsc --noEmit --skipLibCheck",
"update-pkg": "soy update-pkg"
},
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"dependencies": {
"@ctrl/tinycolor": "4.1.0",
"@iconify/react": "^5.0.2",
"antd": "5.20.0",
"rc-footer": "0.6.8"
},
"devDependencies": {
"@ant-design/compatible": "5.1.3",
"@ant-design/happy-work-theme": "1.0.0",
"@codesandbox/sandpack-react": "2.18.2",
"@commitlint/cli": "19.4.0",
"@commitlint/config-conventional": "19.2.2",
"@iconify/json": "^2.2.235",
"@qixian.cs/github-contributors-list": "2.0.2",
"@soybeanjs/cli": "1.1.0",
"@soybeanjs/eslint-config": "1.4.0",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@types/lodash-es": "4.17.12",
"@types/nprogress": "0.2.3",
"@types/react": "18.3.3",
"@types/react-copy-to-clipboard": "5.0.7",
"@types/react-dom": "18.3.0",
"@umijs/lint": "4.3.12",
"@unocss/eslint-config": "^0.61.9",
"@unocss/preset-icons": "^0.61.9",
"@unocss/preset-uno": "^0.61.9",
"@unocss/transformer-variant-group": "^0.61.9",
"@unocss/webpack": "^0.61.9",
"antd-style": "3.6.2",
"antd-token-previewer": "2.0.8",
"cross-fetch": "4.0.0",
"dumi": "2.4.7",
"eslint": "9.9.0",
"eslint-plugin-react-refresh": "^0.4.9",
"father": "4.5.0",
"husky": "9.1.4",
"lint-staged": "15.2.8",
"lodash-es": "4.17.21",
"nprogress": "0.2.0",
"react": "18.3.1",
"react-copy-to-clipboard": "5.1.0",
"react-dom": "18.3.1",
"react-intersection-observer": "9.13.0",
"sylvanas": "0.6.1",
"typescript": "5.5.4",
"unplugin-auto-import": "^0.18.2",
"unplugin-icons": "^0.19.2",
"vanilla-tilt": "1.8.1",
"vite-plugin-svg-icons": "^2.0.1"
},
"authors": [],
"commitlint": {
"extends": ["@commitlint/config-conventional"]
}
}