{ "type": "module", "name": "website", "version": "0.4.3", "private": true, "sideEffects": false, "scripts": { "dev": "run-p --race --print-label dev:*", "dev:typedoc": "typedoc --watch", "dev:astro": "astro dev", "start": "astro preview", "build": "typedoc && astro build" }, "dependencies": { "@astrojs/prefetch": "^0.2.0", "@astrojs/react": "^2.1.0", "@fontsource/jetbrains-mono": "^4.5.12", "@fontsource/rubik": "^4.5.14", "@heroicons/react": "^2.0.16", "@tailwindcss/typography": "^0.5.9", "astro": "^2.1.2", "clsx": "^1.2.1", "reacord": "workspace:*", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@astrojs/tailwind": "^3.1.0", "@types/node": "*", "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", "npm-run-all": "^4.1.5", "tailwindcss": "^3.2.7", "typedoc": "^0.23.26", "typescript": "^4.9.5", "wait-on": "^7.0.1" } }