{ "name": "mangastatus-frontend", "version": "1.0.0", "private": true, "author": "wea_ondara", "license": "ISC", "scripts": { "dev": "vite", "build": "run-p type-check \"build-only {@}\" --", "preview": "vite preview", "test:unit": "vitest", "test:e2e": "start-server-and-test preview http://localhost:4173 'cypress run --e2e'", "test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'", "build-only": "vite build", "type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", "format": "prettier --write src/" }, "dependencies": { "@fortawesome/fontawesome-free": "^6.4.2", "@intlify/unplugin-vue-i18n": "^0.11.0", "@popperjs/core": "^2.11.8", "bootstrap": "^5.3.2", "bootstrap-vue-next": "^0.14.8", "idb": "^7.1.1", "pinia": "^2.1.6", "pinia-class-component": "^0.9.4", "string-similarity-js": "^2.1.4", "vue": "^3.3.4", "vue-class-component": "^8.0.0-rc.1", "vue-good-table-next": "^0.2.1", "vue-i18n": "^9.5.0", "vue-property-decorator": "^10.0.0-rc.3", "vue-router": "^4.2.5", "vue3-toastify": "^0.0.4" }, "devDependencies": { "@rushstack/eslint-patch": "^1.5.1", "@tsconfig/node18": "^18.2.2", "@types/bootstrap": "^5.2.7", "@types/jsdom": "^21.1.3", "@types/node": "^18.18.4", "@vitejs/plugin-vue": "^4.4.0", "@vue/eslint-config-prettier": "^8.0.0", "@vue/eslint-config-typescript": "^12.0.0", "@vue/test-utils": "^2.4.1", "@vue/tsconfig": "^0.4.0", "cypress": "^13.3.0", "eslint": "^8.51.0", "eslint-plugin-cypress": "^2.15.1", "eslint-plugin-vue": "^9.17.0", "jsdom": "^22.1.0", "npm-run-all2": "^6.1.1", "prettier": "^3.0.3", "sass": "^1.69.0", "start-server-and-test": "^2.0.1", "typescript": "~5.2.0", "vite": "^4.4.11", "vitest": "^0.34.6", "vue-tsc": "^1.8.16" } }