-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 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
{
"name": "physic-3d",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.1",
"@primevue/themes": "^4.2.5",
"@vueuse/components": "^12.5.0",
"@vueuse/core": "^12.5.0",
"cannon-es": "^0.20.0",
"lodash.debounce": "^4.0.8",
"nice-color-palettes": "^4.0.0",
"pinia": "^2.1.7",
"primevue": "^4.2.5",
"svgo": "^3.2.0",
"three": "^0.134.0",
"three-to-cannon": "^5.0.2",
"troisjs": "^0.3.4",
"unplugin-auto-import": "^0.17.5",
"vee-validate": "^4.12.5",
"vue": "^3.4.19",
"vue-query": "^1.26.0",
"vue-router": "^4.3.0",
"vuex": "^4.0.2"
},
"devDependencies": {
"@iconify/json": "^2.2.187",
"@vitejs/plugin-vue": "^5.0.4",
"sass": "^1.71.1",
"unplugin-icons": "^0.18.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.1.4",
"vite-plugin-image-optimizer": "^1.1.7"
}
}