1
1
mirror of https://github.com/bitgapp/eqMac.git synced 2024-11-23 14:52:35 +03:00
eqMac/ui/package.json
2021-04-02 14:00:51 +03:00

44 lines
1.5 KiB
JSON

{
"name": "eqmac",
"version": "1.3.0",
"scripts": {
"lint": "npx eslint .",
"start": "ng serve --port 8080",
"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",
"deploy": "export $(egrep -v '^#' .env | xargs) && ./scripts/deploy.sh",
"purge-cache": "./node_modules/.bin/ts-node -O '{\"module\":\"commonjs\"}' ./scripts/purge-cache.ts"
},
"private": true,
"dependencies": {
"@angular/animations": "^11.2.4",
"@angular/cdk": "^11.2.3",
"@angular/common": "^11.2.4",
"@angular/compiler": "^11.2.4",
"@angular/core": "^11.2.4",
"@angular/flex-layout": "^11.0.0-beta.33",
"@angular/forms": "^11.2.4",
"@angular/material": "^11.2.3",
"@angular/platform-browser": "^11.2.4",
"@angular/platform-browser-dynamic": "^11.2.4",
"@webcomponents/custom-elements": "^1.4.2",
"core-js": "^3.2.1",
"rxjs": "^6.6.6",
"web-animations-js": "^2.3.2",
"zone.js": "^0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1102.3",
"@angular/cli": "^11.2.3",
"@angular/compiler-cli": "^11.2.4",
"@angular/language-service": "^11.2.4",
"@types/google.analytics": "0.0.41",
"@types/node": "^14.14.32",
"cloudflare": "^2.7.0",
"dotenv": "^8.2.0",
"ts-node": "^9.1.1",
"tslint": "~5.20.0",
"tslint-config-standard": "^8.0.1",
"typescript": "4.1.5"
}
}