-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
86 lines (86 loc) · 2.97 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
{
"name": "vue-dom",
"version": "0.8.0",
"description": "Vue-dom is a VueJS front end for home automation software (Jeedom, ...)",
"keywords": [
"Home Automation",
"VueJS",
"Jeedom"
],
"author": {
"name": "nioc",
"email": "[email protected]"
},
"homepage": "https://github.com/nioc/vue-dom",
"bugs": {
"url": "https://github.com/nioc/vue-dom/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/nioc/vue-dom.git"
},
"license": "AGPL-3.0-or-later",
"private": true,
"type": "module",
"vueDom": {
"name": "VueDom",
"description": "<p><b>VueDom</b> est un client web pour solution domotique (actuellement compatible avec <a href='https://www.jeedom.com' target='_blank' rel='noreferrer'>Jeedom</a>).</p><p>Il s'appuie sur les composants open-sources suivants :</p><ul><li>VueJS</li><li>Bulma</li></ul><p>En cas de problème ou pour toute suggestion, merci de créer un <a href='https://github.com/nioc/vue-dom/issues' target='_blank' rel='noreferrer'>ticket</a>.</p>",
"latestReleaseUrl": "https://api.github.com/repos/nioc/vue-dom/releases/latest"
},
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "vite build",
"preview": "vite build && vite preview --port 8080",
"lint": "eslint . --ext .vue,.js --ignore-path .gitignore",
"lint-fix": "eslint . --ext .vue,.js --fix --ignore-path .gitignore"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/exporter-zipkin": "^1.26.0",
"@opentelemetry/instrumentation-document-load": "^0.40.0",
"@opentelemetry/instrumentation-user-interaction": "^0.40.0",
"@opentelemetry/instrumentation-xml-http-request": "^0.53.0",
"@opentelemetry/sdk-trace-web": "^1.26.0",
"@oruga-ui/oruga-next": "^0.7.0",
"@oruga-ui/theme-bulma": "^0.2.11",
"axios": "^1.7.7",
"bulma": "^0.9.4",
"chart.js": "^4.4.4",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-plugin-zoom": "^2.0.1",
"cronstrue": "^2.50.0",
"d3-force": "^3.0.0",
"d3-hierarchy": "^3.1.2",
"d3-selection": "^3.0.0",
"d3-zoom": "^3.0.0",
"date-fns": "^3.6.0",
"lodash.clonedeep": "^4.5.0",
"normalizr": "^3.6.2",
"pinia": "^2.2.2",
"pinia-plugin-persistedstate": "^3.2.3",
"spdx-license-list": "^6.9.0",
"tinyduration": "^3.3.1",
"ua-parser-js": "^1.0.38",
"video.js": "^8.17.4",
"vue": "^3.3.8",
"vue-draggable-next": "^2.2.1",
"vue-router": "^4.4.4"
},
"devDependencies": {
"@types/d3-force": "^3.0.10",
"@types/d3-hierarchy": "^3.1.7",
"@types/d3-selection": "^3.0.10",
"@types/d3-zoom": "^3.0.8",
"@types/lodash.clonedeep": "^4.5.9",
"@types/ua-parser-js": "^0.7.39",
"@types/video.js": "^7.3.58",
"@vitejs/plugin-vue": "^5.1.3",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.28.0",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.78.0",
"vite": "^5.4.4",
"vite-plugin-pwa": "^0.20.5"
}
}