서사형 덱빌딩 게임 시스템으로 리뉴얼
This commit is contained in:
27
package.json
27
package.json
@@ -4,6 +4,9 @@
|
||||
"description": "Project SS - Steam App",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc && vite build",
|
||||
"preview": "vite preview",
|
||||
"start": "electron .",
|
||||
"build:win": "electron-builder --win --x64"
|
||||
},
|
||||
@@ -31,7 +34,29 @@
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@tailwindcss/postcss": "^4.3.0",
|
||||
"@tailwindcss/vite": "^4.3.0",
|
||||
"@types/node": "^25.9.2",
|
||||
"@types/papaparse": "^5.5.2",
|
||||
"@types/react": "^19.2.17",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@vitejs/plugin-react": "^6.0.2",
|
||||
"autoprefixer": "^10.5.0",
|
||||
"electron": "^41.1.1",
|
||||
"electron-builder": "^26.8.1"
|
||||
"electron-builder": "^26.8.1",
|
||||
"postcss": "^8.5.15",
|
||||
"tailwindcss": "^4.3.0",
|
||||
"typescript": "^6.0.3",
|
||||
"vite": "^8.0.16"
|
||||
},
|
||||
"dependencies": {
|
||||
"clsx": "^2.1.1",
|
||||
"framer-motion": "^12.40.0",
|
||||
"lucide-react": "^1.17.0",
|
||||
"papaparse": "^5.5.3",
|
||||
"react": "^19.2.7",
|
||||
"react-dom": "^19.2.7",
|
||||
"tailwind-merge": "^3.6.0",
|
||||
"zustand": "^5.0.14"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user