-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
73 lines (73 loc) · 2.35 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "my-project",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"prettier": "prettier --config ./.prettierrc --write \"**/*.{js,json,md,sol,ts,yml}\"",
"prettier:check": "prettier --check --config ./.prettierrc \"**/*.{js,json,md,sol,ts,yml}\"",
"typechain": "typechain --target ethers-v5 --out-dir src/contract-types './src/abis/**/*.json'"
},
"dependencies": {
"@ankr.com/ankr.js": "^0.1.6",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.6",
"@mui/material": "^5.10.8",
"@openzeppelin/contracts": "^4.8.2",
"@rainbow-me/rainbowkit": "^0.4.1",
"alchemy-sdk": "^2.2.0",
"axios": "^1.3.4",
"buffer": "^6.0.3",
"dotenv": "^16.0.3",
"ethers": "^5.7.2",
"font-awesome": "^4.7.0",
"form-data": "^4.0.0",
"formik": "^2.2.9",
"ipfs-core": "^0.18.0",
"ipfs-http-client": "^60.0.0",
"moralis": "^2.7.1",
"nft.storage": "^7.0.3",
"openzeppelin-solidity": "^2.2.0",
"randombytes": "^2.1.0",
"react": "^18.0.0",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^18.0.0",
"react-icons": "^4.4.0",
"react-router-dom": "^6.4.1",
"react-slick": "^0.29.0",
"react-table": "^7.8.0",
"reactjs-percentage-circle": "^1.0.0",
"rollup-plugin-node-builtins": "^2.1.2",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.6",
"uuid": "^9.0.0",
"wagmi": "^0.5.11",
"web3.storage": "^4.5.4"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.1.0",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@trivago/prettier-plugin-sort-imports": "^3.3.0",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.2",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^1.3.0",
"autoprefixer": "^10.4.7",
"chai": "^4.3.6",
"ethereum-waffle": "^3.4.4",
"hardhat": "^2.10.1",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"prettier-plugin-solidity": "^1.0.0-dev.23",
"tailwindcss": "^3.1.4",
"typechain": "^8.1.0",
"typescript": "^4.6.3",
"vite": "^2.9.9"
}
}