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
Neshura 74230fdd2d
Some checks failed
Run Tests on Code / run-tests (push) Successful in 3s
Build and Release Binary File / run-tests (push) Successful in 17s
Build and Release Binary File / build (push) Failing after 5m17s
Build and Release Binary File / upload-release (push) Has been skipped
0.1.8 Release
2023-11-17 13:57:21 +01:00

29 lines
672 B
JSON

{
"name": "comicinfo-editor-v2",
"private": true,
"version": "0.1.8",
"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": {
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/vite-plugin-svelte": "^2.4.2",
"@tauri-apps/cli": "^1.4.0",
"@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",
"vite": "^4.4.4"
}
}