-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.27 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
{
"name": "indoor-gps",
"version": "0.1.0",
"private": true,
"dependencies": {
"@tensorflow/tfjs-node": "^1.1.2",
"axios": "^0.18.0",
"d3-dsv": "^1.1.1",
"d3-fetch": "^1.1.2",
"leaflet": "^1.4.0",
"lottie": "^0.0.1",
"node-fetch-polyfill": "^2.0.6",
"papaparse": "^4.6.3",
"react": "^16.8.0-alpha.1",
"react-dom": "^16.8.0-alpha.1",
"react-html5-camera-photo": "^1.2.9",
"react-leaflet": "^2.2.0",
"react-lottie": "^1.2.3",
"react-pose": "^4.0.8",
"react-scripts": "2.1.3",
"react-slick": "^0.23.2",
"react-webcam": "^1.1.1",
"require-context.macro": "^1.0.4",
"slick-carousel": "^1.8.1"
},
"scripts": {
"start": "react-scripts start",
"build": "CI=false react-scripts build",
"now-build": "yarn run build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "PUBLIC_URL=https://panzerstadt.github.io/indoor-gps/ yarn build",
"deploy": "gh-pages --message '[skip ci] Deployment' -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"fake-indexeddb": "^2.1.1",
"gh-pages": "^2.0.1",
"jest-canvas-mock": "^2.1.0"
}
}