-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
35 lines (35 loc) · 898 Bytes
/
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
{
"name": "asoulcnkifrontend",
"version": "3.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview"
},
"dependencies": {
"@vuedx/typescript-plugin-vue": "^0.7.4",
"@vueuse/core": "^6.1.0",
"axios": "^0.21.1",
"clipboard": "^2.0.8",
"element-plus": "2.2.2",
"vue": "^3.0.5",
"vue-router": "^4.0.11",
"vuex": "^4.0.2",
"windicss": "^3.1.7"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.3.0",
"@vue/compiler-sfc": "^3.0.5",
"eslint": "^7.32.0",
"sass": "^1.38.0",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"typescript": "^4.3.2",
"unplugin-vue-components": "^0.15.6",
"vite": "^2.4.4",
"vite-plugin-pwa": "^0.11.2",
"vite-plugin-style-import": "^1.1.1",
"vite-plugin-windicss": "^1.3.0",
"vue-tsc": "^0.2.2"
}
}