-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
69 lines (69 loc) · 1.96 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
{
"name": "@meri-imperiumi/signalk-logbook",
"version": "0.7.2",
"description": "Semi-automatic electronic logbook for Signal K",
"main": "plugin/index.js",
"scripts": {
"prepublishOnly": "npm run build",
"dev": "webpack --watch --mode=development",
"prebuild": "js-yaml schema/openapi.yaml > schema/openapi.json",
"build": "webpack --mode=production",
"lint": "eslint *.js src/ plugin/",
"pretest": "npm run build",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git://github.com/meri-imperiumi/signalk-logbook.git"
},
"keywords": [
"signalk-node-server-plugin",
"signalk-embeddable-webapp",
"signalk-category-utility"
],
"author": "Henri Bergius <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/meri-imperiumi/signalk-logbook/issues"
},
"homepage": "https://github.com/meri-imperiumi/signalk-logbook#readme",
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-react": "^7.18.6",
"babel-loader": "^9.1.2",
"bootstrap": "^5.2.3",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"eslint": "^8.33.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react": "^7.32.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"pigeon-maps": "^0.21.3",
"querystring-es3": "^0.2.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"reactstrap": "^9.1.5",
"style-loader": "^3.3.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"signalk": {
"appIcon": "./logbook.png",
"displayName": "Logbook"
},
"signalk-plugin-enabled-by-default": true,
"publishConfig": {
"access": "public"
},
"dependencies": {
"@mapbox/geo-viewport": "^0.5.0",
"circular-buffer": "^1.0.3",
"jsonschema": "^1.4.1",
"ordinal": "^1.0.3",
"timezones-list": "^3.0.2",
"where": "^0.4.1",
"yaml": "^2.2.1"
}
}