ein-pfeil-am-rechten-fleck.de/package.json

36 lines
1 KiB
JSON
Raw Normal View History

2021-04-24 01:30:09 +02:00
{
2021-05-15 18:27:05 +02:00
"name": "website",
"version": "0.0.1",
"private": true,
2021-05-15 18:27:05 +02:00
"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",
2023-10-30 21:57:44 +01:00
"lint": "prettier --check . && eslint . --ext .ts,.svelte",
"format": "prettier --write ."
2021-05-15 18:27:05 +02:00
},
"devDependencies": {
2023-10-30 21:57:44 +01:00
"@sveltejs/adapter-vercel": "^3.0.3",
"@sveltejs/kit": "^1.27.2",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.28.0",
2023-10-30 21:57:44 +01:00
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.34.0",
"postcss": "^8.4.21",
2023-10-30 21:57:44 +01:00
"prettier": "^3.0.3",
"prettier-plugin-svelte": "^3.0.3",
"svelte": "^4.2.2",
"svelte-check": "^3.0.1",
"tailwindcss": "^3.2.7",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
2023-03-27 23:33:24 +02:00
"vite": "^4.2.0",
"vite-imagetools": "^4.0.18"
2021-05-15 18:27:05 +02:00
},
"type": "module"
2021-04-24 01:30:09 +02:00
}