* feat: replace ng2-select2 => ngx-select-ex * feat: style the ngrx-select * feat: replace secondary role select2 * feat: replace Select2OptionData => SelectOptionData * feat: replace select2 => ngx-select in macro-tab component * feat: replace select2 => ngx-select in keymap-tab component * feat: fix styles * chore: remove select2 from dependencies * fix: macro editor overflow * fix: set the same font size for the toggle button * fix: overflow * chore: use @ert78gb/ngx-select-ex version of ngx-select-ex
71 lines
1.5 KiB
JSON
71 lines
1.5 KiB
JSON
{
|
|
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
|
"project": {
|
|
"name": "uhk"
|
|
},
|
|
"apps": [
|
|
{
|
|
"name": "web",
|
|
"root": "src",
|
|
"outDir": "./dist",
|
|
"assets": [
|
|
"assets",
|
|
"favicon.ico"
|
|
],
|
|
"index": "index.html",
|
|
"main": "main-web.ts",
|
|
"polyfills": "polyfills.ts",
|
|
"test": "test.ts",
|
|
"tsconfig": "tsconfig.app.json",
|
|
"testTsconfig": "tsconfig.spec.json",
|
|
"prefix": "app",
|
|
"styles": [
|
|
"../node_modules/bootstrap/dist/css/bootstrap.min.css",
|
|
"../node_modules/nouislider/distribute/nouislider.min.css",
|
|
"styles.scss"
|
|
],
|
|
"scripts": [
|
|
"../node_modules/bootstrap/dist/js/bootstrap.js",
|
|
"../node_modules/nouislider/distribute/nouislider.js"
|
|
],
|
|
"environmentSource": "environments/environment.ts",
|
|
"environments": {
|
|
"dev": "environments/environment.ts",
|
|
"prod": "environments/environment.prod.ts"
|
|
}
|
|
}
|
|
],
|
|
"e2e": {
|
|
"protractor": {
|
|
"config": "./protractor.conf.js"
|
|
}
|
|
},
|
|
"lint": [
|
|
{
|
|
"project": "src/tsconfig.app.json",
|
|
"exclude": "**/node_modules/**"
|
|
},
|
|
{
|
|
"project": "src/tsconfig.spec.json",
|
|
"exclude": "**/node_modules/**"
|
|
},
|
|
{
|
|
"project": "e2e/tsconfig.e2e.json",
|
|
"exclude": "**/node_modules/**"
|
|
}
|
|
],
|
|
"test": {
|
|
"karma": {
|
|
"config": "./karma.conf.js"
|
|
}
|
|
},
|
|
"defaults": {
|
|
"styleExt": "scss",
|
|
"component": {
|
|
},
|
|
"serve": {
|
|
"port": 8080
|
|
}
|
|
}
|
|
}
|