-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.78 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
{
"name": "rlh",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"predeploy": "npm run build && npx dotenv-cli -e .env.prod npx drizzle-kit generate:sqlite && npx dotenv-cli -e .env.prod npx drizzle-kit push:sqlite"
},
"dependencies": {
"@electric-sql/pglite": "^0.1.1",
"@floating-ui/dom": "^1.6.3",
"@ilawy/eslint-plugin-await-catch": "npm:@jsr/ilawy__eslint-plugin-await-catch@^1.0.1",
"@libsql/client": "^0.6.0",
"@lucia-auth/adapter-drizzle": "^1.0.7",
"@radix-ui/react-slider": "^1.1.2",
"@types/lodash": "^4.17.0",
"@types/luxon": "^3.4.2",
"drizzle-orm": "^0.30.6",
"drizzle-zod": "^0.5.1",
"framer-motion": "^11.0.24",
"lodash": "^4.17.21",
"lucia": "^3.1.1",
"luxon": "^3.4.4",
"microdiff": "^1.4.0",
"moment": "^2.30.1",
"next": "14.1.4",
"next-view-transitions": "^0.1.1",
"nextjs-toploader": "^1.6.11",
"oslo": "^1.2.0",
"react": "^18",
"react-client-only": "^1.0.2",
"react-dom": "^18",
"react-feather": "^2.0.10",
"react-hook-form": "^7.51.3",
"react-use": "^17.5.0",
"redis": "^4.6.13",
"server-only": "^0.0.1",
"sonner": "^1.4.41",
"ts-pattern": "^5.1.0",
"vaul": "^0.9.0",
"zod": "^3.22.4",
"zod-form-data": "^2.0.2",
"zx": "^8.0.2"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"drizzle-kit": "^0.20.17",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-typesafe": "^0.5.2",
"postcss": "^8",
"sass": "^1.72.0",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}