-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 2.1 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "feastfind-web",
"private": true,
"type": "module",
"scripts": {
"dev": "bun generate && react-router dev",
"build": "bun generate:prod && cross-env NODE_ENV=production react-router build",
"start": "cross-env NODE_ENV=production react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc",
"generate": "openapi-typescript http://localhost:3000/openapi.json -o ./app/schema.d.ts",
"generate:prod": "openapi-typescript https://api.feastfind.com/openapi.json -o ./app/schema.d.ts"
},
"dependencies": {
"@conform-to/react": "^1.2.2",
"@conform-to/zod": "^1.2.2",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-progress": "^1.1.1",
"@radix-ui/react-select": "^2.1.5",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-toast": "^1.2.5",
"@radix-ui/themes": "^3.2.0",
"@react-router/node": "^7.1.3",
"@react-router/serve": "^7.1.3",
"@uploadcare/file-uploader": "^1.12.1",
"@uploadcare/react-uploader": "^1.4.0",
"@uploadcare/rest-client": "^6.14.2",
"@uploadcare/upload-client": "^6.14.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"install": "^0.13.0",
"isbot": "^5.1.21",
"lucide-react": "^0.468.0",
"mapbox-gl": "^3.9.4",
"maplibre-gl": "^5.1.0",
"react": "^19.0.0",
"react-cookie": "^7.2.2",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"react-map-gl": "^7.1.9",
"react-router": "^7.1.3",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"uploadcare-widget": "^3.21.8",
"vaul": "^1.1.2"
},
"devDependencies": {
"@react-router/dev": "^7.1.3",
"@types/node": "^20.17.16",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"openapi-typescript": "^7.6.0",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"vite": "^5.4.14",
"vite-tsconfig-paths": "^5.1.4",
"zod": "^3.24.1"
}
}