Files
tacticalrmm-web/package.json
sadnub 0fbd3a59bd init
2024-04-16 22:03:54 -04:00

54 lines
1.5 KiB
JSON

{
"name": "web",
"version": "0.101.44",
"private": true,
"productName": "Tactical RMM",
"scripts": {
"serve": "quasar dev",
"build": "quasar build",
"lint": "eslint --ext .js,.ts,.vue ./",
"format": "prettier --write \"**/*.{js,ts,vue,,html,md,json}\" --ignore-path .gitignore",
"test:unit:ui": "vitest --ui",
"test": "echo \"See package.json => scripts for available tests.\" && exit 0",
"test:unit": "vitest",
"test:unit:ci": "vitest run"
},
"dependencies": {
"@quasar/extras": "1.16.11",
"@vueuse/core": "10.9.0",
"@vueuse/shared": "10.9.0",
"apexcharts": "3.48.0",
"axios": "1.6.8",
"dotenv": "16.4.5",
"monaco-editor": "0.47.0",
"pinia": "^2.1.7",
"qrcode.vue": "3.4.1",
"quasar": "2.15.2",
"vue": "3.4.21",
"vue-router": "4.3.0",
"vue3-apexcharts": "1.5.2",
"vuedraggable": "4.1.0",
"vuex": "4.1.0",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0",
"yaml": "2.4.1"
},
"devDependencies": {
"@quasar/cli": "2.4.0",
"@intlify/unplugin-vue-i18n": "4.0.0",
"@quasar/app-vite": "1.8.0",
"@types/node": "20.12.2",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"autoprefixer": "10.4.19",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-vue": "8.7.1",
"prettier": "3.2.5",
"typescript": "5.4.3",
"@vue/test-utils": "^2.4.3",
"vitest": "^1.1.0",
"@vitest/ui": "^1.1.0"
}
}