[READ-ONLY] Mirror of https://github.com/danielroe/firstcommit.is. Find your first open-source commit on GitHub firstcommit.is
api commit github nuxt oauth
0

Configure Feed

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

firstcommit.is / package.json
738 B 31 lines
1{ 2 "name": "firstcommit", 3 "private": true, 4 "scripts": { 5 "build": "nuxt build", 6 "dev": "nuxt dev", 7 "generate": "nuxt generate", 8 "preview": "nuxt preview", 9 "lint": "eslint .", 10 "test:types": "vue-tsc --noEmit", 11 "postinstall": "nuxt prepare" 12 }, 13 "dependencies": { 14 "@nuxt/devtools": "^3.0.0", 15 "@nuxt/eslint": "^1.2.0", 16 "@nuxtjs/fontaine": "^0.5.0", 17 "@nuxtjs/plausible": "^3.0.0", 18 "@nuxtjs/tailwindcss": "^6.13.2", 19 "cal-sans": "^1.0.1", 20 "nuxt": "4.4.8", 21 "nuxt-og-image": "^5.1.1", 22 "nuxt-time": "^1.0.3", 23 "valibot": "^1.0.0" 24 }, 25 "devDependencies": { 26 "eslint": "10.8.0", 27 "typescript": "7.0.2", 28 "vue-tsc": "3.3.8" 29 }, 30 "packageManager": "pnpm@11.17.0" 31}