-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.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
{
"name": "demo1",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@vueuse/core": "^9.13.0",
"animate.css": "^4.1.1",
"axios": "^0.26.1",
"echarts": "^5.4.1",
"js-cookie": "^3.0.1",
"pinia": "^2.0.11",
"qrcode.vue": "^3.3.3",
"unplugin-vue-components": "^0.18.0",
"vite-plugin-svg-icons": "^2.0.1",
"vue": "^3.2.25",
"vue-cropper": "^1.0.5",
"vue-request": "^2.0.0-rc.4",
"vue-router": "^4.0.14"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"@vitejs/plugin-vue": "^2.2.0",
"eslint": "^8.12.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-typescript": "^2.7.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-vue": "^8.5.0",
"mockjs": "^1.1.0",
"naive-ui": "^2.34.3",
"rollup-plugin-visualizer": "^5.6.0",
"typescript": "^4.5.4",
"vfonts": "^0.0.3",
"vite": "^2.8.0",
"vite-plugin-html": "^3.2.0",
"vite-plugin-mock": "^2.9.6",
"vue-tsc": "^0.29.8"
}
}