|
@@ -1,14 +1,17 @@
|
|
|
{
|
|
{
|
|
|
"name": "fisapp-ui",
|
|
"name": "fisapp-ui",
|
|
|
- "version": "1.0.0",
|
|
|
|
|
|
|
+ "version": "1.1.0",
|
|
|
"scripts": {
|
|
"scripts": {
|
|
|
"ng": "ng",
|
|
"ng": "ng",
|
|
|
"start": "ng serve --host 0.0.0.0 --port 4200",
|
|
"start": "ng serve --host 0.0.0.0 --port 4200",
|
|
|
"build": "ng build --aot --delete-output-path",
|
|
"build": "ng build --aot --delete-output-path",
|
|
|
"build:next": "ng build --base-href /next/ --aot --delete-output-path",
|
|
"build:next": "ng build --base-href /next/ --aot --delete-output-path",
|
|
|
"build:prod": "ng build --configuration production --output-path dist/rc --aot --delete-output-path",
|
|
"build:prod": "ng build --configuration production --output-path dist/rc --aot --delete-output-path",
|
|
|
|
|
+ "build:leave:prod": "ng build --configuration production-leave --output-path dist/leave --aot --delete-output-path",
|
|
|
|
|
+ "build:quotation:prod": "ng build --configuration production-quotation --output-path dist/quotation --aot --delete-output-path",
|
|
|
"watch": "ng build --watch --configuration development",
|
|
"watch": "ng build --watch --configuration development",
|
|
|
- "test": "ng test"
|
|
|
|
|
|
|
+ "test": "ng test",
|
|
|
|
|
+ "clean": "ng cache clean && npm cache clean --force"
|
|
|
},
|
|
},
|
|
|
"private": true,
|
|
"private": true,
|
|
|
"dependencies": {
|
|
"dependencies": {
|