-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.55 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
{
"name": "spotify-timeline",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=22"
},
"packageManager": "[email protected]",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "biome lint --write .",
"format": "biome format --write .",
"turso": "turso dev --db-file turso/dev.db",
"studio": "drizzle-kit studio --config drizzle.config.ts",
"generate": "drizzle-kit generate --config drizzle.config.ts",
"migrate": "tsx lib/db/migrate.ts",
"push": "drizzle-kit push --config=drizzle.config.ts"
},
"dependencies": {
"@fontsource-variable/plus-jakarta-sans": "^5.0.21",
"@libsql/client": "^0.9.0",
"@lucia-auth/adapter-sqlite": "^3.0.2",
"@plaiceholder/next": "^3.0.0",
"@radix-ui/react-portal": "^1.1.1",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"arctic": "^1.9.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.33.0",
"framer-motion": "^11.3.24",
"lucia": "^3.2.0",
"lucide-react": "^0.427.0",
"next": "14.2.5",
"plaiceholder": "^3.0.0",
"react": "^18",
"react-dom": "^18",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.0",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-spring": "^1.0.1"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@tailwindcss/typography": "^0.5.14",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"drizzle-kit": "^0.24.0",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}