We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent accba3f commit 1eba12aCopy full SHA for 1eba12a
package.json
@@ -67,10 +67,7 @@
67
"commander": "^9.3.0",
68
"fs-extra": "^10.1.0",
69
"handlebars": "^4.7.7",
70
- "json-schema-ref-parser": "^9.0.9",
71
- "@rollup/plugin-commonjs": "22.0.0",
72
- "@rollup/plugin-node-resolve": "13.3.0",
73
- "@rollup/plugin-typescript": "8.3.2"
+ "json-schema-ref-parser": "^9.0.9"
74
},
75
"devDependencies": {
76
"@angular-devkit/build-angular": "13.3.7",
@@ -88,6 +85,9 @@
88
85
"@babel/core": "7.18.2",
89
86
"@babel/preset-env": "7.18.2",
90
87
"@babel/preset-typescript": "7.17.12",
+ "@rollup/plugin-commonjs": "22.0.0",
+ "@rollup/plugin-node-resolve": "13.3.0",
+ "@rollup/plugin-typescript": "8.3.2",
91
"@types/cross-spawn": "6.0.2",
92
"@types/express": "4.17.13",
93
"@types/fs-extra": "^9.0.13",
0 commit comments