|
17 | 17 | "@angular/core": "^10.1.2", |
18 | 18 | "@angular/flex-layout": "^10.0.0-beta.32", |
19 | 19 | "@angular/forms": "^10.1.2", |
20 | | - "@angular/localize": "~9.1.3", |
21 | 20 | "@angular/material": "^10.2.1", |
22 | 21 | "@angular/platform-browser": "^10.1.2", |
23 | 22 | "@angular/platform-browser-dynamic": "^10.1.2", |
24 | 23 | "@angular/router": "^10.1.2", |
25 | 24 | "@angular/upgrade": "^10.1.2", |
26 | 25 | "@stomp/stompjs": "^5.4.4", |
| 26 | + "@tinymce/tinymce-angular": "^4.2.0", |
27 | 27 | "angular": "1.7.9", |
28 | 28 | "angular-animate": "1.7.8", |
29 | 29 | "angular-aria": "1.7.8", |
|
34 | 34 | "angular-mocks": "1.7.8", |
35 | 35 | "angular-moment": "^1.0.0-beta.6", |
36 | 36 | "angular-sanitize": "1.7.8", |
37 | | - "angular-summernote": "0.8.1", |
38 | 37 | "angular-toarrayfilter": "^1.0.3", |
39 | 38 | "angular-translate": "^2.18.2", |
40 | 39 | "angular-translate-loader-partial": "^2.18.2", |
41 | 40 | "angular-ui-router": "^1.0.25", |
42 | 41 | "angular-ui-scrollpoint": "^2.1.1", |
43 | 42 | "angularx-social-login": "^2.3.1", |
44 | | - "bootstrap": "^3.1.1", |
45 | 43 | "canvg": "^2.0.0", |
46 | 44 | "codemirror": "5.48.2", |
47 | 45 | "compute-covariance": "^1.0.1", |
|
64 | 62 | "oclazyload": "^1.0.9", |
65 | 63 | "rxjs": "^6.5.5", |
66 | 64 | "sockjs-client": "^1.4.0", |
67 | | - "summernote": "0.8.2", |
68 | 65 | "svg.draggable.js": "2.2.0", |
69 | 66 | "svg.js": "2.3.2", |
| 67 | + "tinymce": "^5.5.1", |
70 | 68 | "tslib": "^2.0.0", |
71 | 69 | "webfontloader": "^1.6.20", |
72 | 70 | "xmldom": "^0.1.31", |
|
78 | 76 | "@angular/cli": "^10.1.1", |
79 | 77 | "@angular/compiler-cli": "^10.1.2", |
80 | 78 | "@angular/language-service": "^10.1.2", |
| 79 | + "@angular/localize": "^10.1.2", |
81 | 80 | "@babel/cli": "^7.8.4", |
82 | 81 | "@babel/core": "^7.9.0", |
83 | 82 | "@babel/preset-env": "^7.9.5", |
|
101 | 100 | "gulp-newer": "^1.3.0", |
102 | 101 | "gulp-postcss": "^8.0.0", |
103 | 102 | "gulp-print": "^5.0.2", |
| 103 | + "gulp-rename": "^2.0.0", |
| 104 | + "gulp-replace": "^1.0.0", |
104 | 105 | "gulp-sass": "^4.1.0", |
105 | 106 | "gulp-sourcemaps": "^2.6.5", |
106 | 107 | "html-webpack-plugin": "^3.2.0", |
|
133 | 134 | }, |
134 | 135 | "scripts": { |
135 | 136 | "build-dev": "node node_modules/concurrently/bin/concurrently.js \"ng build wise --watch\" \"ng test --source-map=false --karma-config src/main/webapp/site/karma.conf.js --browsers ChromeHeadlessNoSandbox\"", |
136 | | - "build-prod": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng build wise --configuration=production", |
137 | | - "build-prod-es": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng build wise --configuration=production-es", |
138 | | - "build-prod-pt": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng build wise --configuration=production-pt", |
139 | | - "build-prod-tr": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng build wise --configuration=production-tr", |
140 | | - "build-prod-hans": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng build wise --configuration=production-zh-Hans", |
141 | | - "build-prod-hant": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng build wise --configuration=production-zh-Hant", |
| 137 | + "build-prod": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng build wise --configuration=production; gulp rename-styles-bundle", |
| 138 | + "build-prod-es": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng build wise --configuration=production-es; gulp rename-styles-bundle", |
| 139 | + "build-prod-pt": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng build wise --configuration=production-pt; gulp rename-styles-bundle", |
| 140 | + "build-prod-tr": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng build wise --configuration=production-tr; gulp rename-styles-bundle", |
| 141 | + "build-prod-hans": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng build wise --configuration=production-zh-Hans; gulp rename-styles-bundle", |
| 142 | + "build-prod-hant": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng build wise --configuration=production-zh-Hant; gulp rename-styles-bundle", |
142 | 143 | "bundle-report": "node ./node_modules/webpack-bundle-analyzer/lib/bin/analyzer.js src/main/webapp/site/dist/stats.json", |
143 | 144 | "watch-all-wise5": "node node_modules/concurrently/bin/concurrently.js \"node ./node_modules/gulp/bin/gulp.js\" \"npm run test-wise5-watch\"", |
144 | 145 | "watch-sass": "npm rebuild node-sass && node ./node_modules/gulp/bin/gulp.js", |
|
0 commit comments