-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.14 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.14 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
{
"name": "here-hack",
"version": "0.1.0",
"private": true,
"engines": {
"npm": "6.2.0",
"node": "8.12.0"
},
"homepage": "https://YocelinGR.github.io/here-hack/",
"dependencies": {
"axios": "^0.18.0",
"bootstrap": "^4.1.3",
"firebase": "^5.5.6",
"firebase-tools": "^6.0.0",
"gh-pages": "^2.0.1",
"map-age-cleaner": "^0.1.2",
"qrcode": "^1.3.0",
"qrcode.react": "^0.8.0",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-firebaseui": "^3.1.2",
"react-multiple-datepicker": "^0.1.0",
"react-notifications-component": "^0.1.1",
"react-qr-code": "^0.1.2",
"react-qr-scanner": "^0.0.8",
"react-route": "^1.0.3",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "2.0.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}