Skip to content

Commit

Permalink
add persist store
Browse files Browse the repository at this point in the history
  • Loading branch information
L4Ph committed Dec 25, 2024
1 parent 2e9ed18 commit bf1703c
Show file tree
Hide file tree
Showing 4 changed files with 686 additions and 133 deletions.
16 changes: 7 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,29 @@
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "bun run check && vite build",
"build": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json && vite build",
"preview": "vite preview",
"deploy": "bun run build && bunx wrangler pages deploy",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"tauri": "tauri",
"lint": "biome lint",
"format": "biome format --write",
"version": "bun run version.ts"
"format": "biome format --write"
},
"license": "MIT",
"dependencies": {
"@fontsource-variable/m-plus-2": "^5.1.0",
"@macfja/svelte-persistent-store": "^2.4.2",
"@tauri-apps/api": "^2.1.1",
"@tauri-apps/cli": "^2.1.0",
"@tauri-apps/plugin-dialog": "^2.2.0",
"@tauri-apps/plugin-fs": "^2.2.0",
"bits-ui": "^1.0.0-next.74",
"clsx": "^2.1.1",
"lucide-svelte": "^0.469.0",
"lz-string": "^1.5.0",
"mode-watcher": "^0.5.0",
"svelte-file-dropzone": "^2.0.9",
"svelte-sonner": "^0.3.28",
"tailwind-merge": "^2.5.5",
"tailwind-merge": "^2.6.0",
"tailwind-variants": "^0.3.0",
"unstorage": "^1.14.1",
"web-novel-parser": "^0.1.6"
},
"devDependencies": {
Expand All @@ -41,13 +37,15 @@
"@sveltejs/kit": "^2.15.0",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tailwindcss/typography": "^0.5.15",
"@tauri-apps/cli": "^2.1.0",
"@types/bun": "latest",
"@types/node": "^22.10.2",
"@types/semver": "^7.5.8",
"autoprefixer": "^10.4.20",
"bits-ui": "1.0.0-next.74",
"postcss": "^8.4.49",
"semver": "^7.6.3",
"svelte": "^5.15.0",
"svelte": "^5.16.0",
"svelte-check": "^4.1.1",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
Expand Down
Loading

0 comments on commit bf1703c

Please sign in to comment.