-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 951 Bytes
/
package.json
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
{
"private": true,
"type": "module",
"scripts": {
"build": "react-router build && node netlify/prepare.js",
"dev": "cross-env NODE_ENV=development node ./dev-server.js",
"start": "netlify serve",
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
"@netlify/functions": "2.8.2",
"@react-router/node": "*",
"isbot": "^5.1.17",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "*"
},
"devDependencies": {
"@mjackson/node-fetch-server": "0.3.0",
"@react-router/dev": "*",
"@tailwindcss/vite": "^4.0.0",
"@types/express": "^5.0.0",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"express": "^4.21.1",
"netlify-cli": "^17.38.0",
"postcss": "^8.4.49",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.4"
}
}