-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
84 lines (84 loc) · 2.8 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
{
"name": "@rickzhou/one-piece-react",
"private": true,
"homepage": "https://rick-chou.github.io/one-piece-react/",
"author": {
"name": "Rick.Zhou",
"email": "944268618@qq.com",
"avatar": "https://cdn.jsdelivr.net/gh/rick-chou/rick-assets/png/2.png",
"github": "https://github.com/rick-chou",
"juejin": "https://juejin.cn/user/1574156383563496"
},
"type": "module",
"scripts": {
"prebuild": "pnpm export:vscode-configs",
"build:blog": "pnpm --filter '@rickzhou/blog' build",
"build:editor": "pnpm --filter '@rickzhou/react-editor' build",
"build:flow": "pnpm --filter '@rickzhou/react-flow' build",
"build:repl": "pnpm --filter '@rickzhou/react-repl' build",
"export:vscode-configs": "./cli ./scripts/export-vscode-configs.ts",
"preinstall": "npx only-allow pnpm",
"regenerate-dependencies": "./cli ./scripts/regenerate-dependencies.ts",
"run:blog": "pnpm --filter '@rickzhou/blog' dev",
"run:editor": "pnpm --filter '@rickzhou/react-editor' dev",
"run:flow": "pnpm --filter '@rickzhou/react-flow' dev",
"run:repl": "pnpm --filter '@rickzhou/react-repl' dev",
"run:ui": "pnpm --filter '@rickzhou/react-ui' dev"
},
"dependencies": {
"@ant-design/icons": "^5.5.2",
"@ant-design/pro-components": "^2.8.4",
"@emotion/react": "^11.13.5",
"@rickzhou/react-ui": "workspace:^",
"@rickzhou/react-utils": "workspace:^",
"ahooks": "^3.8.4",
"antd": "^5.23.2",
"await-to-js": "^3.0.0",
"dayjs": "^1.11.13",
"echarts": "^5.5.1",
"immer": "^10.1.1",
"lodash-es": "^4.17.21",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.4.0",
"react-router-dom": "^7.0.2",
"react-transition-group": "^4.4.5",
"styled-components": "^6.1.13",
"zustand": "^5.0.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.0.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.10.3",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"chalk": "^5.3.0",
"eslint": "^9.15.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"figlet": "^1.8.0",
"globals": "^15.12.0",
"ora": "^8.1.1",
"prettier": "^3.4.1",
"prettier-plugin-organize-imports": "^3.0.0",
"prettier-plugin-packagejson": "^2.2.18",
"prettier-plugin-tailwindcss": "^0.6.11",
"rimraf": "^6.0.1",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.69.5",
"tailwindcss": "^4.0.0",
"tsx": "^4.19.2",
"typescript": "^5.3.2",
"typescript-eslint": "^8.16.0",
"vite": "^6.0.11",
"vite-plugin-pwa": "^0.21.0",
"vitest": "^3.0.5"
},
"packageManager": "pnpm@9.12.3",
"engines": {
"node": ">17",
"pnpm": ">=7 <8.6.0 || >8.6.1"
}
}