-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 910 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
{
"name": "smartagriculture",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^2.9.11",
"axios": "^1.2.1",
"bcrypt": "^5.1.0",
"datatables.net": "^1.13.1",
"eslint": "8.29.0",
"eslint-config-next": "13.0.6",
"formidable-serverless": "^1.1.1",
"gsap": "^3.11.4",
"iron-session": "^6.3.1",
"jquery": "^3.6.3",
"moralis": "^2.10.0",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.1.2",
"next": "13.0.6",
"next-auth": "^4.18.6",
"octokit": "^2.0.10",
"qrcode.react": "^3.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.41.0",
"swr": "^2.0.0",
"winston": "^3.8.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/react": "18.0.27"
}
}