Files
web/src/package.json
2024-11-05 14:24:42 -08:00

26 lines
568 B
JSON

{
"name": "src",
"version": "v1.0.1",
"private": true,
"scripts": {
"dev": "astro dev --host",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/react": "^2.3.2",
"@astrojs/tailwind": "^5.1.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "^4.16.7"
},
"dependencies": {
"framer-motion": "^11.11.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-responsive": "^10.0.0",
"reading-time": "^1.5.0",
"typewriter-effect": "^2.21.0"
}
}