mirror of
https://github.com/fergalmoran/podnoms.git
synced 2026-02-07 08:15:02 +00:00
69 lines
1.9 KiB
JSON
69 lines
1.9 KiB
JSON
{
|
|
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
|
"project": {
|
|
"name": "pod-noms.web"
|
|
},
|
|
"apps": [
|
|
{
|
|
"root": "src",
|
|
"outDir": "dist",
|
|
"assets": [
|
|
"assets",
|
|
"favicon.ico",
|
|
"firebase-messaging-sw.js",
|
|
"facebook-auth.html",
|
|
"manifest.json"
|
|
],
|
|
"index": "index.html",
|
|
"main": "main.ts",
|
|
"polyfills": "polyfills.ts",
|
|
"test": "test.ts",
|
|
"tsconfig": "tsconfig.app.json",
|
|
"testTsconfig": "tsconfig.spec.json",
|
|
"prefix": "app",
|
|
"styles": [
|
|
"styles.css"
|
|
],
|
|
"scripts": [
|
|
"../node_modules/jquery/dist/jquery.js",
|
|
"../node_modules/cookieconsent/build/cookieconsent.min.js",
|
|
"../node_modules/tether/dist/js/tether.js",
|
|
"../node_modules/popper.js/dist/umd/popper.min.js",
|
|
"../node_modules/bootstrap/dist/js/bootstrap.js",
|
|
"../node_modules/quill/dist/quill.js",
|
|
"../node_modules/howler/dist/howler.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": "css",
|
|
"component": {}
|
|
}
|
|
}
|