160 lines
7.1 KiB
JSON
160 lines
7.1 KiB
JSON
{
|
|
"name": "xClient",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"|aaa1|=========|aaa1|": "",
|
|
"|aaa2| Regular |aaa2|": "",
|
|
"|aaa3|=========|aaa3|": "",
|
|
"ng": "ng",
|
|
"start": "npm run serveXFrameworkProject",
|
|
"watch": "ng build --watch --configuration development",
|
|
"|aaa1|==========|aaa1|": "",
|
|
"|aaa2| /Regular |aaa2|": "",
|
|
"|aaa3|==========|aaa3|": "",
|
|
"|aaa1|=====|aaa1|": "",
|
|
"|aaa2| Run |aaa2|": "",
|
|
"|aaa3|=====|aaa3|": "",
|
|
"onlyServe": "ng serve -o",
|
|
"onlyServeSSL": "ng serve --ssl -o",
|
|
"runAndroid": "ionic cordova run android",
|
|
"emulateIos": "ionic cordova emulate ios",
|
|
"emulateAndroid": "ionic cordova emulate android",
|
|
"runElectron": "cd platforms/electron && npm run --force runElectron",
|
|
"startElectron": "cd platforms/electron && npm run --force startElectron",
|
|
"runProdElectron": "cd platforms/electron && npm run --force runProdElectron",
|
|
"serveXFrameworkProject": "npm run --force prepareDependenciesFromRegistry && ng serve -o",
|
|
"serveInLabXFrameworkProject": "npm run --force prepareDependenciesFromRegistry && ionic serve -l",
|
|
"serveSSLXFrameworkProject": "npm run --force prepareDependenciesFromRegistry && ng serve -o --ssl",
|
|
"runXElectron": "npm run prepareDependenciesFromRegistry && cd platforms/electron && npm run --force runElectron",
|
|
"serveSSLWithKeysXFrameworkProjectWithoutOpen": "npm run --force prepareDependenciesFromRegistry && ng serve --ssl",
|
|
"serveProdXFrameworkProject": "npm run --force prepareDependenciesFromRegistry && ng serve -o --configuration production",
|
|
"serveSSLProdXFrameworkProject": "npm run --force prepareDependenciesFromRegistry && ng serve -o --ssl --configuration production",
|
|
"|aaa0|======|aaa1|": "",
|
|
"|aaa2| /Run |aaa2|": "",
|
|
"|aaa3|======|aaa1|": "",
|
|
"|aaa4|=======|aaa1|": "",
|
|
"|aaa2| Build |aaa2|": "",
|
|
"|aaa3|=======|aaa1|": "",
|
|
"build": "ng build --aot --base-href ./",
|
|
"buildProd": "ng build --configuration production --aot --base-href ./",
|
|
"buildElectronWin32": "cd platforms/electron && npm run --force buildElectronWin32",
|
|
"buildElectronWin64": "cd platforms/electron && npm run --force buildElectronWin64",
|
|
"buildElectronMac64": "cd platforms/electron && npm run --force buildElectronMac64",
|
|
"buildElectronLinux64": "cd platforms/electron && npm run --force buildElectronLinux64",
|
|
"|aaa0|========|aaa1|": "",
|
|
"|aaa2| /Build |aaa2|": "",
|
|
"|aaa3|========|aaa1|": "",
|
|
"|aaa0|=========|aaa1|": "",
|
|
"|aaa2| Prepare |aaa2|": "",
|
|
"|aaa3|=========|aaa1|": "",
|
|
"resourcesIos": "ionic cordova resources ios",
|
|
"requirementsIos": "ionic cordova requirements ios",
|
|
"resourcesAndroid": "ionic cordova resources android",
|
|
"requirementsAndroid": "ionic cordova requirements android",
|
|
"prepareElectron": "cd platforms/electron && npm run prepareElectron",
|
|
"prepareDependencies": "npm i --force -D ../Documents/pack/x-framework-core-0.0.1.tgz ../Documents/pack/x-framework-services-0.0.1.tgz ../Documents/pack/x-framework-components-0.0.1.tgz ../Documents/pack/x-framework-identity-sdk-0.0.1.tgz ../Documents/pack/x-framework-push-service-0.0.1.tgz ../Documents/pack/x-saherelm-api-sdk-0.0.1.tgz",
|
|
"prepareDependenciesByLink": "npm link x-framework-core x-framework-services x-framework-components x-framework-identity-sdk x-framework-push-service x-saherelm-api-sdk",
|
|
"prepareXDependenciesFromRegistry": "npm i --force -D --registry https://npm.saherelmhub.ir x-framework-core x-framework-services x-framework-components x-framework-identity-sdk x-framework-push-service",
|
|
"prepareDependenciesFromRegistry": "npm i --force -D --registry https://npm.saherelmhub.ir x-framework-core x-framework-services x-framework-components x-framework-identity-sdk x-framework-push-service x-saherelm-api-sdk",
|
|
"addAPISDKRegisteryDependency": "npm i --force -D --registry https://npm.saherelmhub.ir x-saherelm-api-sdk",
|
|
"addAPISDKLocalDependency": "npm i --force -D ../Documents/pack/x-saherelm-api-sdk-0.0.1.tgz",
|
|
"|aaa0|==========|aaa1|": "",
|
|
"|aaa2| /Prepare |aaa2|": "",
|
|
"|aaa3|==========|aaa1|": ""
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "~12.0.4",
|
|
"@angular/common": "~12.0.4",
|
|
"@angular/compiler": "~12.0.4",
|
|
"@angular/core": "~12.0.4",
|
|
"@angular/forms": "~12.0.4",
|
|
"@angular/platform-browser": "~12.0.4",
|
|
"@angular/platform-browser-dynamic": "~12.0.4",
|
|
"@angular/router": "~12.0.4",
|
|
"@angular/service-worker": "~12.0.4",
|
|
"rxjs": "~6.6.0",
|
|
"tslib": "^2.1.0",
|
|
"zone.js": "~0.11.4"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-builders/custom-webpack": "^12.1.1",
|
|
"@angular-devkit/build-angular": "~12.0.5",
|
|
"@angular/cdk": "^12.1.2",
|
|
"@angular/cli": "~12.0.4",
|
|
"@angular/compiler-cli": "~12.0.4",
|
|
"@angular/flex-layout": "^12.0.0-beta.34",
|
|
"@angular/material": "^12.1.2",
|
|
"@angular/material-moment-adapter": "^12.1.2",
|
|
"@compodoc/compodoc": "^1.1.14",
|
|
"@ionic/angular": "^5.6.12",
|
|
"@ionic/angular-toolkit": "^4.0.0",
|
|
"@ionic/lab": "3.2.10",
|
|
"@microsoft/signalr": "^6.0.5",
|
|
"@microsoft/signalr-protocol-msgpack": "^7.0.2",
|
|
"@types/crypto-js": "^4.0.2",
|
|
"@types/dom-to-image": "^2.6.3",
|
|
"@types/howler": "^2.2.3",
|
|
"@types/jasmine": "~3.6.0",
|
|
"@types/node": "^12.11.1",
|
|
"@types/uuid": "^8.3.1",
|
|
"ace-builds": "^1.11.2",
|
|
"angular-gridster2": "^12.1.0",
|
|
"bignumber.js": "^9.0.2",
|
|
"cordova-android": "^9.1.0",
|
|
"cordova-ios": "^6.2.0",
|
|
"cordova-plugin-device": "^2.0.2",
|
|
"cordova-plugin-ionic-keyboard": "^2.2.0",
|
|
"cordova-plugin-ionic-webview": "^4.2.1",
|
|
"cordova-plugin-splashscreen": "^5.0.2",
|
|
"cordova-plugin-statusbar": "^2.4.2",
|
|
"cordova-plugin-whitelist": "^1.3.3",
|
|
"cordova-res": "^0.15.3",
|
|
"crypto-js": "^4.0.0",
|
|
"dom-to-image": "^2.6.0",
|
|
"echarts": "^5.4.2",
|
|
"electron": "^21.0.1",
|
|
"howler": "^2.2.3",
|
|
"ionicons": "^5.5.2",
|
|
"jalali-moment": "^3.3.10",
|
|
"jasmine-core": "~3.7.0",
|
|
"karma": "~6.3.0",
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
"karma-coverage": "~2.0.3",
|
|
"karma-jasmine": "~4.0.0",
|
|
"karma-jasmine-html-reporter": "^1.5.0",
|
|
"libphonenumber-js": "^1.9.22",
|
|
"md5-typescript": "^1.0.5",
|
|
"moment": "^2.29.1",
|
|
"native-run": "^1.4.0",
|
|
"ng-packagr": "^12.0.0",
|
|
"ngx-device-detector": "^2.1.1",
|
|
"ngx-markdown": "^12.0.1",
|
|
"node-polyfill-webpack-plugin": "^1.1.4",
|
|
"ol": "^6.6.1",
|
|
"shx": "^0.3.3",
|
|
"typescript": "~4.2.3",
|
|
"uuid": "^8.3.2",
|
|
"x-framework-components": "0.0.1",
|
|
"x-framework-core": "0.0.1",
|
|
"x-framework-identity-sdk": "0.0.1",
|
|
"x-framework-push-service": "0.0.1",
|
|
"x-framework-services": "0.0.1",
|
|
"x-saherelm-api-sdk": "file:../Documents/pack/x-saherelm-api-sdk-0.0.1.tgz"
|
|
},
|
|
"cordova": {
|
|
"plugins": {
|
|
"cordova-plugin-whitelist": {},
|
|
"cordova-plugin-statusbar": {},
|
|
"cordova-plugin-device": {},
|
|
"cordova-plugin-splashscreen": {},
|
|
"cordova-plugin-ionic-webview": {},
|
|
"cordova-plugin-ionic-keyboard": {}
|
|
},
|
|
"platforms": [
|
|
"android",
|
|
"ios"
|
|
]
|
|
}
|
|
}
|