-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.09 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
{
"name": "intheory-beta-mvp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dynamic-labs/sdk-react": "^0.15.9",
"@next/font": "13.1.6",
"@openzeppelin/contracts": "^4.8.2",
"@types/node": "18.14.0",
"@types/nodemailer": "^6.4.7",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"aws-sdk": "^2.1330.0",
"chart.js": "^4.2.1",
"dotenv": "^16.0.3",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"ethers": "^6.2.3",
"https": "^1.0.0",
"mongodb": "^5.1.0",
"next": "13.1.6",
"next-password-protect": "^1.8.0",
"nextjs-progressbar": "^0.0.16",
"nft.storage": "^7.0.3",
"nodemailer": "^6.9.1",
"openai": "^3.2.1",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-waypoint": "^10.3.0",
"sharp": "^0.31.3",
"typescript": "4.9.5"
},
"devDependencies": {
"@truffle/hdwallet-provider": "^2.1.9",
"sass": "^1.58.3"
}
}