36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"name": "portfolio",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"dev:network": "astro dev --host",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"preview:network": "astro preview --host",
|
|
"astro": "astro",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.5.10",
|
|
"@astrojs/mdx": "^2.2.4",
|
|
"@astrojs/rss": "^4.0.5",
|
|
"@astrojs/sitemap": "^3.1.2",
|
|
"@astrojs/solid-js": "^4.0.1",
|
|
"@astrojs/tailwind": "^5.1.0",
|
|
"@tailwindcss/typography": "^0.5.12",
|
|
"astro": "^4.5.16",
|
|
"astro-og-canvas": "^0.4.2",
|
|
"canvaskit-wasm": "^0.39.1",
|
|
"clsx": "^2.1.0",
|
|
"fuse.js": "^7.0.0",
|
|
"sharp": "^0.33.3",
|
|
"solid-js": "^1.8.16",
|
|
"tailwind-merge": "^2.2.2",
|
|
"tailwindcss": "^3.4.3",
|
|
"typescript": "^5.4.4"
|
|
}
|
|
}
|