|
7 | 7 | }, |
8 | 8 | "license": "MIT", |
9 | 9 | "scripts": { |
10 | | - "start": "node server.js", |
11 | | - "dev": "ng serve", |
12 | | - "build-aot": "ng build --aot --prod", |
| 10 | + "start": "ng serve", |
| 11 | + "start:prod": "ng serve --configuration production", |
| 12 | + "start:nas": "ng serve --configuration nas", |
| 13 | + "start:mock": "node server.js", |
13 | 14 | "build": "ng build --configuration production", |
14 | | - "build:aot:prod": "rimraf dist compiled && cross-env BUILD_AOT=1 SOURCE_MAP=0 ng build --prod", |
15 | | - "build-nas": "ng build --configuration nas", |
16 | | - "start-nas": "ng serve --configuration nas", |
| 15 | + "build:nas": "ng build --configuration nas", |
| 16 | + "build:cross:env": "rimraf dist compiled && cross-env SOURCE_MAP=0 ng build --configuration production", |
17 | 17 | "test": "ng test", |
18 | | - "test-headless": "ng test --watch=false --browsers=ChromeHeadless", |
| 18 | + "test:headless": "ng test --watch=false --browsers=ChromeHeadless", |
19 | 19 | "lint": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix", |
20 | 20 | "e2e": "ng e2e" |
21 | 21 | }, |
|
33 | 33 | "@angular/router": "^20.3.6", |
34 | 34 | "bootstrap": "^4.6.1", |
35 | 35 | "ngx-monaco-editor-v2": "^20.3.0", |
36 | | - "rimraf": "^2.6.3", |
37 | 36 | "rxjs": "^6.6.7", |
38 | 37 | "rxjs-compat": "^6.6.7", |
39 | 38 | "tslib": "^2.3.1", |
|
62 | 61 | "karma-jasmine-html-reporter": "~2.1.0", |
63 | 62 | "prettier": "^3.6.2", |
64 | 63 | "protractor": "~7.0.0", |
| 64 | + "rimraf": "^2.6.3", |
65 | 65 | "ts-node": "~4.1.0", |
66 | 66 | "typescript": "~5.8.3", |
67 | 67 | "typescript-eslint": "8.46.0" |
|
0 commit comments