Skip to content

Commit

Permalink
🔨 新增录入新邮票数据脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
pecasha committed Jul 5, 2024
1 parent fcf8b97 commit 452449f
Show file tree
Hide file tree
Showing 3 changed files with 523 additions and 3 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,25 @@
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"up": "pnpm update -i --latest"
"up": "pnpm update -i --latest",
"add": "node ./scripts/add.mjs"
},
"dependencies": {
"@pecasha/util": "^2.1.4"
},
"devDependencies": {
"@inquirer/prompts": "^5.1.1",
"@sveltejs/adapter-static": "^3.0.2",
"@sveltejs/kit": "^2.5.18",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@types/node": "^20.14.9",
"@vite-pwa/sveltekit": "^0.5.0",
"autoprefixer": "^10.4.19",
"chalk": "^5.3.0",
"flowbite": "^2.4.1",
"flowbite-svelte": "^0.46.13",
"flowbite-svelte-icons": "^1.6.1",
"image-size": "^1.1.1",
"less": "^4.2.0",
"postcss": "^8.4.39",
"postcss-load-config": "^6.0.1",
Expand Down
Loading

0 comments on commit 452449f

Please sign in to comment.