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
22 lines
946 B
{
|
|
"scripts": {
|
|
"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\" ",
|
|
"start:default": "concurrently \"npm run start:tis-ui\" \"npm run start:default_app\" \"wait-on http://localhost:8000 && npm run start:platform\" ",
|
|
"start:platform": "node script.js platform",
|
|
"start:tis-ui": "serve ./lib/ui -p 9902 --cors",
|
|
"start:default_app": "serve ./lib/default_app/dist -p 8000 --cors",
|
|
"start:apps_widgets": "node script.js dev",
|
|
"start:ws": "node __test__/websocket/websocket.js",
|
|
"start:design": "node script.js design",
|
|
"build": "node script.js build",
|
|
"install": "node script.js install"
|
|
},
|
|
"dependencies": {
|
|
"concurrently": "^6.0.2",
|
|
"express": "^4.17.1",
|
|
"fs-extra": "^9.1.0",
|
|
"http-proxy-middleware": "^2.0.0",
|
|
"serve": "^11.3.2",
|
|
"wait-on": "^5.3.0"
|
|
}
|
|
}
|