mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 12:05:28 +00:00
36 lines
847 B
JSON
36 lines
847 B
JSON
{
|
|
"name": "astro-stefanimhoff.de",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"prepare": "husky install"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^0.16.0",
|
|
"@astrojs/svelte": "^2.0.1",
|
|
"@astrojs/tailwind": "^3.0.1",
|
|
"astro": "^2.0.10",
|
|
"svelte": "^3.54.0",
|
|
"tailwindcss": "^3.0.24"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.34.0",
|
|
"eslint-config-prettier": "^8.6.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"husky": "^8.0.0",
|
|
"lint-staged": "^13.1.1",
|
|
"prettier": "^2.8.4",
|
|
"prettier-plugin-astro": "^0.8.0",
|
|
"prettier-plugin-organize-imports": "^3.2.2",
|
|
"prettier-plugin-svelte": "^2.9.0",
|
|
"prettier-plugin-tailwindcss": "^0.2.2",
|
|
"rollup": "^3.15.0",
|
|
"typescript": "^4.9.5",
|
|
}
|
|
}
|