[READ-ONLY] Mirror of https://github.com/danielroe/agent-conf-2023. A demo of integrating React, Vite and Nitro for AgentConf 2023. agent-conf.vercel.app/
0

Configure Feed

Select the types of activity you want to include in your feed.

agent-conf-2023 / package.json
594 B 27 lines
1{ 2 "name": "agent-conf", 3 "version": "1.0.0", 4 "private": true, 5 "scripts": { 6 "build": "./bin/cli.mjs build", 7 "dev": "./bin/cli.mjs dev" 8 }, 9 "author": "Daniel Roe <daniel@roe.dev>", 10 "dependencies": { 11 "@picocss/pico": "^1.5.7", 12 "c12": "^1.1.2", 13 "h3": "^1.5.0", 14 "mri": "^1.2.0", 15 "nitropack": "^2.2.3", 16 "preact": "^10.11.3", 17 "react": "^18.2.0", 18 "react-dom": "^18.2.0", 19 "vite": "^4.1.4" 20 }, 21 "devDependencies": { 22 "@types/node": "^18.14.0", 23 "@types/react": "^18.0.28", 24 "@types/react-dom": "^18.0.11", 25 "prettier": "^2.8.4" 26 } 27}