2 Star 28 Fork 7

侧耳倾听 / 纯净ng-ant-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
angular.json 5.55 KB
一键复制 编辑 原始数据 按行查看 历史
侧耳倾听 提交于 2023-12-28 13:19 . 同步github,2023.12.28
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"newProjectRoot": "projects",
"projects": {
"ng-ant-admin": {
"projectType": "application",
"schematics": {
"@schematics/angular:component": {
"style": "less",
"skipTests": true
},
"@schematics/angular:class": {
"skipTests": true
},
"@schematics/angular:directive": {
"skipTests": true
},
"@schematics/angular:guard": {
"skipTests": true
},
"@schematics/angular:interceptor": {
"skipTests": true
},
"@schematics/angular:pipe": {
"skipTests": true
},
"@schematics/angular:resolver": {
"skipTests": true
},
"@schematics/angular:service": {
"skipTests": true
}
},
"root": "",
"sourceRoot": "src",
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/ng-ant-admin",
"index": "src/index.html",
"browser": "src/main.ts",
"polyfills": [
"zone.js"
],
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "less",
"assets": [
"src/favicon.ico",
"src/assets",
{
"glob": "**/*",
"input": "./node_modules/@ant-design/icons-angular/src/inline-svg/",
"output": "/assets/"
},
"src/mockServiceWorker.js"
],
"styles": [
"node_modules/driver.js/dist/driver.css",
{
"input": "src/styles/default.less",
"bundleName": "default",
"inject": false
},
{
"input": "src/styles/dark.less",
"bundleName": "dark",
"inject": false
}
],
"stylePreprocessorOptions": {
"includePaths": [
"src/styles/themes"
]
},
"scripts": [
"node_modules/driver.js/dist/driver.js.iife.js"
],
"allowedCommonJsDependencies": [
"crypto-js",
"qs",
"size-sensor",
"pdfast",
"d3-regression",
"fmin",
"eventemitter3",
"inversify-inject-decorators",
"@babel/runtime/regenerator",
"inversify",
"@amap/amap-jsapi-loader",
"mapbox-gl",
"l7regl",
"@mapbox/geojson-rewind",
"pbf",
"supercluster/dist/supercluster",
"earcut",
"mousetrap",
"jquery",
"polygon-clipping",
"qrcode",
"driver.js",
"file-saver",
"lodash"
]
},
"configurations": {
"production": {
"budgets": [
{
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "6mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "10kb",
"maximumError": "20kb"
}
],
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
}
],
"outputHashing": "all"
},
"development": {
"optimization": false,
"extractLicenses": false,
"sourceMap": true
}
},
"defaultConfiguration": "production"
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"buildTarget": "ng-ant-admin:build:production"
},
"development": {
"buildTarget": "ng-ant-admin:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"buildTarget": "ng-ant-admin:build"
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"polyfills": [
"zone.js",
"zone.js/testing"
],
"tsConfig": "tsconfig.spec.json",
"inlineStyleLanguage": "less",
"assets": [
"src/favicon.ico",
"src/assets"
],
"styles": [
"src/styles.less"
],
"scripts": []
}
},
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": [
"src/**/*.ts",
"src/**/*.html"
]
}
},
"deploy": {
"builder": "angular-cli-ghpages:deploy",
"options": {
"baseHref": "/ng-ant-admin/browser/",
"noSilent": true
}
}
}
}
},
"cli": {
"analytics": false,
"schematicCollections": [
"@angular-eslint/schematics"
]
}
}
1
https://gitee.com/hjxiaoqianduan/ng-ant-admin-pure.git
git@gitee.com:hjxiaoqianduan/ng-ant-admin-pure.git
hjxiaoqianduan
ng-ant-admin-pure
纯净ng-ant-admin
master

搜索帮助