-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.49 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
{
"name": "defi-staking-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate-types": "npx typechain --target=web3-v1 'build/contracts/*.json'",
"generate-truffle-types": "npx typechain --target=web3-v1 'build/contracts/*.json'",
"postinstall": "npx truffle compile && npm run generate-types && npm run generate-truffle-types"
},
"dependencies": {
"-": "^0.0.1",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@metamask/providers": "^8.1.1",
"@mui/icons-material": "^5.5.1",
"@mui/material": "^5.5.1",
"@typechain/truffle-v5": "^7.0.0",
"@typechain/web3-v1": "^5.0.0",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.1.0",
"@types/web3": "^1.2.2",
"chai-as-promised": "^7.1.1",
"dev": "^0.1.3",
"mocha": "^9.2.2",
"next": "12.1.0",
"next-themes": "^0.1.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"solc": "^0.8.13",
"truffle": "^5.5.5",
"truffle-typings": "^1.0.8",
"ts-node": "^10.7.0",
"typechain": "^7.0.1",
"web3": "^1.7.1"
},
"devDependencies": {
"@metamask/detect-provider": "^1.2.0",
"@metamask/types": "^1.1.0",
"@types/node": "17.0.21",
"@types/react": "17.0.40",
"autoprefixer": "^10.4.4",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23",
"typescript": "4.6.2"
}
}