forked from DeveloperAlly/bacalhau-fvm-nft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.43 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
45
46
47
48
49
50
{
"name": "bacalhau-fvm-nft",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start - p 3001",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.4",
"@mui/styled-engine-sc": "^5.11.0",
"@next/font": "13.1.6",
"@openzeppelin/contracts": "^4.8.0",
"@types/node": "^18.11.17",
"@types/react-dom": "18.0.9",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"multiformats": "9.9.0",
"next": "13.1.6",
"nft.storage": "^7.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "4.9.5"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^1.0.2",
"@nomiclabs/hardhat-ethers": "^2.2.2",
"@openzeppelin/hardhat-upgrades": "^1.22.0",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-animations": "^1.0.0",
"@types/react-dom": "18.0.10",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/parser": "^5.0.1",
"@zondax/filecoin-solidity": "^0.2.0-beta.3",
"@zondax/filecoin-solidity-mock-api": "^0.2.0",
"babel-plugin-styled-components": "^2.0.7",
"ethers": "^5.7.2",
"hardhat": "^2.12.5",
"prettier": "^2.5.1"
}
}