-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.7 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "robocooker",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"@heroicons/react": "^1.0.6",
"@icons-pack/react-simple-icons": "^4.6.1",
"@notionhq/client": "^1.0.4",
"@reduxjs/toolkit": "^1.8.1",
"@tailwindcss/line-clamp": "^0.3.1",
"ajv": "^8.11.0",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.29.0",
"connect-mongo": "^4.6.0",
"daisyui": "^2.13.6",
"express-session": "^1.17.2",
"framer-motion": "^6.3.0",
"mongodb": "^4.5.0",
"multer": "^1.4.4",
"next": "12.1.5",
"next-connect": "^0.12.2",
"next-session": "^4.0.4",
"next-themes": "^0.1.1",
"nodemailer": "^6.7.3",
"passport": "^0.5.2",
"passport-local": "^1.0.0",
"react": "18.0.0",
"react-collapsed": "^3.3.0",
"react-dom": "18.0.0",
"react-hook-form": "^7.29.0",
"react-hot-toast": "^2.2.0",
"react-redux": "^7.2.8",
"react-router-dom": "^6.3.0",
"slug": "^5.3.0",
"validator": "^13.7.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.2",
"@types/bcryptjs": "^2.4.2",
"@types/multer": "^1.4.7",
"@types/node": "^17.0.24",
"@types/nodemailer": "^6.4.4",
"@types/passport": "^1.0.7",
"@types/passport-local": "^1.0.34",
"@types/react": "18.0.5",
"@types/react-dom": "18.0.1",
"@types/slug": "^5.0.3",
"@types/validator": "^13.7.2",
"autoprefixer": "^10.4.4",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.24",
"typescript": "4.6.3"
}
}