-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.09 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.09 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
{
"name": "blockdraft",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "echo \"Error: no test specified\" && exit 1",
"icon": "node scripts/icon.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@auth/mongodb-adapter": "^3.7.4",
"@hello-pangea/dnd": "^17.0.0",
"bcryptjs": "^2.4.3",
"card3d": "^2.6.5",
"cheerio": "^1.0.0",
"daisyui": "^4.4.19",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.465.0",
"mongodb": "^6.10.0",
"next": "^15.5.7",
"next-auth": "^5.0.0-beta.25",
"react": "^18.3.1",
"react-daisyui": "^5.0.5",
"react-dom": "^18.3.1",
"resend": "^4.0.1",
"stripe": "^17.4.0",
"uuid": "^11.0.2"
},
"devDependencies": {
"@types/node": "22.9.1",
"@types/react": "18.3.12",
"autoprefixer": "^10.4.20",
"clipboardy": "^4.0.0",
"daisyui": "^4.12.14",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "5.6.3"
}
}