1 Star 0 Fork 0

开源参考/squish

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 956 Bytes
一键复制 编辑 原始数据 按行查看 历史
Addy Osmani 提交于 2024-12-15 15:49 +08:00 . Rewrite MVP using jSquash
{
"name": "squish-image-compressor",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@jsquash/avif": "^1.1.0",
"@jsquash/jpeg": "^1.2.0",
"@jsquash/jxl": "^1.0.0",
"@jsquash/png": "^2.0.0",
"@jsquash/webp": "^1.2.0",
"lucide-react": "^0.344.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.18",
"eslint": "^9.9.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.11",
"globals": "^15.9.0",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5.5.3",
"typescript-eslint": "^8.3.0",
"vite": "^5.4.2"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/open_source_reference/squish.git
git@gitee.com:open_source_reference/squish.git
open_source_reference
squish
squish
main

搜索帮助