This commit is contained in:
Tickbase
2025-05-18 16:09:24 +02:00
parent 07384e30cc
commit 4b70cec6e9
62 changed files with 3597 additions and 211 deletions

View File

@@ -8,7 +8,8 @@
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"tauri": "tauri"
"tauri": "tauri",
"optimize-svg": "node scripts/optimize-svg.js"
},
"dependencies": {
"@tauri-apps/api": "^2.5.0",
@@ -19,6 +20,8 @@
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"@svgr/core": "^8.1.0",
"@svgr/webpack": "^8.1.0",
"@tauri-apps/cli": "^2.5.0",
"@types/node": "^20.10.0",
"@types/react": "^19.0.10",
@@ -31,6 +34,7 @@
"sass-embedded": "^1.86.3",
"typescript": "~5.7.2",
"typescript-eslint": "^8.26.1",
"vite": "^6.3.1"
"vite": "^6.3.1",
"vite-plugin-svgr": "^4.3.0"
}
}