this repo has no description
0
fork

Configure Feed

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

at main 19 lines 362 B view raw
1{ 2 "name": "@example/shared", 3 "version": "0.0.0", 4 "private": true, 5 "scripts": { 6 "clean": "rm -rf .turbo && rm -rf node_modules" 7 }, 8 "dependencies": { 9 "react": "catalog:e2e", 10 "react-dom": "catalog:e2e" 11 }, 12 "devDependencies": { 13 "@types/react": "catalog:e2e", 14 "@types/react-dom": "catalog:e2e" 15 }, 16 "peerDependencies": { 17 "next": "catalog:e2e" 18 } 19}