Layout scaffolding for Web apps.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
153 B

  1. {
  2. "name": "root",
  3. "private": true,
  4. "workspaces": [
  5. "packages/**/*"
  6. ],
  7. "devDependencies": {
  8. "lerna": "^5.3.0",
  9. "nx": "14.5.4"
  10. }
  11. }