mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-26 17:11:21 +00:00
59 lines
1.6 KiB
JSON
59 lines
1.6 KiB
JSON
{
|
|
"name": "hellob.art",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"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 .",
|
|
"prepare": "npx husky install"
|
|
},
|
|
"devDependencies": {
|
|
"@skeletonlabs/skeleton": "^2.0.0",
|
|
"@skeletonlabs/tw-plugin": "^0.2.0",
|
|
"@sveltejs/adapter-auto": "^2.0.0",
|
|
"@sveltejs/kit": "^1.20.4",
|
|
"@types/node": "^20.5.9",
|
|
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
"@typescript-eslint/parser": "^6.0.0",
|
|
"autoprefixer": "^10.4.14",
|
|
"eslint": "^8.28.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-plugin-svelte": "^2.30.0",
|
|
"lint-staged": "^14.0.0",
|
|
"postcss": "^8.4.24",
|
|
"postcss-load-config": "^4.0.1",
|
|
"prettier": "^3.0.1",
|
|
"prettier-plugin-svelte": "^3.0.0",
|
|
"svelte": "^4.0.5",
|
|
"svelte-check": "^3.4.3",
|
|
"tailwindcss": "^3.3.2",
|
|
"tslib": "^2.4.1",
|
|
"typescript": "^5.0.0",
|
|
"vite": "^4.4.2",
|
|
"vite-plugin-tailwind-purgecss": "^0.1.3"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@theatre/core": "^0.7.0",
|
|
"@theatre/studio": "^0.7.0",
|
|
"@threlte/core": "6.0.9",
|
|
"@threlte/extras": "6.0.0",
|
|
"@threlte/theatre": "^2.0.0",
|
|
"@types/three": "^0.156.0",
|
|
"@vercel/analytics": "^1.0.1",
|
|
"three": "^0.156.0",
|
|
"web-vitals": "^3.4.0"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,ts,svelte,css,scss,postcss,md,json}": [
|
|
"prettier --write --plugin-search-dir=.",
|
|
"prettier --check --plugin-search-dir=."
|
|
],
|
|
"*.{js,ts,svelte}": "eslint"
|
|
}
|
|
}
|