Files
quick-dataset/package.json

37 lines
1022 B
JSON

{
"name": "dataset-tool",
"version": "0.1.0",
"description": "",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"sync": "svelte-kit sync",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"tauri": "tauri",
"tauri:dev": "tauri dev"
},
"license": "MIT",
"dependencies": {
"@tailwindcss/vite": "^4.2.2",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-dialog": "~2",
"@tauri-apps/plugin-fs": "~2",
"@tauri-apps/plugin-opener": "^2",
"daisyui": "^5.5.19",
"es-toolkit": "^1.45.1",
"tailwindcss": "^4.2.2"
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.9.0",
"@sveltejs/vite-plugin-svelte": "^7.0.0",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"typescript": "~6.0.2",
"vite": "^8.0.2",
"@tauri-apps/cli": "^2"
}
}