{ "name": "vuetorrent", "version": "1.5.8", "private": true, "scripts": { "dev": "vite --host", "build": "vite build", "test": "npm run test:unit", "test:unit": "vitest run", "lint": "eslint --fix --ignore-path .gitignore && prettier . -w -u --ignore-path .gitignore", "start": "npm run dev" }, "dependencies": { "ajv": "^8.12.0", "apexcharts": "^3.35.0", "axios": "^0.26.1", "dayjs": "^1.10.4", "lodash": "^4.17.21", "quick-score": "^0.2.0", "typeface-roboto": "^1.1.13", "typeface-roboto-mono": "^1.1.13", "uuid": "^8.3.2", "vue": "^2.7.14", "vue-apexcharts": "^1.6.2", "vue-i18n": "^8", "vue-property-decorator": "^9.1.2", "vue-router": "^3.6.5", "vue-toastification": "^1.7.11", "vuedraggable": "^2.24.3", "vuetify": "^2.6.10", "vuex": "^3.6.2", "vuex-persist": "^3.1.3" }, "devDependencies": { "@faker-js/faker": "^7.6.0", "@mdi/js": "^7", "@types/jsdom": "^20.0.1", "@types/lodash": "^4.14.191", "@types/uuid": "^9.0.0", "@typescript-eslint/eslint-plugin": "^5", "@typescript-eslint/parser": "^5", "@vitejs/plugin-vue2": "^2", "@vue/eslint-config-typescript": "^11", "@vue/test-utils": "^1", "eslint": "^8", "eslint-config-prettier": "^8", "eslint-plugin-prettier": "^4", "eslint-plugin-vue": "^9", "jsdom": "^20.0.2", "prettier": "^2", "sass": "~1.32.12", "unplugin-vue-components": "^0.22", "vite": "^3", "vite-plugin-eslint": "^1", "vite-plugin-pwa": "^0.13", "vitest": "^0.25.8", "vue-template-compiler": "^2", "vue-typed-mixins": "^0.2.0" }, "browserslist": [ "> 1%", "last 2 versions", "not dead", "not ie <= 10" ] }