-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.01 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.01 KB
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
{
"name": "fwb-dapp",
"version": "0.1.0",
"private": true,
"scripts": {
"test": "jest",
"dev": "next dev -p 8080",
"build": "next build",
"start": "next start",
"storybook": "start-storybook -p 6006 --no-dll",
"build-storybook": "build-storybook --no-dll"
},
"dependencies": {
"@walletconnect/web3-provider": "^1.6.5",
"@web3-react/walletconnect-connector": "^6.2.4",
"graphql": "^15.6.0",
"graphql-request": "^3.5.0",
"lodash": "^4.17.21",
"next": "9.5.5",
"next-svgr": "0.0.2",
"react": "17.0.1",
"react-dom": "17.0.1",
"styled-components": "^5.2.1",
"web3": "^1.5.2",
"web3modal": "^1.9.4"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@storybook/addon-actions": "^6.0.28",
"@storybook/addon-essentials": "^6.0.28",
"@storybook/addon-links": "^6.0.28",
"@storybook/react": "^6.0.28",
"babel-loader": "^8.2.1",
"babel-plugin-styled-components": "^1.13.2",
"jest": "^26.6.1",
"react-is": "^17.0.1"
}
}