forked from openWB/openwb-ui-settings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.99 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
{
"name": "openwb-ui-settings",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview --host",
"test:unit": "vitest run --environment jsdom --root src/",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .eslintignore",
"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.4",
"bootstrap": "^4.6.2",
"browserify": "^17.0.0",
"buffer": "^6.0.3",
"chart.js": "^4.4.3",
"chartjs-adapter-luxon": "^1.3.1",
"chartjs-plugin-zoom": "^2.0.1",
"core-js": "^3.38.0",
"crypto-browserify": "^3.12.0",
"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.4.38",
"vue-axios": "^3.5.2",
"vue-chartjs": "^5.3.1",
"vue-router": "^4.4.3",
"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": "^8.57.0",
"eslint-plugin-vue": "^9.27.0",
"jsdom": "^24.1.1",
"postcss": "^8.4.41",
"postcss-preset-env": "^9.6.0",
"prettier": "^3.3.3",
"rollup-plugin-node-polyfills": "^0.2.1",
"vite": "^4.5.3",
"vite-plugin-node-polyfills": "^0.9.0",
"vitest": "^1.6.0"
}
}