-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
78 lines (78 loc) · 2.22 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
{
"name": "talent-builder",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio",
"db:dev": "wsl bash -ic 'turso dev --db-file dev.sqlite'",
"dev": "next dev --turbo",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@auth/drizzle-adapter": "^1.4.2",
"@hookform/resolvers": "^3.9.0",
"@libsql/client": "^0.6.0",
"@t3-oss/env-nextjs": "^0.11.1",
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
"@tanstack/react-query": "^5.56.2",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"babel-plugin-react-compiler": "0.0.0-experimental-fe484b5-20240912",
"classnames": "^2.5.1",
"drizzle-orm": "^0.33.0",
"html-to-image": "^1.11.11",
"lodash-es": "^4.17.21",
"lucide-react": "^0.441.0",
"nanoid": "^5.0.7",
"next": "14.2.11",
"next-auth": "5.0.0-beta.18",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.53.0",
"react-hot-toast": "^2.4.1",
"react-textarea-autosize": "^8.5.3",
"server-only": "^0.0.1",
"superjson": "^2.2.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@haaxor1689/eslint-config": "^3.0.0",
"@haaxor1689/prettier-config": "^3.0.0",
"@types/eslint": "^8.56.12",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.16.5",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.20",
"drizzle-kit": "^0.24.2",
"eslint": "^8.57.0",
"eslint-config-next": "^13.5.6",
"eslint-config-prettier": "^8.10.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.36.1",
"mysql2": "^3.11.2",
"postcss": "^8.4.45",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"tailwindcss": "^3.4.11",
"typescript": "^5.6.2"
},
"ct3aMetadata": {
"initVersion": "7.25.1"
},
"packageManager": "[email protected]",
"eslintConfig": {
"extends": "@haaxor1689/eslint-config"
},
"prettier": "@haaxor1689/prettier-config"
}