-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.21 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.21 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
{
"private": true,
"type": "module",
"scripts": {
"build:icons": "tsx process-icons.ts",
"build": "react-router build",
"dev": "cross-env NODE_ENV=development node server.js",
"start": "node server.js",
"typecheck": "react-router typegen && tsc -b"
},
"dependencies": {
"@react-router/express": "^7.8.0",
"@react-router/fs-routes": "^7.8.0",
"@react-router/node": "^7.8.0",
"compression": "^1.8.1",
"express": "^5.1.0",
"isbot": "^5.1.29",
"morgan": "^1.10.1",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-router": "^7.8.0",
"sharp": "^0.34.3"
},
"devDependencies": {
"@react-router/dev": "^7.8.0",
"@tailwindcss/vite": "^4.1.11",
"@types/compression": "^1.8.1",
"@types/express": "^5.0.3",
"@types/express-serve-static-core": "^5.0.7",
"@types/morgan": "^1.9.10",
"@types/node": "^24.2.1",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"cross-env": "^10.0.0",
"png-to-ico": "^2.1.8",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"tailwindcss": "^4.1.11",
"tsx": "^4.20.3",
"typescript": "^5.9.2",
"vite": "^7.1.2",
"vite-tsconfig-paths": "^5.1.4"
}
}