generated from yangjiakai/vuetify3-base
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.43 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
{
"name": "unsplash-vuetify3",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@mdi/font": "^7.1.96",
"@types/gapi": "^0.0.44",
"@vueuse/core": "^9.12.0",
"axios": "^1.3.1",
"echarts": "^5.4.1",
"googleapis": "^110.0.0",
"moment": "^2.29.4",
"openai": "^3.1.0",
"pinia": "^2.0.28",
"pinia-plugin-persist": "^1.0.0",
"sass": "^1.58.0",
"scss": "^0.2.4",
"vite-plugin-vuetify": "^1.0.2",
"vue": "^3.2.45",
"vue-echarts": "^6.5.2",
"vue-router": "^4.1.6",
"vue-virtual-scroller": "^2.0.0-beta.8",
"vue3-perfect-scrollbar": "^1.6.1",
"vuetify": "^3.1.3",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@iconify/vue": "^4.1.0",
"@rushstack/eslint-patch": "^1.1.4",
"@types/jsdom": "^20.0.1",
"@types/node": "^18.11.12",
"@types/webfontloader": "^1.6.35",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/test-utils": "^2.2.6",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
"jsdom": "^20.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"typescript": "~4.7.4",
"unplugin-auto-import": "^0.13.0",
"unplugin-vue-components": "^0.23.0",
"vite": "^4.0.0",
"vue-tsc": "^1.0.12"
}
}