-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.33 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
{
"name": "nfight",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"lint": "next lint",
"storybook": "start-storybook -p 6006 -s ./public",
"build-storybook": "build-storybook -s public"
},
"dependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.4.0",
"axios": "^0.24.0",
"chai": "^4.3.4",
"classnames": "^2.3.1",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.1",
"express": "^4.17.2",
"framer-motion": "^5.3.3",
"hardhat": "^2.7.0",
"ipfs-http-client": "^50.1.2",
"mongoose": "^6.1.2",
"next": "12.0.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"socket.io": "^4.4.0",
"socket.io-client": "^4.4.0",
"web3": "^1.6.1",
"web3modal": "^1.9.4",
"zustand": "^3.6.7"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@storybook/addon-actions": "^6.3.12",
"@storybook/addon-essentials": "^6.3.12",
"@storybook/addon-links": "^6.3.12",
"@storybook/builder-webpack5": "^6.3.12",
"@storybook/manager-webpack5": "^6.3.12",
"@storybook/react": "^6.3.12",
"babel-loader": "^8.2.3",
"eslint": "7.32.0",
"eslint-config-next": "12.0.4"
}
}