-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (106 loc) · 3.08 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
{
"name": "datahub",
"version": "1.7.0",
"private": true,
"author": "TNRISIS",
"contributors": [
"Adam Breznicky",
"Jason Kleinert",
"John Haney",
"Chris Repka"
],
"license": "MIT",
"dependencies": {
"@mapbox/mapbox-gl-draw": "^1.3.0",
"@material-ui/core": "^4.11.0",
"@material-ui/lab": "^4.0.0-alpha.60",
"@material/button": "^4.0.0",
"@material/card": "^4.0.0",
"@material/checkbox": "^4.0.0",
"@material/chips": "^4.0.0",
"@material/dialog": "^4.0.0",
"@material/drawer": "^4.0.0",
"@material/fab": "^4.0.0",
"@material/floating-label": "^4.0.0",
"@material/form-field": "^4.0.0",
"@material/icon-button": "^4.0.0",
"@material/image-list": "^4.0.0",
"@material/layout-grid": "^4.0.0",
"@material/line-ripple": "^4.0.0",
"@material/menu": "^4.0.0",
"@material/menu-surface": "^4.0.0",
"@material/notched-outline": "^4.0.0",
"@material/radio": "^4.0.0",
"@material/ripple": "^4.0.0",
"@material/select": "^0.43.0",
"@material/snackbar": "^4.0.0",
"@material/switch": "^4.0.0",
"@material/tab-bar": "^4.0.0",
"@material/textfield": "^4.0.0",
"@material/theme": "^4.0.0",
"@material/top-app-bar": "^4.0.0",
"@material/typography": "^4.0.0",
"@turf/bbox": "^6.0.1",
"@turf/intersect": "^6.1.3",
"@turf/turf": "^5.1.6",
"chalk": "4.1.0",
"connected-react-router": "^6.8.0",
"dotenv": "8.2.0",
"dotenv-expand": "5.1.0",
"downshift": "^6.0.6",
"elasticlunr": "^0.9.5",
"fs-extra": "9.0.1",
"mapbox-gl": "^1.10.1",
"mapbox-gl-draw-rectangle-mode": "^1.0.4",
"normalizr": "^3.6.0",
"object-assign": "4.1.1",
"polylabel": "^1.0.5",
"promise": "^8.1.0",
"raf": "3.4.1",
"rc-slider": "^9.3.0",
"react": "^16.13.1",
"react-dev-utils": "^11.0.3",
"react-dom": "^16.13.1",
"react-ga": "^3.2.0",
"react-google-recaptcha": "^2.0.1",
"react-notification-badge": "^1.5.1",
"react-redux": "^7.2.0",
"react-responsive-carousel": "^3.2.7",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.1",
"react-share": "^4.1.0",
"react-spinners": "^0.9.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"resolve": "^1.17.0",
"survey-react": "^1.8.4",
"wellknown": "^0.5.0",
"whatwg-fetch": "3.4.1"
},
"scripts": {
"start": "SASS_PATH=./node_modules REACT_APP_API_URL=https://api.tnris.org react-scripts start",
"dev-start": "SASS_PATH=./node_modules REACT_APP_API_URL=http://localhost:8000 react-scripts start",
"build": "GENERATE_SOURCEMAP=false SASS_PATH=./node_modules REACT_APP_API_URL=https://api.tnris.org react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"node-sass": "^4.14.1"
}
}