Optimize structure
This commit is contained in:
@ -16,7 +16,8 @@
|
||||
"hmr": "ng s -o --hmr",
|
||||
"build": "npm run ng-high-memory build --",
|
||||
"build:dev": "npm run build -- -c dev",
|
||||
"build:test": "npm run build -- -c test",
|
||||
"build:test": "npm run build -- -c test --stats-json",
|
||||
"bundle-report": "webpack-bundle-analyzer dist/stats.json",
|
||||
"analyze": "npm run ng-high-memory build -- --source-map",
|
||||
"analyze:view": "source-map-explorer dist/**/*.js",
|
||||
"lint": "npm run lint:ts && npm run lint:style",
|
||||
@ -67,8 +68,6 @@
|
||||
"ngx-trend": "^7.0.0",
|
||||
"perfect-scrollbar": "^1.5.2",
|
||||
"qrious": "^4.0.2",
|
||||
"quill": "^1.3.7",
|
||||
"quill-image-resize-module": "^3.0.0",
|
||||
"rxjs": "~6.6.0",
|
||||
"screenfull": "^5.1.0",
|
||||
"tslib": "^2.3.0",
|
||||
@ -124,7 +123,8 @@
|
||||
"stylelint-declaration-block-no-ignored-properties": "^2.4.0",
|
||||
"stylelint-order": "^4.1.0",
|
||||
"ts-node": "~8.3.0",
|
||||
"typescript": "~4.3.5"
|
||||
"typescript": "~4.3.5",
|
||||
"webpack-bundle-analyzer": "^4.5.0"
|
||||
},
|
||||
"lint-staged": {
|
||||
"(src)/**/*.{html,ts}": [
|
||||
|
||||
Reference in New Issue
Block a user