commit | author | age
|
1284d6
|
1 |
{ |
G |
2 |
"$schema": "./node_modules/@angular/cli/lib/config/schema.json", |
|
3 |
"project": { |
|
4 |
"name": "ng2angle" |
|
5 |
}, |
|
6 |
"apps": [ |
|
7 |
{ |
|
8 |
"root": "src", |
|
9 |
"outDir": "dist", |
|
10 |
"assets": [ |
|
11 |
"assets", |
|
12 |
"favicon.ico", |
|
13 |
"server" |
|
14 |
], |
|
15 |
"index": "index.html", |
|
16 |
"main": "main.ts", |
|
17 |
"polyfills": "polyfills.ts", |
|
18 |
"test": "test.ts", |
|
19 |
"tsconfig": "tsconfig.app.json", |
|
20 |
"testTsconfig": "tsconfig.spec.json", |
|
21 |
"prefix": "app", |
|
22 |
"styles": [ |
|
23 |
"assets/lib/honeySwitch.css", |
|
24 |
"app/core/preloader/preloader.scss", |
|
25 |
"app/shared/toastr.scss", |
|
26 |
"app/shared/laydate/theme/default/laydate.css", |
|
27 |
"assets/ztree/zTreeStyle.css", |
|
28 |
"styles.scss", |
|
29 |
"app/shared/formula.scss", |
|
30 |
"app/shared/common.scss", |
|
31 |
"../node_modules/codemirror/lib/codemirror.css" |
|
32 |
|
|
33 |
|
|
34 |
|
|
35 |
|
|
36 |
], |
|
37 |
"scripts": [ |
|
38 |
"../node_modules/jquery/dist/jquery.js", |
|
39 |
"../node_modules/jquery-slimscroll/jquery.slimscroll.min.js", |
|
40 |
"app/core/preloader/preloader.js", |
|
41 |
"app/shared/lodash.js", |
|
42 |
"app/shared/styles/bootstrap.min.js", |
|
43 |
"app/shared/laydate/laydate.js", |
|
44 |
"assets/form-builder.js", |
|
45 |
"../node_modules/codemirror/lib/codemirror.js", |
|
46 |
"assets/ztree/jquery.ztree.all.min.js", |
|
47 |
"app/shared/toastr.js", |
|
48 |
"assets/uitl/encryption.js", |
|
49 |
"assets/uitl/des.js", |
|
50 |
"assets/uitl/base64.js" |
|
51 |
|
|
52 |
], |
|
53 |
"environmentSource": "environments/environment.ts", |
|
54 |
"environments": { |
|
55 |
"dev": "environments/environment.ts", |
|
56 |
"prod": "environments/environment.prod.ts" |
|
57 |
} |
|
58 |
} |
|
59 |
], |
|
60 |
"e2e": { |
|
61 |
"protractor": { |
|
62 |
"config": "./protractor.conf.js" |
|
63 |
} |
|
64 |
}, |
|
65 |
"lint": [ |
|
66 |
{ |
|
67 |
"project": "src/tsconfig.app.json" |
|
68 |
}, |
|
69 |
{ |
|
70 |
"project": "src/tsconfig.spec.json" |
|
71 |
}, |
|
72 |
{ |
|
73 |
"project": "e2e/tsconfig.e2e.json" |
|
74 |
} |
|
75 |
], |
|
76 |
"test": { |
|
77 |
"karma": { |
|
78 |
"config": "./karma.conf.js" |
|
79 |
} |
|
80 |
}, |
|
81 |
"defaults": { |
|
82 |
"styleExt": "scss", |
|
83 |
"prefixInterfaces": false, |
|
84 |
"inline": { |
|
85 |
"style": false, |
|
86 |
"template": false |
|
87 |
}, |
|
88 |
"spec": { |
|
89 |
"class": false, |
|
90 |
"component": true, |
|
91 |
"directive": true, |
|
92 |
"module": false, |
|
93 |
"pipe": true, |
|
94 |
"service": true |
|
95 |
} |
|
96 |
} |
|
97 |
} |