-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 2 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 2 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@mastondzn/minesweeper",
"type": "module",
"version": "0.0.1",
"private": true,
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"test": "vitest",
"lint": "eslint .",
"typecheck": "tsc --noEmit",
"format": "prettier --write \"**/*.{ts,tsx,html,json,css}\"",
"format:check": "prettier \"**/*.{ts,tsx,html,json,css}\"",
"preview": "vite preview"
},
"dependencies": {
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.4",
"@tabler/icons-react": "^3.41.1",
"@xstate/store": "^3.17.1",
"@xstate/store-react": "^1.0.1",
"canvas-confetti": "^1.9.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"immer": "^11.1.4",
"pretty-ms": "^9.3.0",
"pure-rand": "^8.4.0",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-twc": "^1.5.1",
"react-use": "^17.6.0",
"remeda": "^2.33.7",
"superjson": "^2.2.6",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^4.2.3",
"@mastondzn/eslint": "^1.9.2",
"@tailwindcss/postcss": "^4.2.2",
"@tailwindcss/vite": "^4.2.2",
"@types/canvas-confetti": "^1.9.0",
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^10.2.1",
"eslint-plugin-better-tailwindcss": "^4.4.1",
"eslint-plugin-react-refresh": "^0.5.2",
"happy-dom": "^20.9.0",
"prettier": "^3.8.3",
"tailwindcss": "^4.2.2",
"typescript": "^6.0.3",
"vite": "^8.0.9",
"vitest": "^4.1.4"
}
}