-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
102 lines (102 loc) · 2.93 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
{
"name": "signalk-stash",
"version": "1.0.0",
"description": "",
"main": "built/api-server/index.js",
"author": "",
"license": "ISC",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"@apla/clickhouse": "^1.5.5",
"@chacal/signalk-ts": "^0.4.0",
"@js-joda/core": "^3.2.0",
"@js-joda/timezone": "^2.5.0",
"@signalk/streams": "^1.11.0",
"@turf/length": "^6.0.2",
"@turf/simplify": "^5.1.5",
"axios": "^0.21.1",
"binaryquadkey": "0.0.1",
"bluebird": "^3.5.3",
"byline": "^5.0.0",
"commander": "^8.1.0",
"debug": "^4.3.2",
"express": "^4.16.4",
"express-openid-connect": "^2.5.0",
"geolib": "^3.3.1",
"joi": "^17.4.1",
"lodash": "^4.17.19",
"mqtt": "^4.2.8",
"partial.lenses": "^14.17.0",
"pg-promise": "^10.10.2",
"quadkeytools": "git+https://bitbucket.org/steele/quadkeytools.git",
"simplify-js": "^1.2.3"
},
"devDependencies": {
"@cypress/webpack-preprocessor": "^4.1.5",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@types/bluebird": "^3.5.26",
"@types/byline": "^4.2.31",
"@types/chai": "^4.1.7",
"@types/color": "^3.0.0",
"@types/debug": "^4.1.6",
"@types/enzyme": "^3.9.1",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/express": "^4.16.1",
"@types/joi": "^14.3.2",
"@types/leaflet": "^1.4.3",
"@types/lodash": "^4.14.122",
"@types/mocha": "^5.2.6",
"@types/node": "^16.4.13",
"@types/papaparse": "^4.5.9",
"@types/react": "^16.8.8",
"@types/react-dom": "^16.8.2",
"@types/react-leaflet": "^2.2.1",
"@types/react-router-dom": "^5.1.0",
"@types/sinon": "^7.5.0",
"@types/supertest": "^2.0.7",
"@types/webpack": "^4.4.25",
"@types/webpack-dev-middleware": "^2.0.2",
"@types/webpack-hot-middleware": "^2.16.5",
"@types/ws": "^7.4.7",
"chai": "^4.2.0",
"color": "^3.1.0",
"css-loader": "^2.1.1",
"cypress": "^8.2.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.11.2",
"google-palette": "^1.1.0",
"jose": "^2.0.5",
"leaflet": "^1.7.1",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"mocha": "^9.0.3",
"mocha-junit-reporter": "^1.18.0",
"mocha-multi-reporters": "^1.1.7",
"nodemon": "^2.0.12",
"prettier": "^1.16.4",
"react": "^16.8.4",
"react-dom": "^16.14.0",
"react-leaflet": "^2.2.1",
"react-router-dom": "^5.1.2",
"rxjs": "^6.5.3",
"rxjs-hooks": "^0.5.2",
"sinon": "^7.5.0",
"source-map-support": "^0.5.10",
"style-loader": "^0.23.1",
"supertest": "^4.0.2",
"ts-loader": "^5.3.3",
"tslint": "^5.13.1",
"tslint-config-prettier": "^1.18.0",
"tslint-no-unused-expression-chai": "^0.1.4",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^4.3.5",
"wait-on": "^6.0.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3",
"webpack-dev-middleware": "^3.6.1",
"webpack-hot-middleware": "^2.24.3"
}
}