traefik/webui/package.json

63 lines
1.8 KiB
JSON
Raw Normal View History

{
2019-08-26 16:15:41 +00:00
"name": "traefik-ui",
"version": "2.0.0",
"description": "Traefik UI",
"productName": "Traefik",
"cordovaId": "us.containo.traefik",
"private": true,
2018-04-27 11:12:04 +00:00
"scripts": {
2019-08-26 16:15:41 +00:00
"transfer": "node dev/scripts/transfer.js",
"lint": "eslint --ext .js,.vue src",
"dev": "APP_ENV=development quasar dev",
"build-quasar": "quasar build",
"build-staging": "NODE_ENV=production APP_ENV=development yarn build-quasar",
"build": "NODE_ENV=production APP_ENV=production yarn build-quasar && yarn transfer spa",
2024-05-21 13:26:04 +00:00
"build:nc": "yarn build",
"test": "echo \"See package.json => scripts for available tests.\" && exit 0",
"test:unit": "vitest",
"test:unit:ci": "vitest run"
2018-04-27 11:12:04 +00:00
},
2016-07-23 17:59:54 +00:00
"dependencies": {
"@quasar/extras": "^1.16.9",
"axios": "^1.6.7",
"bowser": "^2.11.0",
"chart.js": "^4.4.1",
2024-02-06 08:00:07 +00:00
"core-js": "^3.35.1",
"dot-prop": "^8.0.2",
"iframe-resizer": "^4.3.9",
2019-12-17 13:52:05 +00:00
"lodash.isequal": "4.5.0",
"moment": "^2.30.1",
"quasar": "^2.14.3",
"query-string": "^8.1.0",
2019-08-26 16:15:41 +00:00
"vh-check": "^2.0.5",
"vue": "^3.0.0",
"vue-chartjs": "^5.3.0",
"vue-router": "^4.0.12",
"vuex": "^4.1.0",
"vuex-map-fields": "^1.4.1"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "^7.23.10",
"@quasar/app-vite": "^1.4.3",
"@quasar/babel-preset-app": "^2.0.2",
2024-05-21 13:26:04 +00:00
"@quasar/quasar-app-extension-testing-unit-vitest": "^1.0.0",
"@vue/test-utils": "^2.4.4",
"autoprefixer": "^10.4.2",
"eslint": "^8.11.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.0.0",
2024-05-21 13:26:04 +00:00
"postcss": "^8.4.14",
"vitest": "^1.3.1"
2019-08-26 16:15:41 +00:00
},
"engines": {
"node": "^20 || ^18 || ^16",
"npm": ">= 6.13.4",
"yarn": ">= 1.22.22"
},
"packageManager": "yarn@1.22.22"
}