forked from codeforboston/communityconnect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.78 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
{
"name": "community-connect",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/core": "^10.0.10",
"@emotion/styled": "^10.0.10",
"@fortawesome/fontawesome-svg-core": "^1.2.15",
"@fortawesome/free-brands-svg-icons": "^5.7.2",
"@fortawesome/free-solid-svg-icons": "^5.7.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"bootstrap": "^4.1.1",
"is-url": "^1.2.4",
"jquery": "^3.4.0",
"mapbox-gl": "^0.45.0-beta.1",
"npm": "^6.4.1",
"popper.js": "^1.14.7",
"qs-lite": "^0.0.1",
"query-string": "^6.2.0",
"react": "^16.3.2",
"react-beautiful-dnd": "^9.0.2",
"react-dom": "^16.3.2",
"react-fontawesome": "^1.6.1",
"react-google-maps": "^9.4.5",
"react-loader-spinner": "^2.3.0",
"react-mapbox-gl": "^3.8.0",
"react-read-more-less": "^0.1.6",
"react-redux": "^5.0.7",
"react-router": "latest",
"react-router-dom": "^4.3.1",
"react-testing-library": "^6.1.2",
"reactstrap": "^5.0.0",
"redux-thunk": "^2.3.0",
"tabletop": "^1.5.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"eject": "react-scripts eject"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.7.2",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.12.1",
"jest-emotion": "^10.0.10",
"react-scripts": "2.0.0-next.66cc7a90",
"redux-immutable-state-invariant": "^2.1.0"
},
"browserslist": {
"development": [
"last 2 chrome versions",
"last 2 firefox versions",
"last 2 edge versions"
],
"production": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 11"
]
}
}