notohh.dev/package.json

39 lines
1.1 KiB
JSON
Raw Permalink Normal View History

{
"name": "notohh.dev",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
2025-01-31 00:03:44 -05:00
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint ./ & npx depcheck",
"lint:fix": "eslint ./src --fix"
},
"devDependencies": {
2025-02-21 20:19:44 -05:00
"@eslint/compat": "^1.2.7",
"@eslint/js": "^9.21.0",
"@sveltejs/adapter-auto": "^4.0.0",
2025-02-21 20:19:44 -05:00
"@sveltejs/kit": "^2.17.2",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
2025-02-21 20:19:44 -05:00
"@tailwindcss/vite": "^4.0.8",
"@typescript-eslint/parser": "^8.24.1",
2025-03-05 14:43:04 -05:00
"daisyui": "^5.0.0",
2025-01-31 00:03:44 -05:00
"eslint-plugin-svelte": "^2.46.1",
2025-02-21 20:19:44 -05:00
"prettier": "^3.5.1",
2025-01-31 00:03:44 -05:00
"prettier-eslint": "^16.3.0",
2025-02-02 07:56:40 -05:00
"prettier-plugin-svelte": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.11",
2025-02-21 20:19:44 -05:00
"svelte": "^5.20.2",
"svelte-check": "^4.1.4",
2025-02-21 20:19:44 -05:00
"tailwindcss": "^4.0.8",
"tailwindcss-motion": "^1.1.0",
"typescript": "^5.7.3",
2025-02-21 20:19:44 -05:00
"typescript-eslint": "^8.24.1",
"vite": "^6.1.1"
}
}