-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
35 lines (35 loc) · 849 Bytes
/
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
{
"name": "slashsaber",
"private": false,
"version": "1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@babel/runtime": "^7.22.6",
"@mdi/font": "^7.2.96",
"@types/cannon": "^0.1.8",
"cannon": "^0.6.2",
"cannon-es": "^0.20.0",
"postprocessing": "^6.31.2",
"three": "^0.153.0",
"three-csg-ts": "^3.1.13",
"three-nebula": "^10.0.3",
"vue": "^3.2.47",
"vuetify": "^3.3.6"
},
"devDependencies": {
"@types/three-nebula": "^10.0.0",
"@vitejs/plugin-vue": "^4.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"eslint": "^8.44.0",
"eslint-plugin-vue": "^9.15.1",
"typescript": "^5.0.2",
"vite": "^4.3.9",
"vue-eslint-parser": "^9.3.1",
"vue-tsc": "^1.4.2"
}
}