-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
59 lines (59 loc) · 1.75 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
{
"name": "sensors.robonomics.network",
"version": "0.5.0",
"private": true,
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview --port 4173",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@chainsafe/libp2p-noise": "^13.0.1",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/vue-fontawesome": "^3.0.1",
"@kyvg/vue3-notification": "^2.9.1",
"@libp2p/bootstrap": "^9.0.6",
"@libp2p/floodsub": "^8.0.7",
"@libp2p/mplex": "^9.0.6",
"@libp2p/webrtc": "^3.2.0",
"@libp2p/websockets": "^7.0.7",
"@oddbird/popover-polyfill": "^0.4.3",
"axios": "^1.1.2",
"buffer": "^6.0.3",
"chroma-js": "^2.4.2",
"events": "^3.3.0",
"highcharts": "^11.4.3",
"highcharts-vue": "^2.0.1",
"js-file-download": "^0.4.12",
"js-queue": "^2.0.2",
"leaflet": "^1.9.2",
"leaflet-active-area": "^1.2.1",
"leaflet-arrowheads": "^1.4.0",
"leaflet-velocity": "^2.1.2",
"leaflet.locatecontrol": "^0.76.1",
"leaflet.markercluster": "^1.5.3",
"leaflet.tilelayer.colorfilter": "^1.2.5",
"libp2p": "^0.46.11",
"moment": "^2.29.4",
"pinia": "^2.0.23",
"socket.io-client": "^2.3.0",
"vite-plugin-mkcert": "^1.17.5",
"vite-plugin-pwa": "^0.19.7",
"vue": "^3.2.38",
"vue-i18n": "9",
"vue-matomo": "^4.1.0",
"vue-router": "^4.1.5",
"vue3-clipboard": "^1.0.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.4",
"@vitejs/plugin-vue": "^3.0.3",
"@vue/eslint-config-prettier": "^7.0.0",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
"prettier": "^2.7.1",
"vite": "^3.2.7"
}
}