-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 842 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
{
"name": "judo-chain",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"bignumber.js": "^9.1.2",
"daisyui": "^4.12.2",
"mongoose": "^8.4.1",
"next": "14.2.4",
"nodemailer": "^6.9.13",
"react": "^18",
"react-datepicker": "^7.0.0",
"react-dom": "^18",
"stripe": "^15.10.0",
"web3": "^4.10.0"
},
"devDependencies": {
"postcss": "^8",
"tailwindcss": "^3.4.4",
"truffle": "^5.11.5"
},
"description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
"main": "tailwind.config.js",
"keywords": [],
"author": "",
"license": "ISC"
}