-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 963 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 963 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
34
35
36
37
38
39
40
41
{
"cacheDirectories": [
".next/cache"
],
"name": "healthcredit",
"version": "1.0.0",
"private": true,
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start -p $PORT",
"heroku-postbuild": "npm run build"
},
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/material": "^5.5.3",
"@thirdweb-dev/react": "^2.0.1",
"@thirdweb-dev/sdk": "^2.0.13",
"autoprefixer": "^10.4.4",
"axios": "^0.26.1",
"bignumber.js": "^9.0.2",
"ethers": "^5.6.1",
"g": "^2.0.1",
"next": "^12.1.1",
"postcss-import": "^14.0.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"swr": "^1.2.2",
"tailwindcss": "^3.0.23",
"web3.storage": "^3.5.7",
"web3modal": "^1.9.5"
},
"devDependencies": {
"dotenv": "^16.0.0",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0"
}
}