VueTorrent/package.json
github-actions[bot] 5f7fb86220
chore(master): release 2.7.0 (#1491)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-02-09 17:39:42 -05:00

61 lines
1.7 KiB
JSON

{
"name": "vuetorrent",
"private": true,
"version": "2.7.0",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vue-tsc && vite build",
"postbuild": "node write-version.cjs",
"check-build": "vue-tsc",
"preview": "vite preview",
"lint": "eslint --fix --ignore-path .gitignore && prettier . -w -u",
"test": "vitest run",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@faker-js/faker": "^8.4.0",
"@fontsource/roboto": "^5.0.8",
"@fontsource/roboto-mono": "^5.0.16",
"@mdi/font": "^7.4.47",
"@mdi/js": "^7.4.47",
"@vueuse/core": "^10.7.2",
"apexcharts": "^3.45.2",
"axios": "^1.6.7",
"dayjs": "^1.11.9",
"lodash.debounce": "^4.0.8",
"pinia": "^2.1.6",
"pinia-plugin-persist": "^1.0.0",
"uuid": "^9.0.1",
"vite-plugin-vuetify": "^2.0.1",
"vue": "^3.4.14",
"vue-i18n": "^9.9.1",
"vue-router": "^4.2.4",
"vue3-apexcharts": "^1.4.4",
"vue3-toastify": "^0.2.1",
"vuedraggable": "^4.1.0",
"vuetify": "^3.5.2"
},
"devDependencies": {
"@pinia/testing": "^0.1.3",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^20.11.16",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-vue": "^5.0.3",
"@vitest/coverage-v8": "^1.2.2",
"@vue/test-utils": "^2.4.4",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.21.1",
"jsdom": "^24.0.0",
"prettier": "^3.2.5",
"sass": "^1.70.0",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.2",
"vue-tsc": "^1.8.27"
}
}