all repos — clicker-ts @ main

Unnamed repository; edit this file 'description' to name the repository.

package.json (view raw)

 1{
 2  "name": "clicker-game",
 3  "private": true,
 4  "version": "1.0.0",
 5  "type": "module",
 6  "scripts": {
 7    "dev": "vite",
 8    "build": "tsc && vite build",
 9    "preview": "vite preview",
10    "deploy": "tsc && vite build && copy dist\\* docs\\"
11  },
12  "dependencies": {
13    "react": "^18.2.0",
14    "react-dom": "^18.2.0",
15    "terser": "^5.39.2"
16  },
17  "devDependencies": {
18    "@types/react": "^18.2.15",
19    "@types/react-dom": "^18.2.7",
20    "@typescript-eslint/eslint-plugin": "^6.0.0",
21    "@typescript-eslint/parser": "^6.0.0",
22    "@vitejs/plugin-react": "^4.0.3",
23    "eslint": "^8.45.0",
24    "eslint-plugin-react-hooks": "^4.6.0",
25    "eslint-plugin-react-refresh": "^0.4.3",
26    "typescript": "^5.0.2",
27    "vite": "^4.4.5"
28  }
29}