1
0
website/package.json

48 lines
1.3 KiB
JSON
Raw Normal View History

2024-07-11 15:51:49 +03:00
{
2024-07-11 15:54:27 +03:00
"name": "website",
"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": {
"@sveltejs/adapter-auto": "^3.2.2",
"@sveltejs/adapter-static": "^3.0.2",
"@sveltejs/kit": "^2.5.20",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
2024-08-08 04:46:38 +03:00
"@tailwindcss/typography": "^0.5.14",
"@types/eslint": "^8.56.11",
"autoprefixer": "^10.4.20",
"eslint": "^9.8.0",
2024-07-11 15:54:27 +03:00
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.43.0",
"globals": "^15.9.0",
"mdsvex": "^0.11.2",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"svelte": "^4.2.18",
2024-07-11 15:54:27 +03:00
"svelte-adapter-bun": "^0.5.2",
"svelte-check": "^3.8.5",
"tailwindcss": "^3.4.8",
"tslib": "^2.6.3",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.0"
2024-07-11 15:54:27 +03:00
},
"type": "module",
"dependencies": {
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0"
2024-08-08 04:46:38 +03:00
},
"trustedDependencies": [
"svelte-preprocess"
]
2024-07-11 15:51:49 +03:00
}