46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "faithful-filament",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev --port 8005",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^1.1.0",
|
|
"@astrojs/partytown": "^2.1.0",
|
|
"@astrojs/react": "^3.3.0",
|
|
"@astrojs/rss": "^3.0.0",
|
|
"@astrojs/sitemap": "^3.0.0",
|
|
"@astrojs/tailwind": "^5.1.0",
|
|
"@playform/compress": "^0.0.4",
|
|
"astro": "^3.1.0",
|
|
"astro-compressor": "^0.4.1",
|
|
"mdast-util-to-string": "^4.0.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"reading-time": "^1.5.0",
|
|
"sharp": "^0.33.4",
|
|
"sharp-ico": "^0.1.5",
|
|
"tailwindcss": "^3.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^2.13.3",
|
|
"@tailwindcss/typography": "^0.5.13",
|
|
"eslint": "^9.0.0",
|
|
"eslint-plugin-astro": "^0.34.0",
|
|
"eslint-plugin-format": "^0.1.0",
|
|
"eslint-plugin-react": "^7.34.1",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.6",
|
|
"mysql2": "^3.9.7",
|
|
"preline": "^2.1.0",
|
|
"timeago.js": "^4.0.2"
|
|
}
|
|
}
|