|
36 | 36 | "@angular/platform-browser": "12.2.4", |
37 | 37 | "@angular/platform-browser-dynamic": "12.2.4", |
38 | 38 | "@angular/router": "12.2.4", |
| 39 | + "@emotion/babel-plugin": "11.2.0", |
39 | 40 | "@emotion/react": "11.1.5", |
40 | 41 | "@emotion/styled": "11.1.5", |
41 | 42 | "@ngrx/component-store": "12.4.0", |
|
52 | 53 | "react-router-dom": "5.2.0", |
53 | 54 | "rxjs": "~6.5.5", |
54 | 55 | "tslib": "^2.0.0", |
55 | | - "zone.js": "0.11.4", |
56 | | - "@emotion/babel-plugin": "11.2.0" |
| 56 | + "zone.js": "0.11.4" |
57 | 57 | }, |
58 | 58 | "devDependencies": { |
59 | 59 | "@angular-devkit/build-angular": "12.2.4", |
|
74 | 74 | "@nrwl/tao": "12.9.0-beta.3", |
75 | 75 | "@nrwl/web": "12.9.0-beta.3", |
76 | 76 | "@nrwl/workspace": "12.9.0-beta.3", |
| 77 | + "@pmmmwh/react-refresh-webpack-plugin": "0.5.0-rc.2", |
77 | 78 | "@testing-library/react": "11.2.5", |
78 | 79 | "@types/jest": "26.0.8", |
79 | 80 | "@types/node": "14.14.33", |
|
82 | 83 | "@types/react-router-dom": "5.1.7", |
83 | 84 | "@typescript-eslint/eslint-plugin": "4.28.4", |
84 | 85 | "@typescript-eslint/parser": "4.28.4", |
85 | | - "codelyzer": "6.0.1", |
| 86 | + "copy-webpack-plugin": "^9.0.1", |
86 | 87 | "cypress": "^8.3.0", |
87 | 88 | "dotenv": "10.0.0", |
88 | 89 | "eslint": "7.10.0", |
|
97 | 98 | "inquirer-autocomplete-prompt": "^1.0.1", |
98 | 99 | "jest": "27.0.3", |
99 | 100 | "jest-preset-angular": "9.0.7", |
| 101 | + "mini-css-extract-plugin": "^2.1.0", |
100 | 102 | "netlify": "^2.4.8", |
101 | 103 | "prettier": "2.3.2", |
| 104 | + "react-refresh": "^0.10.0", |
| 105 | + "source-map-loader": "^3.0.0", |
| 106 | + "terser-webpack-plugin": "^5.1.1", |
102 | 107 | "ts-jest": "27.0.3", |
103 | 108 | "ts-node": "9.1.1", |
104 | | - "tslint": "6.1.3", |
105 | 109 | "typescript": "4.3.5", |
106 | | - "webpack": "~4.42.0", |
107 | | - "webpack-dev-server": "3.11.2" |
| 110 | + "webpack": "^5.47.0", |
| 111 | + "webpack-dev-server": "4.0.0-rc.0", |
| 112 | + "webpack-merge": "^5.8.0", |
| 113 | + "webpack-node-externals": "^3.0.0", |
| 114 | + "webpack-sources": "^3.0.2" |
108 | 115 | } |
109 | 116 | } |
0 commit comments