This repository has been archived on 2024-08-06. You can view files and clone it, but cannot push or open issues or pull requests.
comicinfo-editor-v2/package.json

29 lines
672 B
JSON
Raw Permalink Normal View History

2023-10-11 15:43:28 +00:00
{
"name": "comicinfo-editor-v2",
"private": true,
2023-11-17 12:57:21 +00:00
"version": "0.1.8",
2023-10-11 15:43:28 +00:00
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^1.4.0"
},
"devDependencies": {
2023-10-11 21:04:07 +00:00
"@sveltejs/adapter-static": "^2.0.3",
2023-10-11 15:43:28 +00:00
"@sveltejs/vite-plugin-svelte": "^2.4.2",
2023-10-11 21:04:07 +00:00
"@tauri-apps/cli": "^1.4.0",
2023-10-11 15:43:28 +00:00
"@tsconfig/svelte": "^5.0.0",
"svelte": "^4.0.5",
"svelte-check": "^3.4.6",
"svelte-preprocess": "^5.0.0",
"tslib": "^2.6.0",
"typescript": "^5.0.2",
2023-10-11 21:04:07 +00:00
"vite": "^4.4.4"
2023-10-11 15:43:28 +00:00
}
}