-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 739 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 739 Bytes
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
{
"name": "form-maker",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^1.1.3",
"bcrypt": "^5.1.0",
"bootstrap-icons": "^1.10.2",
"cookie": "^0.5.0",
"eslint": "8.27.0",
"eslint-config-next": "13.0.3",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.7.2",
"nanoid": "^4.0.0",
"next": "13.0.3",
"nodemailer": "^6.8.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.39.4",
"react-hot-toast": "^2.4.0"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4"
}
}