-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.84 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
{
"name": "vvire",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"db:deploy": "drizzle-kit generate && dotenv -e .env drizzle-kit push",
"db:gen": "dotenv -e .env.local drizzle-kit generate",
"db:push": "dotenv -e .env.local drizzle-kit push",
"db:studio": "dotenv -e .env.local drizzle-kit studio"
},
"dependencies": {
"@auth/drizzle-adapter": "^1.5.2",
"@editorjs/checklist": "^1.6.0",
"@editorjs/delimiter": "^1.4.2",
"@editorjs/editorjs": "^2.30.6",
"@editorjs/embed": "^2.7.4",
"@editorjs/header": "^2.8.7",
"@editorjs/nested-list": "^1.4.3",
"@editorjs/paragraph": "^2.11.6",
"@editorjs/quote": "^2.7.2",
"@editorjs/table": "^2.4.1",
"@libsql/client": "^0.14.0",
"@telegram-auth/react": "^1.0.4",
"@telegram-auth/server": "^1.0.4",
"@types/luxon": "^3.4.2",
"clsx": "^2.1.1",
"drizzle-orm": "^0.33.0",
"drizzle-zod": "^0.5.1",
"editorjs-hyperlink": "^1.0.6",
"htm": "^3.1.1",
"lucide-react": "^0.446.0",
"luxon": "^3.5.0",
"next": "14.2.13",
"next-auth": "5.0.0-beta.21",
"react": "^18",
"react-dom": "^18",
"react-editor-js": "^2.1.0",
"react-hook-form": "^7.53.0",
"react-spinners": "^0.14.1",
"react-use": "^17.5.1",
"slugify": "^1.6.6",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.2",
"ts-results-es": "^4.2.0",
"zod": "^3.23.8",
"zod-form-data": "^2.0.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"dotenv-cli": "^7.4.2",
"drizzle-kit": "^0.24.2",
"eslint": "^8",
"eslint-config-next": "14.2.13",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}