Skip to content

Commit

Permalink
chore: add ejs and @types/ejs as dependencies
Browse files Browse the repository at this point in the history
add ejs for rendering logic using ejs templates in future
  • Loading branch information
maverox committed May 18, 2024
1 parent 667d50d commit 8f89b98
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/create-webpack-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,14 @@
"!**/*__tests__"
],
"dependencies": {
"ejs": "^3.1.10",
"minimist": "^1.2.8",
"node-plop": "^0.32.0",
"plop": "^4.0.1"
},
"devDependencies": {},
"devDependencies": {
"@types/ejs": "^3.1.5"
},
"peerDependencies": {},
"peerDependenciesMeta": {}
}

0 comments on commit 8f89b98

Please sign in to comment.