-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
126 lines (126 loc) · 4.09 KB
/
package.json
File metadata and controls
126 lines (126 loc) · 4.09 KB
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "remcostoeten-lucia-postgresql",
"version": "0.1.0",
"private": true,
"type": "module",
"author": "Remco Stoeten",
"homepage": "https://github.com/remcostoeten/nextjs-lucia-neon-postgresql-drizzle-dashboard",
"repository": {
"type": "git",
"url": "https://github.com/remcostoeten/nextjs-lucia-neon-postgresql-drizzle-dashboard.git"
},
"scripts": {
"dev": "next dev",
"turbo": "next dev --turbo",
"build": "next build",
"fix": "pnpm run fix:ui && pnpm run f",
"fix:ui": "python3 src/core/scripts/fix-imports/optimize-ui-imports.py --all",
"fix:ui-file": "python3 src/core/scripts/optimize-ui-imports.py --file",
"f": "prettier --write . --ignore-path ~/prettier/.prettierignore --config ~/prettier/.prettierrc",
"shad": "npx shadcn@latest add",
"gen": "drizzle-kit generate:pg",
"push": "drizzle-kit push:pg",
"clear": "rm -rf node_modules && rm -rf package-lock.json && rm -rf yarn.lock && rm -rf package-lock.json && rm -rf yarn.lock",
"rebuild": "pnpm clear && pnpm i && pnpm build",
"restart": "pnpm clear && pnpm i && pnpm dev",
"drop": "drizzle-kit drop",
"pull": "drizzle-kit introspect:pg",
"studio": "drizzle-kit studio",
"check": "drizzle-kit check:pg"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@lucia-auth/adapter-drizzle": "^1.0.2",
"@neondatabase/serverless": "^0.8.1",
"@node-rs/argon2": "^1.7.2",
"@node-rs/bcrypt": "^1.9.2",
"@octokit/rest": "^21.0.2",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-context-menu": "^2.2.2",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@t3-oss/env-nextjs": "^0.9.2",
"@tiptap/core": "^2.7.3",
"@tiptap/pm": "^2.7.3",
"@tiptap/react": "^2.7.3",
"@tiptap/starter-kit": "^2.7.3",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"babel-plugin-react-compiler": "19.0.0-beta-9ee70a1-20241017",
"canvas-confetti": "^1.9.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cobe": "^0.6.3",
"date-fns": "^4.1.0",
"drizzle-orm": "^0.29.4",
"drizzle-zod": "^0.5.1",
"framer-motion": "^11.7.0",
"lucia": "^3.0.1",
"lucide-react": "^0.446.0",
"next": "15.0.0-rc.1",
"next-themes": "^0.3.0",
"nextjs-toploader": "^3.7.15",
"oslo": "^1.1.3",
"posthog-js": "^1.174.0",
"react": "19.0.0-rc-b8ae38f8-20241018",
"react-day-picker": "^9.1.2",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "19.0.0-rc-b8ae38f8-20241018",
"react-hook-form": "^7.53.0",
"react-resizable-panels": "^2.1.4",
"react-syntax-highlighter": "^15.5.0",
"react-use-measure": "^2.1.1",
"recharts": "^2.13.0",
"sass": "^1.79.3",
"sharp": "^0.33.5",
"sonner": "^1.5.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"tiptap-markdown": "^0.8.10",
"zod": "^3.22.4",
"zustand": "5.0.0-rc.2"
},
"devDependencies": {
"@types/node": "^20.16.13",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.13",
"autoprefixer": "^10.0.1",
"drizzle-kit": "^0.20.14",
"eslint": "^8",
"eslint-config-next": "14.2.14",
"pg": "^8.11.3",
"postcss": "^8",
"tailwindcss": "^3.4.13",
"typescript": "^5"
},
"eslintConfig": {
"globals": {
"spa": "readonly"
}
},
"bugs": {
"url": "https://github.com/remcostoeten/nextjs-lucia-neon-postgresql-drizzle-dashboard/issues"
},
"license": "MIT"
}