-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.34 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.34 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
{
"name": "priceiq",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "tsc --project tsconfig.bot.json && node dist/scripts/bot.js",
"lint": "next lint",
"start-bot": "node scripts/bot.ts",
"seed-trending": "npx ts-node scripts/seed-trending.ts"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@next-auth/mongodb-adapter": "^1.1.3",
"@radix-ui/react-tabs": "^1.1.11",
"autoprefixer": "^10.4.20",
"axios": "^1.7.9",
"bcryptjs": "^3.0.3",
"cheerio": "^1.0.0",
"dotenv": "^16.4.7",
"gsap": "^3.12.7",
"lucide-react": "^0.511.0",
"mongoose": "^7.8.3",
"next": "14.2.35",
"next-auth": "^4.24.13",
"node-telegram-bot-api": "^0.66.0",
"nodemailer": "^6.9.5",
"react": "latest",
"react-dom": "latest",
"react-hot-toast": "^2.5.2",
"react-responsive-carousel": "^3.2.23",
"sonner": "^2.0.3",
"supports-color": "^8.1.1",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20",
"@types/node-telegram-bot-api": "^0.64.7",
"@types/nodemailer": "^6.4.15",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}