-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
135 lines (135 loc) · 4.66 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "grow_admin",
"private": true,
"version": "1.0.0",
"type": "commonjs",
"description": "",
"author": "ZhQuella (Email:[email protected])",
"main": "index.js",
"license": "GPL",
"keywords": [
"vue3",
"vite",
"admin",
"typescript"
],
"scripts": {
"preinstall": "npx only-allow pnpm",
"clean:all": "npx rimraf ./GrowRock/*/node_modules ./GrowCornerstone/*/node_modules ./libs/*/node_modules ./node_modules ./sample/node_modules",
"clean:dist": "npx rimraf ./GrowRock/*/dist ./GrowCornerstone/*/dist ./libs/*/dist ./dist ./sample/dist",
"dev": "turbo run dev",
"build": "turbo run build",
"test:run": "vitest run",
"test:watch": "vitest watch",
"test:coverage": "vitest run --coverage",
"bea": "npx prettier -w -u .",
"lint": "eslint --no-error-on-unmatched-pattern --ext .vue --ext .ts --ext .tsx packages/**/ --fix",
"sample:preview": "pnpm --filter grow_sample preview",
"sample:dev": "pnpm --filter grow_sample dev",
"sample:build": "pnpm --filter grow_sample build",
"grow-component:dev": "pnpm --filter @grow-rock/grow-component dev",
"grow-component:build": "pnpm --filter @grow-rock/grow-component build",
"grow-designer:dev": "pnpm --filter @grow-rock/grow-designer dev",
"grow-designer:build": "pnpm --filter @grow-rock/grow-designer build",
"grow-editor:dev": "pnpm --filter @grow-rock/grow-editor dev",
"grow-editor:build": "pnpm --filter @grow-rock/grow-editor build",
"grow-flow:dev": "pnpm --filter @grow-rock/grow-flow dev",
"grow-flow:build": "pnpm --filter @grow-rock/grow-flow build",
"grow-single-file:dev": "pnpm --filter @grow-rock/grow-single-file dev",
"grow-single-file:build": "pnpm --filter @grow-rock/grow-single-file build",
"grow-utils:dev": "pnpm --filter @grow-rock/grow-utils dev",
"grow-utils:build": "pnpm --filter @grow-rock/grow-utils build"
},
"engines": {
"node": ">=20.10.0",
"npm": ">=10.2.3",
"pnpm": ">=8.3.1"
},
"gitHooks": {
"commit-msg": "node scripts/commitMessage.js"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/preset-env": "^7.21.4",
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@types/mockjs": "^1.0.7",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@vicons/antd": "^0.12.0",
"@vicons/carbon": "^0.12.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vitest/coverage-c8": "^0.31.4",
"@vue/babel-preset-jsx": "^1.4.0",
"@vue/compiler-sfc": "^3.3.4",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/test-utils": "^2.3.2",
"@vueuse/core": "^10.0.2",
"autoprefixer": "^10.4.14",
"babel": "^6.23.0",
"babel-eslint": "^10.1.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-preset-env": "^1.7.0",
"chalk": "^5.2.0",
"eslint": "^8.38.0",
"eslint-formatter-pretty": "^5.0.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.10.0",
"execa": "^7.1.1",
"jsdom": "^22.1.0",
"mockjs": "^1.1.0",
"postcss": "^8.4.21",
"postcss-import": "^15.1.0",
"prettier": "^2.8.7",
"rimraf": "^6.0.1",
"rollup": "^3.20.2",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-esbuild": "^5.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-scss": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-visualizer": "^5.9.0",
"sass": "^1.62.0",
"sass-loader": "^10.4.1",
"tailwindcss": "^3.3.1",
"turbo": "^2.4.0",
"typescript": "^5.0.4",
"v3-tour": "^3.1.2",
"vite": "^4.3.9",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-imagemin": "^0.6.1",
"vite-plugin-mock": "^2.9.8",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vitest": "^0.31.4",
"vue": "^3.3.0",
"vue-router": "^4.1.6",
"vue-tsc": "^2.2.0",
"yorkie": "^2.0.0"
},
"dependencies": {
"animate.css": "^4.1.1",
"await-to-js": "^3.0.0",
"axios": "^1.7.9",
"echarts": "^5.4.2",
"element-plus": "^2.8.4",
"exceljs": "^4.3.0",
"hover.css": "^2.3.2",
"nanoid": "^5.0.9",
"nprogress": "^0.2.0",
"pinia": "^2.0.34",
"resize-observer-polyfill": "^1.5.1",
"sortablejs": "^1.15.0",
"splitpanes": "^3.1.5",
"vue-draggable-next": "^2.2.1",
"vue-i18n": "^9.2.2",
"vue3-grid-layout": "^1.0.0"
},
"packageManager": "[email protected]"
}