-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.64 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.64 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "life-after-mudd",
"version": "0",
"repository": "https://github.com/MuddCreates/life-after-mudd",
"author": "Radon Rosborough <radon.neon@gmail.com>",
"license": "MIT",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"@mapbox/mapbox-gl-geocoder": "^4.5.1",
"@types/react": "^16.9.19",
"bootstrap": "^4.4.1",
"bootstrap-autocomplete": "https://github.com/MuddCreates/bootstrap-autocomplete#hack/life-after-mudd",
"fastclick": "^1.0.6",
"inobounce": "^0.2.0",
"jquery": "^3.5.0",
"js-cookie": "^2.2.1",
"latinize": "^0.4.1",
"lodash": "^4.17.15",
"mapbox-gl": "^1.7.0",
"popper.js": "^1.16.0",
"prettier": "^2.0.2",
"prop-types": "^15.6.2",
"react": "^16.11.0",
"react-bootstrap": "^1.0.0-beta.17",
"react-dom": "^16.11.0",
"react-loading-overlay": "^1.0.1",
"react-mapbox-gl": "https://github.com/MuddCreates/react-mapbox-gl#hack/mapbox-gl-from-cdn",
"react-redux": "^7.1.3",
"react-spinners": "^0.8.1",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"regenerator-runtime": "^0.13.3",
"reselect": "^4.0.0",
"usa-states": "^0.0.5",
"uuid": "^8.3.2"
},
"babel": {
"plugins": [
"@babel/plugin-proposal-class-properties",
"@babel/plugin-transform-react-jsx"
]
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-react-jsx": "^7.13.12",
"@parcel/packager-raw-url": "2.0.0-beta.2",
"@parcel/transformer-webmanifest": "2.0.0-beta.2",
"parcel": "^2.0.0-beta.2",
"react-select": "^4.3.1"
}
}