-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.06 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
{
"name": "lunch-no-coho-ga-roulette",
"type": "module",
"version": "1.0.0",
"description": "3Dのルーレットです。",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build && cp -R json dist",
"preview": "vite preview",
"fmt": "npx prettier --w 'src/**/*.{ts,vue}'"
},
"dependencies": {
"@tresjs/cientos": "^3.6.0",
"@tresjs/core": "^3.5.1",
"@tresjs/leches": "^0.14.0",
"three": "^0.159.0",
"vue": "^3.3.9",
"vuedraggable": "^4.1.0",
"vuetify": "^3.5.13"
},
"devDependencies": {
"@mdi/font": "^7.4.47",
"@types/three": "^0.159.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@vitejs/plugin-vue": "^4.5.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.24.0",
"prettier": "^3.2.5",
"typescript": "^5.3.2",
"vite": "^5.0.4",
"vite-plugin-glsl": "^1.2.0",
"vue-tsc": "^1.8.24"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.6.1"
}
}