-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.08 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.08 KB
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": "web-client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@headlessui/vue": "^1.7.14",
"@heroicons/vue": "^2.0.18",
"@vicons/ionicons4": "^0.12.0",
"@vicons/ionicons5": "^0.12.0",
"@vicons/material": "^0.12.0",
"@vueuse/core": "^10.2.1",
"axios": "^1.4.0",
"chart.js": "^4.3.3",
"instascan": "^1.0.0",
"naive-ui": "^2.34.4",
"pinia": "^2.1.4",
"three": "^0.154.0",
"tw-elements": "^1.0.0-beta3",
"vicons": "^0.0.1",
"vue": "^3.2.47",
"vue-chartjs": "^5.2.0",
"vue-router": "^4.2.2"
},
"devDependencies": {
"@types/three": "^0.154.0",
"@vitejs/plugin-vue": "^4.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"autoprefixer": "^10.4.14",
"naive-ui": "^2.34.4",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.2",
"vfonts": "^0.0.3",
"vite": "^4.3.9",
"vue-qrcode-reader": "^5.1.0",
"vue-tsc": "^1.4.2"
}
}