mirror of
https://github.com/Xevion/factorio-achievements-fixer.git
synced 2025-12-15 12:11:50 -06:00
32 lines
740 B
JSON
32 lines
740 B
JSON
{
|
|
"name": "factorio-achievements-fixer",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@heroicons/react": "^2.2.0",
|
|
"@tauri-apps/api": "^2",
|
|
"@tauri-apps/plugin-dialog": "~2",
|
|
"@tauri-apps/plugin-fs": "~2",
|
|
"@tauri-apps/plugin-shell": "^2",
|
|
"clsx": "^2.1.1",
|
|
"preact": "^10.16.0",
|
|
"tailwind-merge": "^2.5.5"
|
|
},
|
|
"devDependencies": {
|
|
"@preact/preset-vite": "^2.5.0",
|
|
"@tauri-apps/cli": "^2",
|
|
"autoprefixer": "^10.4.20",
|
|
"postcss": "^8.4.49",
|
|
"tailwindcss": "^3.4.15",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.3.1"
|
|
}
|
|
}
|