app模板、应用模板、组件模板、widget模板
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.

22 lines
946 B

4 years ago
  1. {
  2. "scripts": {
  3. "start": "concurrently \"npm run start:tis-ui\" \"npm run start:default_app\" \"npm run start:apps_widgets\" \"wait-on http://localhost:8000 && npm run start:platform\" ",
  4. "start:default": "concurrently \"npm run start:tis-ui\" \"npm run start:default_app\" \"wait-on http://localhost:8000 && npm run start:platform\" ",
  5. "start:platform": "node script.js platform",
  6. "start:tis-ui": "serve ./lib/ui -p 9902 --cors",
  7. "start:default_app": "serve ./lib/default_app/dist -p 8000 --cors",
  8. "start:apps_widgets": "node script.js dev",
  9. "start:ws": "node __test__/websocket/websocket.js",
  10. "start:design": "node script.js design",
  11. "build": "node script.js build",
  12. "install": "node script.js install"
  13. },
  14. "dependencies": {
  15. "concurrently": "^6.0.2",
  16. "express": "^4.17.1",
  17. "fs-extra": "^9.1.0",
  18. "http-proxy-middleware": "^2.0.0",
  19. "serve": "^11.3.2",
  20. "wait-on": "^5.3.0"
  21. }
  22. }