-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.59 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.59 KB
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": "dappp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -H 0.0.0.0",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@material/data-table": "^14.0.0",
"ag-grid-react": "^33.3.2",
"bcryptjs": "^3.0.2",
"cloudinary": "^2.6.1",
"dotenv": "^16.5.0",
"jwt-decode": "^4.0.0",
"lucide-react": "^0.511.0",
"mongoose": "^8.15.1",
"multer": "^2.0.1",
"next": "15.3.8",
"next-auth": "^4.24.11",
"next-connect": "^1.0.0",
"nodemailer": "^7.0.5",
"react": "^19.0.0",
"react-dom": "^19.1.0",
"twilio": "^5.7.0"
},
"devDependencies": {
"@babel/preset-env": "^7.27.2",
"@babel/preset-react": "^7.27.1",
"@jest/globals": "^30.0.3",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"autoprefixer": "^10.4.21",
"babel-jest": "^30.0.2",
"cross-env": "^7.0.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^30.0.3",
"jest-environment-jsdom": "^30.0.2",
"postcss": "^8.5.4",
"tailwindcss": "^4.1.8"
},
"description": "This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/pages/api-reference/create-next-app).",
"main": "index.js",
"directories": {
"lib": "lib"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module"
}