go.charczuk.com@v0.0.0-20240327042549-bc490516bd1a/projects/chirp/pkg/static/_nextjs/package.json (about) 1 { 2 "name": "chirp-ui", 3 "version": "1.0.0", 4 "description": "the chirp ui", 5 "main": "index.js", 6 "scripts": { 7 "dev": "next dev", 8 "build": "next build", 9 "lint": "next lint" 10 }, 11 "author": "", 12 "license": "ISC", 13 "dependencies": { 14 "@blueprintjs/core": "^5.2.0", 15 "@blueprintjs/icons": "^5.1.5", 16 "next": "^13.4.12", 17 "react": "^18.2.0", 18 "react-dom": "^18.2.0", 19 "swr": "^2.2.0", 20 "urql": "^4.0.5" 21 }, 22 "devDependencies": { 23 "@types/node": "20.4.4", 24 "@types/react": "18.2.15", 25 "typescript": "5.1.6" 26 } 27 }