-
Notifications
You must be signed in to change notification settings - Fork 79
/
package.json
115 lines (115 loc) · 3.54 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "pokemol",
"version": "2.0.1",
"private": false,
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@chakra-ui/react": "~1.6.0",
"@craco/craco": "^6.3.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",
"@gnosis.pm/safe-core-sdk": "^2.0.0",
"@gnosis.pm/safe-web3-lib": "^1.0.0",
"@gnosis.pm/zodiac": "^1.0.11",
"@nomad-xyz/sdk": "^2.1.0-rc.0",
"@self.id/core": "0.4.0",
"@self.id/web": "0.4.0",
"@uiw/react-md-editor": "^3.9.4",
"@walletconnect/web3-provider": "^1.6.5",
"abi-decoder": "^2.4.0",
"apollo-boost": "^0.4.9",
"browserify-zlib": "^0.2.0",
"crypto-browserify": "^3.12.0",
"date-fns": "^2.16.1",
"deep-eql": "^4.0.0",
"eth-ens-namehash": "^2.0.8",
"eth-sig-util": "3.0.1",
"ethereum-block-by-date": "^1.4.5",
"ethereum-blockies-base64": "^1.0.2",
"ethereumjs-util": "^7.1.0",
"ethers": "^5.6.4",
"ethers-multisend": "^2.1.1",
"framer-motion": "^3.2.0",
"graphql": "^15.4.0",
"https-browserify": "^1.0.0",
"human-format": "^0.11.0",
"lit-js-sdk": "^1.1.182",
"localforage": "^1.10.0",
"os-browserify": "^0.3.0",
"path": "^0.12.7",
"polished": "^4.0.5",
"process": "^0.11.10",
"rc-pagination": "^3.1.3",
"react": "^17.0.1",
"react-apollo": "^3.1.5",
"react-color": "^2.19.3",
"react-contextual": "^5.0.2",
"react-copy-to-clipboard": "^5.0.3",
"react-datepicker": "^4.1.1",
"react-dom": "^17.0.1",
"react-hook-form": "^6.14.2",
"react-icons": "^4.1.0",
"react-player": "^2.8.2",
"react-router-dom": "^5.2.0",
"react-scripts": "5.0.0",
"react-vis": "^1.11.7",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"uuid": "^8.3.2",
"web-vitals": "^0.2.4",
"web3": "^1.6.1",
"web3modal": "^1.9.4"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "craco 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",
"@storybook/addon-actions": "^6.2.8",
"@storybook/addon-essentials": "^6.2.8",
"@storybook/addon-links": "^6.2.8",
"@storybook/node-logger": "^6.2.8",
"@storybook/preset-create-react-app": "^3.1.7",
"@storybook/react": "^6.2.8",
"@storybook/theming": "^6.1.20",
"@types/deep-equal": "^1.0.1",
"babel-loader": "8.2.2",
"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.30.0",
"eslint-plugin-react-app": "^6.2.2",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-standard": "^4.0.1",
"prettier": "^1.19.1"
}
}