2020-04-04 21:15:38 +03:00
|
|
|
{
|
|
|
|
"name": "eqmac",
|
2021-03-09 02:13:00 +03:00
|
|
|
"version": "1.3.0",
|
2020-04-04 21:15:38 +03:00
|
|
|
"scripts": {
|
2021-03-24 17:45:36 +03:00
|
|
|
"lint": "npx eslint .",
|
2020-10-18 19:25:41 +03:00
|
|
|
"start": "ng serve --port 8080",
|
2020-11-22 17:27:43 +03:00
|
|
|
"build": "rm -rf dist/ && ng build --prod && 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-18 18:34:19 +03:00
|
|
|
"deploy": "export $(egrep -v '^#' .env | xargs) && ./scripts/deploy.sh",
|
|
|
|
"purge-cache": "./node_modules/.bin/ts-node -O '{\"module\":\"commonjs\"}' ./scripts/purge-cache.ts"
|
2020-04-04 21:15:38 +03:00
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2021-04-09 01:27:47 +03:00
|
|
|
"@angular/animations": "^11.2.9",
|
|
|
|
"@angular/cdk": "^11.2.8",
|
|
|
|
"@angular/common": "^11.2.9",
|
|
|
|
"@angular/compiler": "^11.2.9",
|
|
|
|
"@angular/core": "^11.2.9",
|
2021-03-09 02:13:00 +03:00
|
|
|
"@angular/flex-layout": "^11.0.0-beta.33",
|
2021-04-09 01:27:47 +03:00
|
|
|
"@angular/forms": "^11.2.9",
|
|
|
|
"@angular/material": "^11.2.8",
|
|
|
|
"@angular/platform-browser": "^11.2.9",
|
|
|
|
"@angular/platform-browser-dynamic": "^11.2.9",
|
2021-04-09 16:41:43 +03:00
|
|
|
"@eqmac/components": "file:../modules/components/package.tgz",
|
2021-04-09 01:27:47 +03:00
|
|
|
"core-js": "^3.10.1",
|
|
|
|
"rxjs": "^6.6.7",
|
2020-10-18 19:25:41 +03:00
|
|
|
"web-animations-js": "^2.3.2",
|
2021-03-09 02:13:00 +03:00
|
|
|
"zone.js": "^0.11.4"
|
2020-04-04 21:15:38 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-04-09 01:27:47 +03:00
|
|
|
"@angular-devkit/build-angular": "^0.1102.8",
|
|
|
|
"@angular/cli": "^11.2.8",
|
|
|
|
"@angular/compiler-cli": "^11.2.9",
|
|
|
|
"@angular/language-service": "^11.2.9",
|
2021-03-09 02:13:00 +03:00
|
|
|
"@types/google.analytics": "0.0.41",
|
2021-04-09 01:27:47 +03:00
|
|
|
"@types/node": "^14.14.37",
|
2020-04-18 18:34:19 +03:00
|
|
|
"cloudflare": "^2.7.0",
|
|
|
|
"dotenv": "^8.2.0",
|
2021-03-09 02:13:00 +03:00
|
|
|
"ts-node": "^9.1.1",
|
2021-04-09 01:27:47 +03:00
|
|
|
"typescript": "^4.1.5"
|
2020-04-04 21:15:38 +03:00
|
|
|
}
|
|
|
|
}
|