forked from atharvnaik1/ipaship-audit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 966 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 966 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
40
41
42
{
"name": "ipaship",
"version": "1.0.0",
"main": "index.js",
"engines": {
"node": ">=20"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -H 0.0.0.0 -p 8080"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@clerk/nextjs": "^6.39.1",
"busboy": "^1.6.0",
"framer-motion": "^12.38.0",
"html2pdf.js": "^0.14.0",
"lru-cache": "^10.4.3",
"lucide-react": "^0.577.0",
"marked": "^15.0.12",
"mongoose": "^8.23.0",
"next": "^15.5.13",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/busboy": "^1.5.4",
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"autoprefixer": "^10.4.27",
"postcss": "^8.5.8",
"tailwindcss": "^3.4.19",
"typescript": "^5.9.3"
}
}