All checks were successful
Docker Deploy / build-and-push (push) Successful in 58s
27 lines
603 B
JSON
27 lines
603 B
JSON
{
|
|
"name": "pdsmanager",
|
|
"type": "module",
|
|
"version": "0.3.4",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/node": "^9.0.2",
|
|
"@astrojs/react": "^4.1.6",
|
|
"@astrojs/tailwind": "^5.1.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"
|
|
}
|
|
}
|