-
Notifications
You must be signed in to change notification settings - Fork 88
/
package.json
55 lines (55 loc) · 1.57 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
{
"name": "billing-v2",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio",
"dev": "next dev",
"format": "prettier --check .",
"format:fix": "prettier --write --list-different .",
"lint": "next lint",
"start": "next start",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@auth/drizzle-adapter": "^1.4.2",
"@lemonsqueezy/lemonsqueezy.js": "^3.2.0",
"@lemonsqueezy/wedges": "^1.3.1",
"@neondatabase/serverless": "^0.9.4",
"clsx": "^2.1.1",
"drizzle-orm": "^0.32.1",
"geist": "^1.3.1",
"lucide-react": "^0.428.0",
"next": "14.2.5",
"next-auth": "5.0.0-beta.19",
"pg": "^8.12.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.2"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.5",
"@tailwindcss/typography": "^0.5.14",
"@types/node": "^22.3.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"@vercel/style-guide": "^6.0.0",
"autoprefixer": "^10.4.20",
"drizzle-kit": "^0.23.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-tailwindcss": "^3.17.4",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.10",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
}
}