-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1005 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1005 Bytes
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
{
"name": "mini-componentbug",
"version": "0.1.0",
"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:studio": "drizzle-kit studio"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.864.0",
"@aws-sdk/s3-request-presigner": "^3.864.0",
"@octokit/rest": "^22.0.0",
"@tailwindcss/postcss": "^4.1.11",
"@types/pg": "^8.15.5",
"drizzle-orm": "^0.44.4",
"html2canvas": "^1.4.1",
"next": "15.4.6",
"octokit": "^4.1.4",
"pg": "^8.16.3",
"react": "^19.1.1",
"react-dom": "^19.1.1"
},
"devDependencies": {
"@types/node": "^22.17.1",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"drizzle-kit": "^0.31.4",
"eslint": "^9.33.0",
"eslint-config-next": "15.1.2",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.11",
"typescript": "^5.9.2"
}
}