This repository has been archived by the owner on Jun 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
117 lines (117 loc) · 3.23 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "map-client",
"version": "4.0.2",
"description": "This repository hosts the Global Fishing Watch client application.",
"private": false,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"serve": "http-server ./build",
"test": "npm run lint",
"eject": "react-scripts eject",
"lint": "eslint -c .eslintrc src/*.js",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"retrieve-workspace": "node ./bin/retrieve-workspace.js",
"postinstall": "npm run retrieve-workspace"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GlobalFishingWatch/map-client.git"
},
"keywords": [
"visualisation"
],
"author": "GlobalFishingWatch <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/GlobalFishingWatch/map-client/issues"
},
"engines": {
"node": "> 8.2.x",
"npm": "> 5.3.x"
},
"homepage": ".",
"dependencies": {
"@globalfishingwatch/api-client": "0.0.21",
"@globalfishingwatch/map-components": "3.8.15",
"@globalfishingwatch/map-convert": "github:GlobalFishingWatch/map-convert",
"@globalfishingwatch/ui-components": "^1.3.7",
"@mapbox/tile-cover": "3.0.2",
"@mapbox/vector-tile": "1.3.0",
"@turf/area": "6.0.1",
"@turf/bbox": "6.0.1",
"@turf/great-circle": "5.1.5",
"@turf/helpers": "6.0.1",
"@turf/length": "6.0.2",
"body-parser": "1.17.2",
"classnames": "2.2.5",
"core-js": "3.1.4",
"d3": "4.13.0",
"d3-brush": "1.1.5",
"d3-ease": "1.0.5",
"dayjs": "1.7.7",
"dotenv": "4.0.0",
"immutable": "3.8.2",
"iso-3166-1-alpha-2": "GlobalFishingWatch/iso-3166-1-alpha-2#taiwan_fix",
"lodash": "4.17.21",
"mapbox-gl": "0.53.0",
"moment": "2.24.0",
"pbf": "3.1.0",
"pixi.js": "4.7.1",
"platform": "1.3.4",
"promise-polyfill": "6.0.2",
"prop-types": "15.5.10",
"react": "16.8.6",
"react-app-polyfill": "0.2.2",
"react-datepicker": "0.46.0",
"react-dom": "16.8.6",
"react-input-range": "1.2.1",
"react-map-gl": "4.0.10",
"react-paginate": "4.4.3",
"react-redux": "7.2.1",
"react-responsive": "7.0.0",
"react-scripts": "3.4.0",
"react-select": "1.0.0-rc.10",
"react-tooltip": "3.4.0",
"redux": "4.0.5",
"redux-thunk": "2.2.0",
"reselect": "4.0.0",
"topojson-client": "3.0.0",
"urijs": "1.19.7",
"validator": "10.11.0",
"viewport-mercator-project": "6.1.1",
"whatwg-fetch": "2.0.3",
"wms-capabilities": "0.3.4"
},
"devDependencies": {
"@satellitestudio/eslint-config": "1.1.0",
"eslint-config-prettier": "4.1.0",
"eslint-plugin-prettier": "3.0.1",
"http-server": "0.11.1",
"husky": "1.3.1",
"imagemin-lint-staged": "0.4.0",
"lint-staged": "8.1.5",
"node-sass": "4.13.1",
"prettier": "1.16.4",
"source-map-explorer": "1.8.0",
"stylelint": "9.10.1",
"stylelint-config-standard": "18.2.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"resolutions": {
"browserslist": "4.6.2",
"caniuse-lite": "1.0.30000974"
},
"browserslist": [
">0.2%",
"not dead",
"Firefox ESR",
"Safari >= 8",
"not ie < 11",
"not op_mini all"
]
}