-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.46 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "nookure-frontend",
"private": true,
"type": "module",
"platform": "node",
"scripts": {
"build": "cross-env NODE_ENV=production && react-router build",
"build:dev": "cross-env NODE_ENV=development && react-router build",
"dev": "NODE_ENV=development react-router dev",
"start": "cross-env NODE_ENV=production react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc",
"cloudflare:dev": "bunx wrangler pages dev ./build/client"
},
"dependencies": {
"@cloudflare/workers-types": "^4.20241230.0",
"@nextui-org/react": "^2.6.10",
"@react-router/cloudflare": "^7.1.1",
"@react-router/node": "^7.1.1",
"@react-router/serve": "^7.1.1",
"framer-motion": "^11.15.0",
"isbot": "^5.1.17",
"mitt": "^3.0.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^7.1.1",
"react-top-loading-bar": "^3.0.2",
"wrangler": "^3.99.0",
"zustand": "^5.0.2"
},
"devDependencies": {
"@react-router/dev": "^7.1.1",
"@types/node": "^20",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"postcss": "^8.4.49",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.16",
"tailwindcss-view-transitions": "^0.1.1",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-plugin-commonjs": "^0.10.4",
"vite-plugin-image-optimizer": "^1.1.8",
"vite-tsconfig-paths": "^5.1.4"
}
}