-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.14 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
{
"name": "cbg",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"aws-sdk": "^2.1677.0",
"docx": "^8.5.0",
"excel": "^1.0.1",
"framer-motion": "^10.16.16",
"image-downloader": "^4.3.0",
"javascript-time-ago": "^2.5.9",
"lodash.debounce": "^4.0.8",
"mongodb": "^6.3.0",
"next": "14.0.4",
"openai": "^4.28.4",
"pdfkit": "^0.15.0",
"random": "^4.1.0",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.2.0",
"react-time-ago": "^7.2.1",
"sharp": "^0.33.4",
"usehooks-ts": "^3.0.2",
"uuid": "^9.0.1",
"winston": "^3.11.0",
"winston-daily-rotate-file": "^5.0.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^20",
"@types/pdfkit": "^0.13.4",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^9.0.7",
"autoprefixer": "^10.0.1",
"daisyui": "^4.4.23",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}