{ "name": "phobos", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "rimraf dist && astro check && astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/check": "^0.7.0", "@astrojs/node": "^8.3.2", "@astrojs/react": "^3.6.0", "@astrojs/tailwind": "^5.1.0", "@types/react": "^18.3.2", "@types/react-dom": "^18.3.0", "astro": "^4.12.2", "nanostores": "^0.10.3", "pocketbase": "^0.21.3", "react": "^18.3.1", "react-dom": "^18.3.1", "react-icons": "^5.2.1", "rimraf": "^6.0.1", "tailwindcss": "^3.4.3", "typescript": "^5.4.5" }, "devDependencies": { "@rollup/plugin-yaml": "^4.1.2", "prettier": "^3.2.5", "prettier-plugin-tailwindcss": "^0.5.14", "sass": "^1.77.3" } }