package.json 213 B

1234567891011
  1. {
  2. "name": "vendure-admin-ui",
  3. "dependencies": {},
  4. "license": "UNLICENSED",
  5. "private": true,
  6. "scripts": {
  7. "ng": "ng",
  8. "start": "ng serve",
  9. "build": "ng build --configuration production"
  10. }
  11. }