-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
76 lines (76 loc) · 2.16 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
{
"name": "monorepo-micro-apps",
"version": "0.0.1",
"description": "基于 pnpm + monorepo 的微前端项目管理方案",
"author": "MiyueFE <https://github.com/miyuesc>",
"license": "MIT",
"homepage": "https://github.com/miyuesc/monorepo-micro-apps#readme",
"keywords": [
"pnpm",
"monorepo",
"micro-app",
"vue-app",
"react-app"
],
"scripts": {
"bootstrap": "pnpm install",
"dev:ding-flow": "cd ./packages/ding-flow && pnpm run dev",
"build:shared": "cd ./packages/shared && pnpm run build",
"build:ding-flow": "cd ./packages/ding-flow && pnpm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/miyuesc/monorepo-micro-apps.git"
},
"bugs": {
"url": "https://github.com/miyuesc/monorepo-micro-apps/issues"
},
"devDependencies": {
"@antfu/eslint-config": "^2.22.0",
"@eslint-react/eslint-plugin": "^1.10.1",
"@eslint/js": "^9.9.0",
"@iconify/vue": "^4.2.0",
"@rollup/plugin-typescript": "^11.1.6",
"@types/node": "^20.12.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@unocss/eslint-plugin": "^0.59.4",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/ui": "^1.6.0",
"axios": "^1.6.8",
"esbuild": "^0.21.2",
"eslint": "^8.56.0",
"eslint-plugin-format": "^0.1.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"rimraf": "^5.0.7",
"rollup": "^4.17.2",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-node-externals": "^7.1.2",
"sass": "^1.77.7",
"typescript": "^5.4.5",
"typescript-eslint": "^8.0.1",
"unocss": "^0.60.0",
"vite": "^5.2.11",
"vite-plugin-dts": "^3.9.1"
},
"dependencies": {
"@arco-design/web-vue": "^2.56.0",
"@micro-zoe/micro-app": "1.0.0-rc.5",
"echarts": "^5.5.0",
"ids": "^1.0.5",
"lucide-vue-next": "^0.417.0",
"normalize.css": "^8.0.1",
"pinia": "^2.1.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vitest": "^1.6.0",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
},
"engines": {
"node": ">=18.0.0"
}
}