pdsmanager/package.json

31 lines
703 B
JSON
Raw Normal View History

2025-01-26 14:34:58 -06:00
{
2025-01-26 17:22:48 -06:00
"name": "pdsmanager",
2025-01-26 14:34:58 -06:00
"type": "module",
2025-01-26 17:22:48 -06:00
"version": "0.1.0",
2025-01-26 14:34:58 -06:00
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2025-01-26 17:22:48 -06:00
"@astrojs/node": "^9.0.2",
2025-01-26 14:34:58 -06:00
"@astrojs/react": "^4.1.6",
"@astrojs/tailwind": "^5.1.5",
"@atproto/api": "^0.13.31",
"@atproto/crypto": "^0.4.3",
"@atproto/identity": "^0.4.5",
"@tanstack/react-query": "^5.64.2",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"astro": "^5.1.9",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwindcss": "^3.4.17",
"zod": "^3.24.1"
},
"devDependencies": {
"daisyui": "^4.12.23"
}
2025-01-26 17:22:48 -06:00
}