mausenpeet.nl/package.json

42 lines
1.1 KiB
JSON
Raw Normal View History

2024-05-02 19:23:18 +00:00
{
"name": "mausenpeet",
"version": "0.0.1",
"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 ."
},
"devDependencies": {
2024-11-07 20:05:44 +00:00
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/adapter-node": "^5.2.9",
"@sveltejs/kit": "^2.8.0",
"@sveltejs/vite-plugin-svelte": "4.0.0",
"@tailwindcss/typography": "^0.5.15",
"@types/eslint": "9.6.1",
2024-05-08 14:29:52 +00:00
"@types/luxon": "^3.4.2",
2024-11-07 20:05:44 +00:00
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.14",
"eslint": "9.14.0",
2024-05-02 19:23:18 +00:00
"eslint-config-prettier": "^9.1.0",
2024-11-07 20:05:44 +00:00
"eslint-plugin-svelte": "^2.46.0",
"luxon": "^3.5.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"svelte": "^5.1.12",
"svelte-check": "4.0.5",
"tailwindcss": "^3.4.14",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"vite": "^5.4.10"
2024-05-02 19:23:18 +00:00
},
"type": "module"
}