-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.02 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.02 KB
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
{
"dependencies": {
"clsx": "^2.1.1",
"es-toolkit": "^1.39.8",
"framer-motion": "^12.23.12",
"lucide-react": "^0.537.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-focus-lock": "^2.13.6",
"ulid": "^3.0.1"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.11",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^5.0.0",
"eslint": "^9.32.0",
"eslint-config-canonical": "^44.9.5",
"tailwindcss": "^4.1.11",
"typescript": "~5.9.2",
"typescript-eslint": "^8.39.0",
"vite": "^7.1.1",
"vite-plugin-pwa": "^1.0.2"
},
"name": "2048",
"packageManager": "yarn@4.9.2+sha512.1fc009bc09d13cfd0e19efa44cbfc2b9cf6ca61482725eb35bbc5e257e093ebf4130db6dfe15d604ff4b79efd8e1e8e99b25fa7d0a6197c9f9826358d4d65c3c",
"private": true,
"scripts": {
"build": "tsc -b && vite build",
"dev": "vite",
"lint": "eslint . --ext .ts,.tsx,.js,.jsx --fix",
"preview": "vite preview"
},
"type": "module",
"version": "0.0.0"
}