[READ-ONLY] Mirror of https://github.com/danielroe/building-a-pwa-with-nuxt. building-a-pwa-with-nuxt.vercel.app
0

Configure Feed

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

building-a-pwa-with-nuxt / package.json
444 B 20 lines
1{ 2 "name": "building-a-pwa-with-nuxt", 3 "description": "We're building a PWA with Nuxt at the eCommerce Tech Summit!", 4 "version": "1.0.0", 5 "private": true, 6 "scripts": { 7 "dev": "nuxt", 8 "build": "nuxt build", 9 "start": "nuxt start", 10 "generate": "nuxt generate" 11 }, 12 "dependencies": { 13 "core-js": "latest" 14 }, 15 "devDependencies": { 16 "@nuxt/types": "latest", 17 "@nuxtjs/pwa": "^3.3.5", 18 "nuxt": "latest" 19 } 20}