forked from openWB/openwb-ui-settings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.03 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
{
"name": "openwb-ui-settings",
"version": "0.2.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview --host",
"test:unit": "vitest run --environment jsdom --root src/",
"lint": "eslint . --fix",
"build-dev": "vite build --mode=development --out-dir=/var/www/html/openWB/web/settings --emptyOutDir",
"build-prod": "vite build --out-dir=/var/www/html/openWB/web/settings --emptyOutDir"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@popperjs/core": "^2.11.8",
"axios": "^1.7.7",
"bootstrap": "^4.6.2",
"browserify": "^17.0.1",
"buffer": "^6.0.3",
"chart.js": "^4.4.6",
"chartjs-adapter-luxon": "^1.3.1",
"chartjs-plugin-zoom": "^2.0.1",
"core-js": "^3.39.0",
"crypto-browserify": "^3.12.1",
"hammerjs": "^2.0.8",
"jquery": "^3.7.1",
"lodash": "^4.17.21",
"luxon": "^3.5.0",
"mqtt": "^4.3.8",
"popper.js": "^1.16.1",
"stream-browserify": "^3.0.0",
"url": "^0.11.4",
"urlsafe-base64": "^1.0.0",
"vue": "^3.5.12",
"vue-axios": "^3.5.2",
"vue-chartjs": "^5.3.2",
"vue-router": "^4.4.5",
"vue3-table-lite": "^1.4.0",
"vuedraggable": "^4.1.0",
"vuex": "^4.1.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.4",
"@vitejs/plugin-vue": "^4.6.2",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.31.0",
"jsdom": "^24.1.3",
"postcss": "^8.4.47",
"postcss-preset-env": "^9.6.0",
"prettier": "^3.3.3",
"rollup-plugin-node-polyfills": "^0.2.1",
"vite": "^4.5.5",
"vite-plugin-node-polyfills": "^0.9.0",
"vitest": "^1.6.0"
}
}