[READ-ONLY] Mirror of https://github.com/danielroe/ripple-framework. Ripple is the presentation layer for building websites on the DPC Single Digital Presence platform.
0

Configure Feed

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

581 B 19 lines
1{ 2 "name": "@dpc-sdp/ripple-tide-landing-page", 3 "description": "Ripple mappings and components for Tide landing-page Content type", 4 "main": "./nuxt.config.ts", 5 "packageManager": "pnpm@8.0.0", 6 "version": "2.1.0-alpha.139", 7 "license": "Apache-2.0", 8 "exports": { 9 ".": "./nuxt.config.ts", 10 "./mapping": "./mapping/index.ts" 11 }, 12 "dependencies": { 13 "@dpc-sdp/nuxt-ripple": "workspace:*", 14 "@dpc-sdp/ripple-tide-api": "workspace:*", 15 "@dpc-sdp/ripple-ui-core": "workspace:*", 16 "@dpc-sdp/ripple-ui-forms": "workspace:*", 17 "ohmyfetch": "^0.4.21" 18 } 19}