33 lines
797 B
JSON
33 lines
797 B
JSON
{
|
|
"name": "src",
|
|
"version": "v1.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev --host",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/react": "^4.1.1",
|
|
"@astrojs/tailwind": "^5.1.3",
|
|
"@tailwindcss/typography": "^0.5.15",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"astro": "^5.0.9",
|
|
"tailwindcss": "^3.4.15"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^4.0.2",
|
|
"@astrojs/sitemap": "^3.2.1",
|
|
"framer-motion": "^11.11.11",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-responsive": "^10.0.0",
|
|
"reading-time": "^1.5.0",
|
|
"rehype-pretty-code": "^0.14.0",
|
|
"rehype-slug": "^6.0.0",
|
|
"schema-dts": "^1.1.2",
|
|
"typewriter-effect": "^2.21.0"
|
|
}
|
|
}
|