[READ-ONLY] Mirror of https://github.com/danielroe/nuxt3-playground. Playground for Nuxt3
0

Configure Feed

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

nuxt3-playground / package.json
288 B 15 lines
1{ 2 "private": true, 3 "scripts": { 4 "build": "nuxt build", 5 "dev": "nuxt dev", 6 "generate": "nuxt generate", 7 "preview": "nuxt preview" 8 }, 9 "devDependencies": { 10 "execa": "^6.1.0", 11 "nuxt": "3.0.0-rc.6", 12 "serve-static": "^1.15.0", 13 "unimport": "0.2.10" 14 } 15}