-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
73 lines (73 loc) · 2.17 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
{
"name": "lulu-admin",
"version": "1.1.0",
"homepage": "https://github.com/sunhao1256/lulu-admin",
"repository": {
"url": "https://github.com/sunhao1256/lulu-admin.git"
},
"scripts": {
"dev": "cross-env VITE_SERVICE_ENV=dev vite",
"build": "npm run typecheck && cross-env VITE_SERVICE_ENV=prod vite build ",
"build-no-typecheck": "cross-env VITE_SERVICE_ENV=prod vite build ",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit --skipLibCheck"
},
"dependencies": {
"@bpmn-io/properties-panel": "^1.4.0",
"@mdi/font": "7.0.96",
"@vuelidate/components": "^1.2.5",
"@vuelidate/core": "^2.0.2",
"@vuelidate/validators": "^2.0.2",
"@vueuse/core": "^9.12.0",
"animate.css": "^4.1.1",
"apexcharts": "^3.36.3",
"axios": "0.27.2",
"bpmn-js": "^11.5.0",
"bpmn-js-properties-panel": "^1.19.1",
"camunda-bpmn-moddle": "^7.0.1",
"codemirror": "^6.0.1",
"crypto-js": "^4.1.1",
"flag-icons": "^6.6.6",
"jquery": "^3.6.4",
"lodash-es": "^4.17.21",
"moment": "^2.29.4",
"pinia": "^2.0.28",
"qs": "^6.11.0",
"seemly": "^0.3.6",
"ua-parser-js": "^1.0.33",
"vooks": "^0.2.12",
"vue": "^3.2.47",
"vue-codemirror": "^6.1.1",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6",
"vue3-apexcharts": "^1.4.1",
"vuedraggable": "^4.1.0",
"vuetify": "3.2.2",
"webfontloader": "^1.0"
},
"devDependencies": {
"@types/crypto-js": "^4.1.1",
"@types/jquery": "^3.5.16",
"@types/lodash-es": "^4.17.6",
"@types/node": "^18.11.9",
"@types/qs": "^6.9.7",
"@types/ua-parser-js": "^0.7.36",
"@types/webfontloader": "^1.6.35",
"@vitejs/plugin-vue": "^3.0.3",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vue/babel-plugin-jsx": "^1.1.1",
"cross-env": "^7.0.3",
"mockjs": "^1.1.0",
"sass": "^1.58.3",
"sass-loader": "^13.2.0",
"typescript": "^4.0.0",
"unplugin-auto-import": "^0.12.1",
"unplugin-icons": "^0.15.1",
"unplugin-vue-components": "^0.22.12",
"vite": "^3.0.9",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vuetify": "^1.0.0-alpha.12",
"vue-tsc": "^1.0.9"
}
}