-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
101 lines (101 loc) · 2.84 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
{
"name": "arbor-frontend",
"version": "1.6.7",
"private": true,
"dependencies": {
"@brainhubeu/react-carousel": "1.19.26",
"@ethersproject/providers": "5.0.23",
"@hapi/joi": "17.1.1",
"@material-ui/core": "4.11.3",
"@material-ui/icons": "4.11.2",
"@material-ui/styles": "4.11.3",
"@metamask/onboarding": "1.0.0",
"@portis/web3": "2.0.0-beta.57",
"@stripe/react-stripe-js": "1.2.2",
"@stripe/stripe-js": "1.12.1",
"@windingtree/org.id-lif-deposit": "1.0.2",
"@windingtree/org.json-schema": "0.4.3",
"esri-leaflet-geocoder": "2.3.3",
"formik": "2.2.6",
"history": "4.10.1",
"js-sha3": "0.8.0",
"jsonschema": "1.2.6",
"leaflet": "1.7.1",
"lodash": "4.17.21",
"moment": "2.29.1",
"node-sass": "5.0.0",
"prop-types": "15.7.2",
"query-string": "6.14.0",
"radium": "0.26.1",
"react": "17.0.2",
"react-animations": "1.0.0",
"react-blockies": "1.4.1",
"react-dom": "17.0.2",
"react-dotdotdot": "1.3.1",
"react-dropzone": "11.0.1",
"react-esri-leaflet": "0.2.2",
"react-leaflet": "3.0.0",
"react-number-format": "4.4.4",
"react-paginate": "6.3.2",
"react-redux": "7.2.3",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"react-router-redux": "4.0.8",
"react-scripts": "4.0.3",
"react-visibility-sensor": "5.1.1",
"redux": "4.0.5",
"redux-devtools-extension": "2.13.9",
"redux-logger": "3.0.6",
"redux-persist": "6.0.0",
"redux-saga": "1.1.3",
"reselect": "4.0.0",
"web3": "1.3.5"
},
"devDependencies": {
"@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",
"env-cmd": "10.1.0",
"now": "21.0.1",
"storybook-addon-material-ui": "0.9.0-alpha.24"
},
"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",
"build:staging": "env-cmd -f zeit.staging.env react-scripts build",
"build:ropsten": "env-cmd -f zeit.ropsten.env react-scripts build",
"build:production": "env-cmd -f zeit.production.env react-scripts build"
},
"eslintConfig": {
"extends": "react-app",
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}