文字游戏
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

39 lines
926 B

{
"name": "build-god-game",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@microsoft/signalr": "^10.0.0",
"@vueuse/core": "^14.2.1",
"axios": "^1.13.6",
"element-plus": "^2.13.5",
"gsap": "^3.14.2",
"jwt-decode": "^4.0.0",
"motion": "^12.35.2",
"motion-v": "^1.10.3",
"ogl": "^1.0.11",
"pinia": "^3.0.4",
"three": "^0.183.2",
"vue": "^3.5.25",
"vue-router": "^5.0.3"
},
"devDependencies": {
"@tailwindcss/vite": "^4.2.1",
"@types/node": "^24.10.1",
"@types/three": "^0.183.1",
"@vitejs/plugin-vue": "^6.0.2",
"@vue/tsconfig": "^0.8.1",
"autoprefixer": "^10.4.27",
"postcss": "^8.5.8",
"tailwindcss": "^4.2.1",
"typescript": "~5.9.3",
"vite": "^7.3.1",
"vue-tsc": "^3.1.5"
}
}