-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
90 lines (90 loc) · 2.69 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "dfoto-remix",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "remix vite:build",
"dev": "remix vite:dev",
"lint": "biome check ./",
"serve": "dotenvx run --env NODE_ENV=production -- node ./build/server/index.js",
"start": "remix-serve ./build/server/index.js",
"typecheck": "tsc",
"dk": "drizzle-kit"
},
"dependencies": {
"@epic-web/remember": "^1.1.0",
"@oslojs/encoding": "^1.1.0",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@remix-run/node": "^2.12.1",
"@remix-run/react": "^2.12.1",
"@remix-run/serve": "^2.12.1",
"@tanstack/match-sorter-utils": "^8.19.4",
"@tanstack/react-table": "^8.20.5",
"@uidotdev/usehooks": "^2.4.1",
"arctic": "^2.0.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"drizzle-kit": "^0.25.0",
"drizzle-orm": "^0.34.1",
"embla-carousel-react": "^8.3.0",
"exif-reader": "^2.0.1",
"framer-motion": "^11.11.2",
"inter-ui": "^4.0.2",
"isbot": "^5.1.17",
"lucide-react": "^0.451.0",
"mime-types": "^2.1.35",
"next-themes": "^0.3.0",
"oslo": "^1.2.1",
"postgres": "^3.4.4",
"react": "^18.3.1",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"remix-create-express-app": "^0.4.5",
"remix-params-helper": "^0.5.1",
"sharp": "^0.33.5",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.0.0",
"yet-another-react-lightbox": "^3.21.6",
"zod": "^3.23.8"
},
"devDependencies": {
"@dotenvx/dotenvx": "^1.16.0",
"@eslint/js": "^9.14.0",
"@remix-run/dev": "^2.12.1",
"@types/mime-types": "^2.1.4",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.14.0",
"eslint-plugin-react": "^7.37.2",
"globals": "^15.12.0",
"pg": "^8.13.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"remix-express-dev-server": "^0.4.4",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"typescript-eslint": "^8.13.0",
"vite": "^5.4.8",
"vite-env-only": "^3.0.3",
"vite-tsconfig-paths": "^5.0.1"
},
"engines": {
"node": ">=18.0.0"
}
}