-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.33 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.33 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
{
"name": "deadlock-api-streamkit",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
"lint": "biome lint",
"fmt": "biome format --write",
"preview": "vite preview",
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
"@fontsource-variable/inter": "^5.2.8",
"@react-router/fs-routes": "^7.12.0",
"@react-router/node": "^7.12.0",
"@tanstack/react-query": "^5.90.19",
"clsx": "^2.1.1",
"isbot": "^5.1.33",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-router": "^7.12.0",
"tailwind-merge": "^3.4.0"
},
"devDependencies": {
"@biomejs/biome": "^2.3.11",
"@react-router/dev": "^7.12.0",
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/vite": "^4.1.18",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.53.1",
"@typescript-eslint/parser": "^8.53.1",
"autoprefixer": "^10.4.23",
"lefthook": "^2.0.15",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-tsconfig-paths": "^6.0.4"
},
"engines": {
"node": ">=20.0.0"
},
"pnpm": {
"ignoredBuiltDependencies": [
"lefthook"
]
}
}