-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.54 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
{
"name": "final-project",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@sendgrid/mail": "^7.4.0",
"@tailwindcss/forms": "^0.3.2",
"@tailwindcss/line-clamp": "^0.2.1",
"autoprefixer": "^10.2.5",
"babel-plugin-superjson-next": "^0.3.0",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.25.1",
"connect-mongo": "^3.2.0",
"dotenv": "^8.2.0",
"express-session": "^1.17.1",
"fs": "^0.0.1-security",
"isomorphic-unfetch": "^3.1.0",
"js-cookie": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.6.6",
"multer": "^1.4.2",
"nanoid": "^3.1.18",
"next": "^10.2.3",
"next-connect": "^0.9.1",
"next-themes": "^0.0.14",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"postcss": "^8.2.15",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-dropzone": "^11.3.2",
"react-hot-toast": "^1.0.2",
"react-textarea-autosize": "^8.3.3",
"react-timeago": "^6.2.1",
"superjson": "^1.7.4",
"swr": "^0.5.6",
"tailwindcss": "^2.1.2",
"uuid": "^8.3.2",
"validator": "^13.1.17"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "2.3.0"
}
}