38 lines
		
	
	
	
		
			1,013 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
	
		
			1,013 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "project-recipe",
 | |
|   "private": true,
 | |
|   "version": "0.0.0",
 | |
|   "type": "module",
 | |
|   "scripts": {
 | |
|     "dev": "vite",
 | |
|     "dev:game": "vite build --watch --emptyOutDir",
 | |
|     "build": "tsc -b && vite build --emptyOutDir",
 | |
|     "lint": "eslint .",
 | |
|     "preview": "vite preview"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "@tailwindcss/vite": "^4.0.0",
 | |
|     "classnames": "^2.5.1",
 | |
|     "i18next": "^24.2.2",
 | |
|     "i18next-http-backend": "^3.0.2",
 | |
|     "react": "^18.3.1",
 | |
|     "react-circular-progressbar": "^2.1.0",
 | |
|     "react-dom": "^18.3.1",
 | |
|     "react-i18next": "^15.4.0",
 | |
|     "react-icons": "^5.4.0",
 | |
|     "tailwindcss": "^4.0.0"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@eslint/js": "^9.17.0",
 | |
|     "@types/react": "^18.3.18",
 | |
|     "@types/react-dom": "^18.3.5",
 | |
|     "@vitejs/plugin-react": "^1.3.2",
 | |
|     "eslint": "^9.17.0",
 | |
|     "eslint-plugin-react-hooks": "^5.0.0",
 | |
|     "eslint-plugin-react-refresh": "^0.4.16",
 | |
|     "globals": "^15.14.0",
 | |
|     "typescript": "~5.6.2",
 | |
|     "typescript-eslint": "^8.18.2",
 | |
|     "vite": "^6.0.5"
 | |
|   }
 | |
| }
 | 
