{ "name": "vuetorrent", "version": "1.7.4", "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.42.0", "axios": "^1.5.0", "dayjs": "^1.11.10", "lodash": "^4.17.21", "quick-score": "^0.2.0", "typeface-roboto": "^1.1.13", "typeface-roboto-mono": "^1.1.13", "uuid": "^9.0.0", "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.7.1", "vuex": "^3.6.2", "vuex-persist": "^3.1.3" }, "devDependencies": { "@faker-js/faker": "^8.0.2", "@mdi/js": "^7", "@types/jsdom": "^21.1.2", "@types/lodash": "^4.14.197", "@types/uuid": "^9.0.3", "@typescript-eslint/eslint-plugin": "^6", "@typescript-eslint/parser": "^6", "@vitejs/plugin-vue2": "^2", "@vue/eslint-config-typescript": "^12", "@vue/test-utils": "^1", "eslint": "^8", "eslint-config-prettier": "^9", "eslint-plugin-prettier": "^5", "eslint-plugin-vue": "^9", "jsdom": "^22.1.0", "prettier": "^3", "sass": "~1.32.13", "unplugin-vue-components": "^0.25", "vite": "^4", "vite-plugin-eslint": "^1", "vite-plugin-pwa": "^0.16.5", "vitest": "^0.34.4", "vue-template-compiler": "^2", "vue-typed-mixins": "^0.2.0" }, "browserslist": [ "> 1%", "last 2 versions", "not dead", "not ie <= 10" ] }