generated from Visualizeit/tanstack-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.43 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.43 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
{
"name": "react-router-starter",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "react-router dev",
"build": "react-router build",
"start": "dotenvx run -- react-router-serve ./build/server/index.js",
"check": "ultracite check",
"fix": "ultracite fix",
"prepare": "lefthook install"
},
"dependencies": {
"@mantine/core": "8.3.5",
"@mantine/hooks": "8.3.5",
"@react-router/fs-routes": "7.9.4",
"@react-router/node": "7.9.4",
"@react-router/serve": "7.9.4",
"@tabler/icons-react": "^3.35.0",
"isbot": "^5.1.31",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-router": "7.9.4"
},
"devDependencies": {
"@babel/preset-typescript": "^7.28.5",
"@biomejs/biome": "2.3.1",
"@dotenvx/dotenvx": "^1.51.0",
"@react-router/dev": "7.9.4",
"@tailwindcss/vite": "4.1.16",
"@total-typescript/tsconfig": "^1.0.4",
"@types/node": "^24.9.1",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-rsc": "^0.5.1",
"babel-plugin-react-compiler": "1.0.0",
"lefthook": "^2.0.1",
"postcss": "^8.5.6",
"postcss-preset-mantine": "^1.18.0",
"postcss-simple-vars": "^7.0.1",
"tailwindcss": "4.1.16",
"typescript": "^5.9.3",
"ultracite": "6.0.3",
"vite": "^7.1.12",
"vite-plugin-babel": "^1.3.2",
"vite-plugin-devtools-json": "^1.0.0",
"vite-tsconfig-paths": "^5.1.4"
}
}