-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 990 Bytes
/
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
{
"name": "pricescraper",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^4.29.9",
"@headlessui/react": "^1.7.17",
"axios": "^1.5.1",
"cheerio": "^1.0.0-rc.12",
"mongoose": "^7.5.3",
"next": "latest",
"next-auth": "^4.24.7",
"next-themes": "^0.3.0",
"node-cron": "^3.0.3",
"nodemailer": "^6.9.5",
"react": "latest",
"react-dom": "latest",
"react-easy-swipe": "^0.0.23",
"react-icons": "^5.0.1",
"react-responsive-carousel": "^3.2.23",
"supports-color": "^8.1.1"
},
"devDependencies": {
"@types/node": "latest",
"@types/node-cron": "^3.0.11",
"@types/nodemailer": "^6.4.11",
"@types/react": "latest",
"@types/react-dom": "latest",
"autoprefixer": "latest",
"postcss": "latest",
"tailwindcss": "latest",
"typescript": "latest"
}
}