-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 972 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 972 Bytes
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
{
"name": "pwa-witmotion",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"@material-design-icons/font": "^0.14.15",
"@tailwindcss/vite": "^4.0.6",
"plotly.js-basic-dist-min": "^3.0.1",
"tailwindcss": "^4.0.6",
"three": "^0.174.0",
"vue": "^3.5.13"
},
"devDependencies": {
"@types/node": "^22.13.8",
"@types/plotly.js-basic-dist-min": "^2.12.4",
"@types/three": "^0.174.0",
"@types/web-bluetooth": "^0.0.20",
"@vite-pwa/assets-generator": "^0.2.6",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"typescript": "~5.7.3",
"vite": "^6.3.5",
"vite-plugin-pwa": "^0.21.1",
"vitest": "^3.0.8",
"vue-tsc": "^2.2.0",
"workbox-window": "^7.3.0"
},
"overrides": {
"sharp": "0.32.6",
"sharp-ico": "0.1.5"
}
}