-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 1.12 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
{
"name": "@ib236/sailinstruments",
"version": "0.2.0",
"description": "(Pre-release alpha) SignalK instruments designed for sailing.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "parcel build src/index.html --public-url ./",
"prepublishOnly": "rm -rf dist && npm run build"
},
"keywords": [
"signal k",
"signalk",
"marine",
"signalk-webapp"
],
"author": "Ian Boston",
"license": "ISC",
"devDependencies": {
"@signalk/client": "^2.0.4",
"@signalk/signalk-schema": "^1.3.1",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"baconjs": "^1.0.1",
"d3": "^4.13.0",
"geodesy": "^1.1.3",
"js-quantities": "^1.7.4",
"lodash": "^4.17.15",
"parcel-bundler": "^1.12.4",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-grid-layout": "^0.16.6",
"react-modal": "^3.11.1",
"react-tabs": "^2.3.1",
"validator-js": "^0.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/ieb/sailinstruments"
},
"dependencies": {}
}