{ "name": "image-optimizer", "version": "1.0.0", "description": "A modern online image optimization and processing tool that runs entirely in the browser", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "test": "vitest", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore" }, "dependencies": { "@vueuse/core": "^10.3.0", "autoprefixer": "^10.4.14", "browser-image-compression": "^2.0.2", "jszip": "^3.10.1", "pinia": "^2.1.6", "postcss": "^8.4.27", "tailwindcss": "^3.3.3", "vue": "^3.3.4", "vue-router": "^4.2.4" }, "devDependencies": { "@types/node": "^20.4.5", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "@vitejs/plugin-vue": "^4.2.3", "@vue/tsconfig": "^0.4.0", "eslint": "^8.46.0", "eslint-plugin-vue": "^9.15.1", "typescript": "^5.1.6", "vite": "^4.4.7", "vitest": "^0.33.0", "vue-tsc": "^1.8.8" } }