-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
112 lines (112 loc) · 3.47 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
{
"name": "snow-admin",
"private": true,
"version": "1.0.0",
"type": "module",
"description": "snow-admin open source management system",
"author": {
"name": "WANGFan",
"email": "[email protected]",
"url": "https://gitee.com/wang_fan_w"
},
"license": "MIT",
"homepage": "https://gitee.com/wang_fan_w/SnowAdmin",
"repository": {
"type": "git",
"url": "https://gitee.com/wang_fan_w/SnowAdmin.git"
},
"bugs": {
"url": "https://gitee.com/wang_fan_w/SnowAdmin/issues"
},
"scripts": {
"dev": "vite",
"build:dev": "vue-tsc && vite build --mode development",
"build:prod": "vue-tsc && vite build --mode production",
"build:test": "vue-tsc && vite build --mode test",
"preview": "vite preview",
"lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src",
"lint:prettier": "prettier --write \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"",
"lint:lint-staged": "lint-staged",
"fix": "eslint src --fix",
"prepare": "husky install",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@arco-design/color": "^0.4.0",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-vue": "^0.1.3",
"@codemirror/theme-one-dark": "^6.1.2",
"@visactor/vchart": "^1.11.0",
"@visactor/vchart-arco-theme": "^1.11.0",
"@vueuse/core": "^12.4.0",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^1.6.8",
"codemirror": "^6.0.1",
"driver.js": "^1.3.1",
"fingerprintjs2": "^2.1.4",
"jsbarcode": "^3.11.6",
"nprogress": "^0.2.0",
"pinia": "^2.3.0",
"pinia-plugin-persistedstate": "^3.2.1",
"pinyin-pro": "^3.26.0",
"print-js": "^1.6.0",
"qrcode": "^1.5.4",
"sortablejs": "^1.15.2",
"vue": "^3.4.21",
"vue-codemirror6": "^1.3.0",
"vue-color-kit": "^1.0.6",
"vue-i18n": "10.0.0-alpha.3",
"vue-pick-colors": "^1.7.6",
"vue-router": "^4.3.0",
"vuedraggable": "^4.1.0",
"xgplayer": "^3.0.18"
},
"devDependencies": {
"@arco-design/web-vue": "^2.56.3",
"@arco-plugins/vite-vue": "^1.4.5",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@vitejs/plugin-vue": "^5.0.4",
"commitlint": "^19.2.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.23.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"mockjs": "^1.1.0",
"postcss": "^8.4.38",
"postcss-html": "^1.6.0",
"postcss-preset-env": "^9.5.2",
"postcss-scss": "^4.0.9",
"prettier": "^3.2.5",
"sass": "^1.72.0",
"scss": "^0.2.4",
"stylelint": "^16.11.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recess-order": "^5.1.1",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^14.0.0",
"terser": "^5.29.2",
"typescript": "^5.2.2",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.0",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-html": "^3.2.2",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^2.0.6"
},
"engines": {
"node": ">= 18.12.0",
"pnpm": ">= 8.7.0"
}
}