{ "name": "filecodeboxfronted", "version": "0.0.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "run-p type-check \"build-only {@}\" --", "preview": "vite preview", "build-only": "vite build", "type-check": "vue-tsc --build --force", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", "format": "prettier --write src/" }, "dependencies": { "@tailwindcss/typography": "^0.5.15", "axios": "^1.7.7", "file-saver": "^2.0.5", "lru-cache": "^11.0.1", "lucide-vue-next": "^0.445.0", "marked": "^14.1.2", "pinia": "^2.2.2", "qrcode.vue": "^3.4.1", "spark-md5": "^3.0.2", "vue": "^3.5.8", "vue-router": "^4.4.5" }, "devDependencies": { "@eslint/config-array": "^0.18.0", "@eslint/object-schema": "^2.1.4", "@rushstack/eslint-patch": "^1.10.4", "@tsconfig/node20": "^20.1.4", "@types/node": "^20.16.7", "@types/spark-md5": "^3.0.4", "@vitejs/plugin-vue": "^5.1.4", "@vitejs/plugin-vue-jsx": "^4.0.1", "@vue/eslint-config-prettier": "^9.0.0", "@vue/eslint-config-typescript": "^13.0.0", "@vue/tsconfig": "^0.5.1", "autoprefixer": "^10.4.20", "eslint": "^8.57.1", "eslint-plugin-vue": "^9.28.0", "glob": "^11.0.0", "npm-run-all2": "^6.2.3", "postcss": "^8.4.47", "prettier": "^3.3.3", "rimraf": "^6.0.1", "tailwindcss": "^3.4.13", "typescript": "~5.4.5", "vite": "^5.4.7", "vite-plugin-vue-devtools": "^7.4.6", "vue-tsc": "^2.1.6" } }