-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.37 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
{
"name": "element-plus-vite-starter",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"generate": "vite-ssg build",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"apexcharts": "^3.41.0",
"element-plus": "^2.3.6",
"json-2-csv": "^4.0.0",
"json-to-csv-export": "^2.1.1",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.5.31",
"nanoid": "^5.0.1",
"ohmyfetch": "^0.4.21",
"pinia": "^2.1.4",
"pinia-plugin-persist": "^1.0.0",
"pinia-plugin-persistedstate": "^3.1.0",
"socket.io-client": "^4.7.1",
"vue": "^3.3.4",
"vue-router": "4",
"vue-timer-hook": "^1.0.84",
"vue3-apexcharts": "^1.4.1",
"vue3-easy-data-table": "^1.5.47"
},
"devDependencies": {
"@iconify-json/ep": "^1.1.10",
"@types/node": "^20.4.1",
"@vitejs/plugin-vue": "^4.2.3",
"autoprefixer": "^10.4.16",
"daisyui": "^3.9.2",
"postcss": "^8.4.31",
"sass": "^1.63.4",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.3",
"unocss": "^0.53.1",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.3.9",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-vue-layouts": "^0.8.0",
"vite-ssg": "^0.22.2",
"vue-tsc": "^1.8.0"
},
"license": "MIT"
}