-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.33 KB
/
package.json
File metadata and controls
44 lines (44 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
{
"name": "3-2-react-router-ssr",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "react-router build",
"dev": "react-router typegen && react-router dev --port 3332",
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
"@mantine/core": "8.2.4",
"@mantine/hooks": "8.2.4",
"@react-router/fs-routes": "^7.8.0",
"@react-router/node": "^7.8.0",
"@react-router/serve": "^7.8.0",
"@tabler/icons-react": "3.17.0",
"@tanstack/react-query": "^5.85.0",
"isbot": "^5.1.29",
"mantine-react-table": "^2.0.0-beta.6",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-router": "^7.8.0"
},
"devDependencies": {
"@react-router/dev": "^7.8.0",
"@tanstack/react-query-devtools": "^5.85.0",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@typescript-eslint/eslint-plugin": "^8.39.1",
"@typescript-eslint/parser": "^8.39.1",
"postcss": "^8.5.6",
"postcss-preset-mantine": "1.18.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5.9.2",
"vite": "^7.1.2",
"vite-tsconfig-paths": "^5.1.4"
},
"engines": {
"node": ">=20.0.0"
}
}