latest
Showing
... | @@ -3,17 +3,18 @@ | ... | @@ -3,17 +3,18 @@ |
"version": "0.0.0", | "version": "0.0.0", | ||
"scripts": { | "scripts": { | ||
"ng": "ng", | "ng": "ng", | ||
"start": "ng serve --proxy--config proxy.json", | "start": "ng serve --port 4321 --proxy--config proxy.json", | ||
"build": "ng build --prod --build-optimizer ", | "build": "ng build --prod --build-optimizer && npm run remove-to && npm run create && npm run copy-to ", | ||
"remove-to": "rd /s /q D:\\projects\\supervise\\src\\main\\resources\\static", | "remove-to": "rd /s /q D:\\projects\\supervise\\supervise\\src\\main\\resources\\static", | ||
"create": "mkdir D:\\projects\\supervise\\src\\main\\resources\\static", | "create": "mkdir D:\\projects\\supervise\\supervise\\src\\main\\resources\\static", | ||
"copy-to": " powershell -command \" Copy-Item D:\\projects\\map\\dist\\map\\* -Destination D:\\projects\\supervise\\src\\main\\resources\\static\\ -Recurse \"", | "copy-to": " powershell -command \" Copy-Item D:\\projects\\map\\dist\\map\\* -Destination D:\\projects\\supervise\\supervise\\src\\main\\resources\\static\\ -Recurse \"", | ||
"test": "ng test", | "test": "ng test", | ||
"lint": "ng lint", | "lint": "ng lint", | ||
"e2e": "ng e2e" | "e2e": "ng e2e" | ||
}, | }, | ||
"private": true, | "private": true, | ||
"dependencies": { | "dependencies": { | ||
"@angular/animations": "^8.2.0", | |||
"@angular/common": "~7.2.0", | "@angular/common": "~7.2.0", | ||
"@angular/compiler": "~7.2.0", | "@angular/compiler": "~7.2.0", | ||
"@angular/core": "~7.2.0", | "@angular/core": "~7.2.0", | ||
... | @@ -26,10 +27,9 @@ | ... | @@ -26,10 +27,9 @@ |
"@fortawesome/free-solid-svg-icons": "^5.9.0", | "@fortawesome/free-solid-svg-icons": "^5.9.0", | ||
"angular2-baidu-map": "^4.7.0", | "angular2-baidu-map": "^4.7.0", | ||
"core-js": "^2.5.4", | "core-js": "^2.5.4", | ||
"ng-zorro-antd": "^7.2.0", | |||
"ngx-color-picker": "^8.1.0", | "ngx-color-picker": "^8.1.0", | ||
"ngx-webcam": "^0.2.5", | |||
"rxjs": "~6.3.3", | "rxjs": "~6.3.3", | ||
"tree-ngx": "^2.2.4", | |||
"tslib": "^1.9.0", | "tslib": "^1.9.0", | ||
"zone.js": "~0.8.26" | "zone.js": "~0.8.26" | ||
}, | }, | ||
... | ... |
File deleted
src/supervise.sql
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment