-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.36 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
{
"name": "knives-legacy",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "set PORT=3006 && next dev",
"build": "next build",
"start": "set PORT=3001 && next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@mui/lab": "^5.0.0-alpha.53",
"@mui/material": "^5.0.6",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@openzeppelin/contracts": "^4.5.0",
"@openzeppelin/contracts-upgradeable": "^4.5.1",
"axios": "^0.24.0",
"chai": "^4.3.6",
"dotenv": "^10.0.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.1",
"hardhat-waffle": "^0.0.1-security",
"next": "12.0.3",
"react": "17.0.2",
"react-alice-carousel": "^2.5.1",
"react-countdown": "^2.3.2",
"react-dom": "17.0.2",
"react-redux": "^7.2.6",
"react-video-scroll": "^1.0.1",
"web3modal": "^1.9.4"
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.3",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"eslint": "7.32.0",
"eslint-config-next": "12.0.3",
"hardhat-gas-reporter": "^1.0.8",
"postcss": "^8.3.11",
"tailwindcss": "^2.2.19",
"tailwindcss-image-rendering": "^1.0.2"
}
}