-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "leon-home",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"turbo": "next dev --turbo",
"build": "next build",
"start": "next start",
"pretty": "prettier --write .",
"db:studio": "drizzle-kit studio",
"db:sync": "drizzle-kit push"
},
"dependencies": {
"@2toad/profanity": "^2.2.0",
"@libsql/client": "^0.14.0",
"@types/node": "^20.4.2",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/spotify-api": "^0.0.22",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"autoprefixer": "10.4.14",
"drizzle-orm": "^0.34.1",
"geist": "^1.3.0",
"next": "^14.2.5",
"postcss": "^8.4.26",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-type-animation": "^3.2.0",
"sharp": "^0.33.3",
"tailwindcss": "^3.4.3",
"typescript": "^5.3.3"
},
"devDependencies": {
"drizzle-kit": "^0.25.0",
"prettier": "^3.3.0",
"prettier-plugin-tailwindcss": "^0.6.1"
}
}