-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.45 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
74
75
76
77
78
79
80
81
82
83
84
{
"name": "pokemol",
"version": "2.0.1",
"private": false,
"dependencies": {
"@chakra-ui/react": "~1.6.0",
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"@gnosis.pm/safe-apps-sdk": "^4.2.0",
"@gnosis.pm/safe-apps-web3modal": "^2.0.0",
"@gnosis.pm/safe-contracts": "^1.3.0",
"@raidguild/quiver": "^0.9.0",
"@walletconnect/web3-provider": "^1.6.5",
"abi-decoder": "^2.4.0",
"apollo-boost": "^0.4.9",
"chakra-ui-markdown-renderer": "^4.0.0",
"date-fns": "^2.16.1",
"eth-ens-namehash": "^2.0.8",
"ethereum-blockies-base64": "^1.0.2",
"ethers": "^5.0.24",
"framer-motion": "^3.2.0",
"graphql": "^15.4.0",
"polished": "^4.0.5",
"react": "^17.0.1",
"react-apollo": "^3.1.5",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "^17.0.1",
"react-hook-form": "^6.14.2",
"react-icons": "^4.1.0",
"react-markdown": "^7.1.2",
"react-player": "^2.8.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"remark-gfm": "^3.0.1",
"uuid": "^8.3.2",
"web-vitals": "^0.2.4",
"web3": "^1.6.1",
"web3modal": "^1.9.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/eslint-parser": "^7.13.14",
"@babel/helper-builder-react-jsx": "^7.12.13",
"@babel/helper-builder-react-jsx-experimental": "^7.12.11",
"@babel/plugin-transform-react-jsx": "^7.13.12",
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"@types/deep-equal": "^1.0.1",
"babel-loader": "8.1.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^6.10.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-standard": "^4.0.1",
"prettier": "^1.19.1"
},
"resolutions": {
"react-error-overlay": "6.0.9"
}
}