40 lines
1015 B
JSON
40 lines
1015 B
JSON
{
|
|
"name": "site-profile",
|
|
"type": "module",
|
|
"version": "0.8.4",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"format": "prettier . --write",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^4.3.0",
|
|
"@astrojs/node": "^9.2.2",
|
|
"@astrojs/react": "^4.3.0",
|
|
"@astrojs/rss": "^4.0.12",
|
|
"@astrojs/sitemap": "^3.4.1",
|
|
"@directus/sdk": "^19.1.0",
|
|
"@tailwindcss/postcss": "^4.1.8",
|
|
"@tailwindcss/vite": "^4.1.8",
|
|
"astro": "^5.9.1",
|
|
"form-data": "4.0.3",
|
|
"framer-motion": "^12.16.0",
|
|
"postcss-preset-env": "^10.2.1",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-hotkeys-hook": "^5.1.0",
|
|
"react-icons": "^5.5.0",
|
|
"sanitize-html": "^2.17.0",
|
|
"tailwindcss": "^4.1.8"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"prettier": "^3.5.3",
|
|
"prettier-plugin-astro": "^0.14.0",
|
|
"prettier-plugin-tailwindcss": "^0.6.0"
|
|
}
|
|
}
|