mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 12:35:07 +00:00
added --open to the "npm start"
This commit is contained in:
parent
751497556a
commit
b56088948c
10
package.json
10
package.json
|
@ -4,7 +4,7 @@
|
||||||
"license": "https://themeforest.net/licenses/terms/regular",
|
"license": "https://themeforest.net/licenses/terms/regular",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve",
|
"start": "ng serve --open",
|
||||||
"start-hmr": "ng serve --hmr -e=hmr -sm=false",
|
"start-hmr": "ng serve --hmr -e=hmr -sm=false",
|
||||||
"start-hmr-sourcemaps": "ng serve --hmr -e=hmr",
|
"start-hmr-sourcemaps": "ng serve --hmr -e=hmr",
|
||||||
"build": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --dev",
|
"build": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --dev",
|
||||||
|
@ -29,6 +29,10 @@
|
||||||
"@angular/platform-browser": "5.1.2",
|
"@angular/platform-browser": "5.1.2",
|
||||||
"@angular/platform-browser-dynamic": "5.1.2",
|
"@angular/platform-browser-dynamic": "5.1.2",
|
||||||
"@angular/router": "5.1.2",
|
"@angular/router": "5.1.2",
|
||||||
|
"@ngrx/effects": "4.1.1",
|
||||||
|
"@ngrx/router-store": "4.1.1",
|
||||||
|
"@ngrx/store": "4.1.1",
|
||||||
|
"@ngrx/store-devtools": "4.1.1",
|
||||||
"@ngx-translate/core": "9.0.2",
|
"@ngx-translate/core": "9.0.2",
|
||||||
"@swimlane/ngx-charts": "7.0.1",
|
"@swimlane/ngx-charts": "7.0.1",
|
||||||
"@swimlane/ngx-datatable": "11.1.7",
|
"@swimlane/ngx-datatable": "11.1.7",
|
||||||
|
@ -43,10 +47,6 @@
|
||||||
"highlight.js": "9.12.0",
|
"highlight.js": "9.12.0",
|
||||||
"intl": "1.2.5",
|
"intl": "1.2.5",
|
||||||
"moment": "2.20.1",
|
"moment": "2.20.1",
|
||||||
"@ngrx/effects": "4.1.1",
|
|
||||||
"@ngrx/router-store": "4.1.1",
|
|
||||||
"@ngrx/store": "4.1.1",
|
|
||||||
"@ngrx/store-devtools": "4.1.1",
|
|
||||||
"ngrx-store-freeze": "0.2.0",
|
"ngrx-store-freeze": "0.2.0",
|
||||||
"ngx-color-picker": "5.3.0",
|
"ngx-color-picker": "5.3.0",
|
||||||
"ngx-cookie-service": "1.0.9",
|
"ngx-cookie-service": "1.0.9",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user