-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 2.16 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
{
"name": "field-work",
"version": "1.0.4",
"homepage": "https://OpenATK.github.io/FieldWorkApp",
"dependencies": {
"@emotion/core": "^10.0.28",
"@mapbox/geojson-area": "^0.2.2",
"@material-ui/core": "^4.0.2",
"@material-ui/icons": "^4.0.1",
"@oada/oada-cache-overmind": "https://github.com/OADA/oada-cache-overmind.git#3c930bba6d70769a9d8fea2625e040e257b6ec4a",
"@oada/oada-id-client": "^1.0.7",
"@turf/bbox": "^6.0.1",
"babel-preset-react": "^6.24.1",
"classnames": "^2.2.6",
"geojson": "^0.5.0",
"gh-pages": "^2.1.1",
"leaflet": "^1.6.0",
"native-base": "^2.12.1",
"overmind": "^23.0.1",
"overmind-react": "^24.0.1",
"react": "^16.13.1",
"react-dom": "^16.8.6",
"react-geolocated": "^3.0.1",
"react-leaflet": "^2.6.3",
"react-native-web": "^0.12.2",
"react-scripts": "3.4.1",
"semantic-ui-react": "^0.88.2",
"uuid": "^3.3.2"
},
"scripts": {
"start": "concurrently \"overmind-devtools\" \"cross-env PORT=8000 REACT_APP_VERSION=$npm_package_version react-scripts start\"",
"start2": "concurrently \"overmind-devtools\" \"cross-env PORT=8001 REACT_APP_VERSION=$npm_package_version react-scripts start\"",
"build": "cross-env REACT_APP_VERSION=$npm_package_version react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "json -I -f package.json -e 'this.homepage=\"https://OpenATK.github.io/FieldWorkApp\"' && cross-env REACT_APP_VERSION=$npm_package_version react-scripts build",
"deploy": "gh-pages -d build",
"postdeploy": "json -I -f package.json -e 'this.homepage=\"\"'"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"concurrently": "^5.1.0",
"cross-env": "^7.0.2",
"json": "^9.0.6",
"overmind-devtools": "^24.0.1"
}
}