feat: update frontend package.json with TypeScript support

This commit is contained in:
2026-03-07 22:59:47 -06:00
parent 02d69fa491
commit bda3caa24f

View File

@@ -1,6 +1,7 @@
{
"name": "pnger-frontend",
"version": "1.0.0",
"name": "png-editor-frontend",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
@@ -8,11 +9,11 @@
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"svelte": "^4.2.8",
"vite": "^5.0.11"
},
"dependencies": {
"axios": "^1.6.5"
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"svelte": "^4.2.0",
"svelte-check": "^4.0.0",
"svelte-preprocess": "^6.0.0",
"typescript": "^5.6.0",
"vite": "^5.0.0"
}
}