-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
60 lines (60 loc) · 1.73 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
{
"name": "noteset",
"version": "0.9.2",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:drop_migration": "drizzle-kit drop",
"db:push": "drizzle-kit push",
"db:pull": "drizzle-kit introspect",
"db:studio": "drizzle-kit studio"
},
"dependencies": {
"@hello-pangea/dnd": "^17.0.0",
"@neondatabase/serverless": "^0.10.4",
"@oslojs/crypto": "^1.0.1",
"@oslojs/encoding": "^1.1.0",
"@radix-ui/react-visually-hidden": "^1.1.0",
"@tanstack/react-query": "^5.60.2",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"bcrypt": "^5.1.1",
"drizzle-orm": "^0.36.4",
"framer-motion": "^11.11.17",
"lodash.debounce": "^4.0.8",
"next": "^14.2.18",
"next-themes": "^0.4.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-merge-refs": "^2.1.1",
"react-use-motion-measure": "^3.0.0",
"sonner": "^1.7.0",
"tailwind-merge": "^2.5.5",
"vaul": "^1.1.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.61.3",
"@types/bcrypt": "^5.0.2",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "20.17.8",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"autoprefixer": "10.4.20",
"drizzle-kit": "^0.28.1",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.18",
"postcss": "8.4.49",
"prettier": "^3.4.0",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.15",
"typescript": "5.7.2"
}
}