-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.27 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.27 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
{
"name": "orgalyze",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"db:gen": "npx drizzle-kit generate",
"db:mig": "npx drizzle-kit migrate"
},
"dependencies": {
"@clerk/clerk-sdk-node": "^4.13.23",
"@clerk/nextjs": "^6.21.0",
"apexcharts": "^4.5.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"dotenv": "^16.5.0",
"drizzle-orm": "^0.44.2",
"flatpickr": "^4.6.13",
"jsonwebtoken": "^9.0.2",
"jsvectormap": "^1.6.0",
"next": "15.2.3",
"next-themes": "^0.4.4",
"nextjs-toploader": "^3.7.15",
"postgres": "^3.4.7",
"react": "19.0.0",
"react-apexcharts": "^1.7.0",
"react-dom": "19.0.0",
"tailwind-merge": "^2.6.0"
},
"devDependencies": {
"@next/mdx": "^15.3.3",
"@types/jsonwebtoken": "^9.0.9",
"@types/node": "^22",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"autoprefixer": "^10.4.20",
"drizzle-kit": "^0.31.1",
"eslint": "^9",
"eslint-config-next": "15.1.6",
"postcss": "^8",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^3.4.16",
"typescript": "^5"
}
}