[READ-ONLY] Mirror of https://github.com/danielroe/css-flash-repro.
0

Configure Feed

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

css-flash-repro / package.json
329 B 17 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 "dependencies": { 13 "nuxt": "^3.10.2", 14 "vue": "^3.4.19", 15 "vue-router": "^4.2.5" 16 } 17}