2020-04-04 21:15:38 +03:00
|
|
|
{
|
2021-04-10 16:32:25 +03:00
|
|
|
"name": "ui",
|
2021-11-12 00:32:41 +03:00
|
|
|
"version": "3.1.0",
|
2020-04-04 21:15:38 +03:00
|
|
|
"scripts": {
|
2021-03-24 17:45:36 +03:00
|
|
|
"lint": "npx eslint .",
|
2021-09-28 23:43:45 +03:00
|
|
|
"start": "../node_modules/.bin/ng serve --port 8080 --host 0.0.0.0 --disable-host-check",
|
|
|
|
"build": "rm -rf dist/ && ../node_modules/.bin/ng build --configuration production && node -e \"console.log(require('./package.json').version)\" > dist/version.txt && cd dist/ && zip -r -D ui.zip * -x '*.DS_Store' && cp ui.zip ../../native/app/Embedded"
|
2020-04-04 21:15:38 +03:00
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2021-06-18 19:16:52 +03:00
|
|
|
|
2020-04-04 21:15:38 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
}
|
|
|
|
}
|