[READ-ONLY] Mirror of https://github.com/danielroe/future-of-coding-2024.
0

Configure Feed

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

future-of-coding-2024 / package.json
413 B 21 lines
1{ 2 "name": "nuxt-app", 3 "private": true, 4 "type": "module", 5 "scripts": { 6 "build": "nuxt build", 7 "dev": "nuxt dev", 8 "generate": "nuxt generate", 9 "preview": "nuxt preview", 10 "postinstall": "nuxt prepare" 11 }, 12 "devDependencies": { 13 "nuxt": "^3.10.0", 14 "vue": "^3.4.15", 15 "vue-router": "^4.2.5" 16 }, 17 "dependencies": { 18 "@picocss/pico": "^1.5.10", 19 "openai": "^4.26.0" 20 } 21}