0
mirror of https://github.com/Hello9999901/laptop.git synced 2025-02-05 08:17:48 +00:00
bryan.ee_laptop/website/package.json
2025-01-19 21:05:34 -05:00

41 lines
1.0 KiB
JSON

{
"name": "astro-sphere",
"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 dev --host",
"astro": "astro",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.6",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/solid-js": "^5.0.3",
"@astrojs/tailwind": "^5.1.4",
"@astrojs/vercel": "^8.0.2",
"@astropub/md": "^0.4.0",
"@vercel/analytics": "^1.3.1",
"astro": "^5.1.7",
"clsx": "^2.1.0",
"fuse.js": "^7.0.0",
"react-icons": "^5.2.1",
"sharp": "^0.33.2",
"solid-js": "^1.8.15",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13"
}
}