2018-10-02 17:42:09 +03:00
|
|
|
{
|
|
|
|
|
"name": "thingsboard-web-ui",
|
|
|
|
|
"private": true,
|
2024-09-26 09:46:57 +03:00
|
|
|
"version": "3.8.0",
|
2018-10-02 17:42:09 +03:00
|
|
|
"description": "ThingsBoard Web UI Microservice",
|
2022-07-01 19:03:29 +03:00
|
|
|
"main": "server.ts",
|
2018-10-02 17:42:09 +03:00
|
|
|
"bin": "server.js",
|
|
|
|
|
"scripts": {
|
2022-07-01 19:03:29 +03:00
|
|
|
"pkg": "tsc && pkg -t node16-linux-x64,node16-win-x64 --out-path ./target ./target/src && node install.js",
|
2018-10-02 17:42:09 +03:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2022-07-01 19:03:29 +03:00
|
|
|
"start": "nodemon --watch '.' --ext 'ts' --exec 'WEB_FOLDER=./target/web ts-node server.ts'",
|
|
|
|
|
"start-prod": "nodemon --watch '.' --ext 'ts' --exec 'WEB_FOLDER=./target/web NODE_ENV=production ts-node server.ts'",
|
|
|
|
|
"build": "tsc"
|
2018-10-02 17:42:09 +03:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2020-08-28 12:59:19 +03:00
|
|
|
"compression": "^1.7.4",
|
2022-06-13 18:06:32 +03:00
|
|
|
"config": "^3.3.7",
|
2020-08-28 12:59:19 +03:00
|
|
|
"connect-history-api-fallback": "^1.6.0",
|
2022-06-13 18:06:32 +03:00
|
|
|
"express": "^4.18.1",
|
2018-10-02 17:42:09 +03:00
|
|
|
"http": "0.0.0",
|
2020-08-28 12:59:19 +03:00
|
|
|
"http-proxy": "^1.18.1",
|
2022-06-13 18:06:32 +03:00
|
|
|
"js-yaml": "^4.1.0",
|
|
|
|
|
"winston": "^3.7.2",
|
|
|
|
|
"winston-daily-rotate-file": "^4.7.1"
|
2018-10-02 17:42:09 +03:00
|
|
|
},
|
|
|
|
|
"nyc": {
|
|
|
|
|
"exclude": [
|
|
|
|
|
"test",
|
|
|
|
|
"__tests__",
|
|
|
|
|
"node_modules",
|
|
|
|
|
"target"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2022-07-01 19:03:29 +03:00
|
|
|
"@types/compression": "^1.7.2",
|
|
|
|
|
"@types/config": "^0.0.41",
|
|
|
|
|
"@types/connect-history-api-fallback": "^1.3.5",
|
|
|
|
|
"@types/express": "^4.17.13",
|
|
|
|
|
"@types/http-proxy": "^1.17.9",
|
|
|
|
|
"@types/node": "^18.0.0",
|
2022-06-13 18:06:32 +03:00
|
|
|
"fs-extra": "^10.1.0",
|
|
|
|
|
"nodemon": "^2.0.16",
|
2022-07-01 19:03:29 +03:00
|
|
|
"pkg": "^5.7.0",
|
|
|
|
|
"ts-node": "^10.8.1",
|
|
|
|
|
"typescript": "^4.7.4"
|
2019-07-24 13:27:39 +03:00
|
|
|
},
|
|
|
|
|
"pkg": {
|
|
|
|
|
"assets": [
|
|
|
|
|
"node_modules/config/**/*.*"
|
|
|
|
|
]
|
2022-06-13 18:06:32 +03:00
|
|
|
},
|
|
|
|
|
"resolutions": {
|
|
|
|
|
"color-string": "^1.5.5",
|
|
|
|
|
"follow-redirects": "^1.14.8",
|
|
|
|
|
"minimist": "^1.2.6"
|
2018-10-02 17:42:09 +03:00
|
|
|
}
|
|
|
|
|
}
|