Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
icekylin committed Jan 26, 2024
1 parent 223ba11 commit 0719c60
Showing 1 changed file with 19 additions and 20 deletions.
39 changes: 19 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,7 @@
{
"name": "ice-kylin.github.io",
"version": "0.0.1",
"private": true,
"scripts": {
"ibp": "pnpm i && pnpm build && pnpm preview",
"bp": "pnpm build && pnpm preview",
"dev": "vite dev --host",
"build": "vite build",
"preview": "vite preview --host",
"test": "npm run test:integration && npm run test:unit",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"test:integration": "playwright test",
"test:unit": "vitest"
"dependencies": {
"svelte-themes": "^1.0.10",
"throttle-debounce": "^5.0.0"
},
"devDependencies": {
"@mdi/svg": "^7.4.47",
Expand Down Expand Up @@ -43,9 +30,21 @@
"vite": "5.1.0-beta.0",
"vitest": "^1.2.1"
},
"name": "ice-kylin.github.io",
"private": true,
"scripts": {
"bp": "pnpm build && pnpm preview",
"build": "vite build",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"dev": "vite dev --host",
"format": "prettier --write .",
"lint": "prettier --check . && eslint .",
"preview": "vite preview --host",
"test": "npm run test:integration && npm run test:unit",
"test:integration": "playwright test",
"test:unit": "vitest"
},
"type": "module",
"dependencies": {
"svelte-themes": "^1.0.10",
"throttle-debounce": "^5.0.0"
}
"version": "0.0.1"
}

0 comments on commit 0719c60

Please sign in to comment.