-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.4 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
{
"name": "shu-campus-map",
"version": "1.0.0",
"homepage": "https://shu-software-eng-sp-2019.github.io/seton-hill-campus-map-web/",
"private": true,
"dependencies": {
"bootstrap": "^4.3.1",
"dotenv": "^6.2.0",
"dotenv-webpack": "^1.7.0",
"firebase": "^5.9.4",
"mapbox-gl": "^0.54.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-google-button": "^0.5.3",
"react-hot-loader": "^4.8.3",
"react-map-gl": "^4.1.2",
"react-redux": "^6.0.1",
"react-redux-firebase": "^3.0.0-alpha.11",
"react-router": "^4.3.1",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.3.1",
"react-router-prop-types": "^1.0.4",
"react-scripts": "^3.4.0",
"react-with-direction": "^1.3.0",
"reactstrap": "^8.0.0",
"redux": "^4.0.1",
"redux-firestore": "^1.0.0-alpha.2",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"braces": "^3.0.1",
"gh-pages": "^2.0.1",
"redux-devtools-extension": "^2.13.8",
"tar": "^4.4.8"
}
}