mirror of
https://github.com/block-core/angor-hub-old.git
synced 2025-12-17 01:44:19 +01:00
140 lines
5.5 KiB
JSON
140 lines
5.5 KiB
JSON
{
|
|
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
|
"version": 1,
|
|
"newProjectRoot": "projects",
|
|
"projects": {
|
|
"angor": {
|
|
"projectType": "application",
|
|
"schematics": {
|
|
"@schematics/angular:component": {
|
|
"style": "scss"
|
|
}
|
|
},
|
|
"root": "",
|
|
"sourceRoot": "src",
|
|
"prefix": "app",
|
|
"architect": {
|
|
"build": {
|
|
"builder": "@angular-devkit/build-angular:browser",
|
|
"options": {
|
|
"outputPath": "dist",
|
|
"index": "src/index.html",
|
|
"main": "src/main.ts",
|
|
"polyfills": ["zone.js"],
|
|
"tsConfig": "tsconfig.app.json",
|
|
"inlineStyleLanguage": "scss",
|
|
"allowedCommonJsDependencies": [
|
|
"apexcharts",
|
|
"crypto-js/enc-utf8",
|
|
"crypto-js/hmac-sha256",
|
|
"crypto-js/enc-base64",
|
|
"quill-delta",
|
|
"buffer",
|
|
"localforage",
|
|
"moment",
|
|
"bech32",
|
|
"bn.js",
|
|
"qrcode",
|
|
"dayjs",
|
|
"dayjs/plugin/relativeTime"
|
|
],
|
|
"assets": [
|
|
{
|
|
"glob": "**/*",
|
|
"input": "public"
|
|
},
|
|
{
|
|
"glob": "_redirects",
|
|
"input": "src",
|
|
"output": "/"
|
|
}
|
|
],
|
|
"stylePreprocessorOptions": {
|
|
"includePaths": ["src/@angor/styles"]
|
|
},
|
|
"styles": [
|
|
"src/@angor/styles/tailwind.scss",
|
|
"src/@angor/styles/themes.scss",
|
|
"src/styles/vendors.scss",
|
|
"src/@angor/styles/main.scss",
|
|
"src/styles/styles.scss",
|
|
"src/styles/tailwind.scss"
|
|
],
|
|
"scripts": []
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"budgets": [
|
|
{
|
|
"type": "initial",
|
|
"maximumWarning": "6mb",
|
|
"maximumError": "10mb"
|
|
},
|
|
{
|
|
"type": "anyComponentStyle",
|
|
"maximumWarning": "500kb",
|
|
"maximumError": "1000kb"
|
|
}
|
|
],
|
|
"outputHashing": "all",
|
|
"serviceWorker": true,
|
|
"ngswConfigPath": "ngsw-config.json"
|
|
},
|
|
"development": {
|
|
"optimization": false,
|
|
"extractLicenses": false,
|
|
"sourceMap": true
|
|
}
|
|
},
|
|
"defaultConfiguration": "production"
|
|
},
|
|
"serve": {
|
|
"builder": "@angular-devkit/build-angular:dev-server",
|
|
"configurations": {
|
|
"production": {
|
|
"buildTarget": "angor:build:production"
|
|
},
|
|
"development": {
|
|
"buildTarget": "angor:build:development"
|
|
}
|
|
},
|
|
"defaultConfiguration": "development"
|
|
},
|
|
"extract-i18n": {
|
|
"builder": "@angular-devkit/build-angular:extract-i18n"
|
|
},
|
|
"test": {
|
|
"builder": "@angular-devkit/build-angular:karma",
|
|
"options": {
|
|
"polyfills": ["zone.js", "zone.js/testing"],
|
|
"tsConfig": "tsconfig.spec.json",
|
|
"inlineStyleLanguage": "scss",
|
|
"assets": [
|
|
{
|
|
"glob": "**/*",
|
|
"input": "public"
|
|
}
|
|
],
|
|
"styles": ["src/styles/styles.scss"],
|
|
"scripts": []
|
|
}
|
|
},
|
|
"deploy": {
|
|
"builder": "angular-cli-ghpages:deploy",
|
|
"options": {
|
|
"name": "miladsoft",
|
|
"email": "miladsoft@yahoo.com",
|
|
"baseHref": "/",
|
|
"dir": "dist",
|
|
"repo": "https://github.com/block-core/angor-hub.git",
|
|
"cname": "hub.angor.io"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"cli": {
|
|
"analytics": "ca2ac0bc-0558-4b9d-b46e-815b90f23eb6"
|
|
}
|
|
}
|