FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
admincast/angular/.angular-cli.json at master · admincast/admincast · GitHub
admincast
/
admincast
Public
Notifications
You must be signed in to change notification settings
Fork
53
Star
58
Code
Issues
3
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
admincast
/
angular
/
.angular-cli.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
115 lines (115 loc) · 4.82 KB
Breadcrumbs
admincast
/
angular
/
.angular-cli.json
Copy path
File metadata and controls
115 lines (115 loc) · 4.82 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"$schema"
:
"
./node_modules/@angular/cli/lib/config/schema.json
"
,
"project"
: {
"name"
:
"
my-app
"
},
"apps"
: [
{
"root"
:
"
src
"
,
"outDir"
:
"
dist
"
,
"assets"
: [
"
assets
"
,
"
favicon.ico
"
],
"index"
:
"
index.html
"
,
"main"
:
"
main.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/font-awesome/css/font-awesome.min.css
"
,
"
../node_modules/cd-themify-icons/index.css
"
,
"
../node_modules/animate.css/animate.min.css
"
,
"
../node_modules/toastr/build/toastr.min.css
"
,
"
../node_modules/datatables.net-bs4/css/dataTables.bootstrap4.css
"
,
"
../node_modules/datatables.net-buttons-bs4/css/buttons.bootstrap4.min.css
"
,
"
../node_modules/datatables.net-responsive-bs4/css/responsive.bootstrap4.min.css
"
,
"
../node_modules/datatables.net-fixedheader-bs4/css/fixedHeader.bootstrap4.min.css
"
,
"
../node_modules/jvectormap/jquery-jvectormap.css
"
,
"
../node_modules/summernote/dist/summernote.css
"
,
"
../node_modules/bootstrap-markdown/css/bootstrap-markdown.min.css
"
,
"
../node_modules/bootstrap-datepicker/dist/css/bootstrap-datepicker3.min.css
"
,
"
./assets/vendors/bootstrap-timepicker/css/bootstrap-timepicker.min.css
"
,
"
../node_modules/morris.js/morris.css
"
,
"
../node_modules/fullcalendar/dist/fullcalendar.min.css
"
,
"
../node_modules/select2/dist/css/select2.min.css
"
,
"
../node_modules/jquery-minicolors/jquery.minicolors.css
"
,
"
./assets/css/main.css
"
],
"scripts"
: [
"
../node_modules/jquery/dist/jquery.min.js
"
,
"
../node_modules/popper.js/dist/umd/popper.min.js
"
,
"
../node_modules/bootstrap/dist/js/bootstrap.min.js
"
,
"
../node_modules/metismenu/dist/metisMenu.min.js
"
,
"
../node_modules/jquery-slimscroll/jquery.slimscroll.min.js
"
,
"
../node_modules/toastr/build/toastr.min.js
"
,
"
../node_modules/chart.js/dist/Chart.min.js
"
,
"
../node_modules/raphael/raphael.min.js
"
,
"
../node_modules/morris.js/morris.min.js
"
,
"
../node_modules/jquery-sparkline/jquery.sparkline.min.js
"
,
"
../node_modules/jvectormap/jquery-jvectormap.min.js
"
,
"
../node_modules/jvectormap/tests/assets/jquery-jvectormap-world-mill-en.js
"
,
"
../node_modules/jvectormap/tests/assets/jquery-jvectormap-us-aea-en.js
"
,
"
../node_modules/moment/min/moment.min.js
"
,
"
../node_modules/datatables.net/js/jquery.dataTables.js
"
,
"
../node_modules/datatables.net-bs4/js/dataTables.bootstrap4.js
"
,
"
../node_modules/datatables.net-buttons/js/dataTables.buttons.min.js
"
,
"
../node_modules/datatables.net-buttons-bs4/js/buttons.bootstrap4.min.js
"
,
"
../node_modules/datatables.net-buttons/js/buttons.html5.min.js
"
,
"
../node_modules/datatables.net-buttons/js/buttons.print.min.js
"
,
"
../node_modules/datatables.net-buttons/js/buttons.colVis.min.js
"
,
"
../node_modules/datatables.net-responsive/js/dataTables.responsive.min.js
"
,
"
../node_modules/datatables.net-responsive-bs4/js/responsive.bootstrap4.min.js
"
,
"
../node_modules/datatables.net-fixedheader/js/dataTables.fixedHeader.min.js
"
,
"
../node_modules/jszip/dist/jszip.min.js
"
,
"
../node_modules/summernote/dist/summernote.js
"
,
"
../node_modules/bootstrap-markdown/js/bootstrap-markdown.js
"
,
"
../node_modules/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js
"
,
"
./assets/vendors/bootstrap-timepicker/js/bootstrap-timepicker.min.js
"
,
"
../node_modules/jquery-validation/dist/jquery.validate.min.js
"
,
"
./assets/vendors/jquery.maskedinput/dist/jquery.maskedinput.min.js
"
,
"
../node_modules/fullcalendar/dist/fullcalendar.min.js
"
,
"
./assets/vendors/jquery-knob/dist/jquery.knob.min.js
"
,
"
../node_modules/select2/dist/js/select2.full.min.js
"
,
"
../node_modules/jquery-minicolors/jquery.minicolors.min.js
"
,
"
./assets/js/app.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"
:
"
css
"
,
"component"
: {}
}
}
Back
|
FazBrowse Home
|
New Git URL