mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
72 lines
1.8 KiB
JSON
72 lines
1.8 KiB
JSON
{
|
|
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
|
"project": {
|
|
"name": "ngx-admin-demo"
|
|
},
|
|
"apps": [
|
|
{
|
|
"root": "src",
|
|
"outDir": "dist",
|
|
"assets": [
|
|
"assets",
|
|
"favicon.ico",
|
|
{
|
|
"glob": "**/*",
|
|
"input": "../node_modules/leaflet/dist/images",
|
|
"output": "./assets/img/markers"
|
|
}
|
|
],
|
|
"index": "index.html",
|
|
"main": "main.ts",
|
|
"polyfills": "polyfills.ts",
|
|
"test": "test.ts",
|
|
"tsconfig": "tsconfig.app.json",
|
|
"testTsconfig": "tsconfig.spec.json",
|
|
"styles": [
|
|
"../node_modules/roboto-fontface/css/roboto/sass/roboto-fontface.scss",
|
|
"../node_modules/normalize.css/normalize.css",
|
|
"../node_modules/leaflet/dist/leaflet.css"
|
|
],
|
|
"scripts": [
|
|
"../node_modules/jquery/dist/jquery.js",
|
|
"../node_modules/tether/dist/js/tether.js",
|
|
"../node_modules/bootstrap/dist/js/bootstrap.js",
|
|
"../node_modules/tinymce/tinymce.js",
|
|
"../node_modules/tinymce/themes/modern/theme.js",
|
|
"../node_modules/tinymce/plugins/link/plugin.js",
|
|
"../node_modules/tinymce/plugins/paste/plugin.js",
|
|
"../node_modules/tinymce/plugins/table/plugin.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"
|
|
},
|
|
{
|
|
"project": "src/tsconfig.spec.json"
|
|
},
|
|
{
|
|
"project": "e2e/tsconfig.e2e.json"
|
|
}
|
|
],
|
|
"test": {
|
|
"karma": {
|
|
"config": "./karma.conf.js"
|
|
}
|
|
},
|
|
"defaults": {
|
|
"styleExt": "scss",
|
|
"component": {}
|
|
}
|
|
}
|