Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fromtheeast710 committed Jan 20, 2024
1 parent 67684ce commit 6bbd377
Show file tree
Hide file tree
Showing 2 changed files with 676 additions and 368 deletions.
38 changes: 22 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,32 @@
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test": "vitest",
"postbuild": "purgecss --css build/static/css/*.css --content build/index.html build/static/js/*.js --output build/static/css"
},
"devDependencies": {
"@skeletonlabs/skeleton": "2.6.0",
"@skeletonlabs/tw-plugin": "0.3.0",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.27.7",
"@tabler/icons-svelte": "^2.42.0",
"autoprefixer": "10.4.16",
"postcss": "8.4.32",
"svelte": "^4.2.8",
"svelte-check": "^3.6.2",
"tailwindcss": "3.3.6",
"@floating-ui/dom": "^1.5.4",
"@skeletonlabs/skeleton": "2.7.1",
"@skeletonlabs/tw-plugin": "0.3.1",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.4.0",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tabler/icons-svelte": "^2.46.0",
"@threlte/core": "^7.0.12",
"@types/three": "^0.160.0",
"autoprefixer": "10.4.17",
"d3-scale": "^4.0.2",
"postcss": "8.4.33",
"svelte": "^4.2.9",
"svelte-check": "^3.6.3",
"tailwindcss": "3.4.1",
"three": "^0.160.0",
"typescript": "^5.3.3",
"vite": "^5.0.6",
"vite-plugin-tailwind-purgecss": "0.1.4",
"vitest": "^1.0.1"
"vite": "^5.0.11",
"vite-plugin-tailwind-purgecss": "0.2.0",
"vitest": "^1.2.1"
},
"type": "module"
}
}
Loading

0 comments on commit 6bbd377

Please sign in to comment.