-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.39 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
{
"name": "@canterbury-air-patrol/marine-search-area-coverage",
"version": "0.5.1",
"description": "Marine Search Area Coverage Calculator",
"main": "marine-search-area-coverage.js",
"scripts": {
"build": "esbuild marinesac.js --bundle --loader:.js=jsx --outdir=out --minify",
"check": "eslint *.js && prettier -c *.js",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "http-server -a localhost -p 8000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/canterbury-air-patrol/marine-search-area-coverage.git"
},
"keywords": [
"marine",
"sar",
"search",
"area",
"coverage"
],
"author": "Scott Parlane",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/canterbury-air-patrol/marine-search-area-coverage/issues"
},
"homepage": "https://github.com/canterbury-air-patrol/marine-search-area-coverage#readme",
"dependencies": {
"@canterbury-air-patrol/marine-sweep-width-data": "^0.1.0",
"jquery": "^3.7.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-bootstrap": "^2.8.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"bootstrap": "^5.3.1",
"esbuild": "^0.24.0",
"eslint": "^9.12.0",
"eslint-plugin-react": "^7.37.1",
"globals": "^15.11.0",
"http-server": "^14.1.1",
"prettier": "^3.3.3"
}
}