-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.12 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
{
"name": "vvt",
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit --skipLibCheck && vite build",
"svg": "vsvg -s src/assets/svg/origin -t src/assets/svg/use"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"axios": "^0.21.1",
"element-plus": "^2.0.3",
"emoji-mart-vue-fast": "^10.2.1",
"eslint": "^7.31.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.14.0",
"prettier": "^2.3.2",
"pretty-quick": "^3.1.1",
"vite-plugin-svgicon": "^1.0.0",
"vue": "^3.2.26",
"vue-eslint-parser": "^7.10.0",
"vue-router": "^4.0.10",
"vuex": "^4.0.2"
},
"devDependencies": {
"@types/lodash": "^4.14.172",
"@types/node": "^16.6.1",
"@types/qs": "^6.9.7",
"@vitejs/plugin-vue": "^2.0.0",
"@vue/compiler-sfc": "^3.0.5",
"@yzfe/svgicon": "^1.1.0",
"@yzfe/vue3-svgicon": "^1.0.1",
"less": "^4.1.1",
"less-loader": "^10.0.1",
"qs": "^6.10.1",
"quill": "^1.3.6",
"typescript": "^4.4.4",
"vite": "^2.7.2",
"vue-tsc": "^0.29.8"
}
}