typescript и handlebars

This commit is contained in:
grinikita
2025-04-01 22:05:38 +03:00
parent 1597b52310
commit e53ae4858d
16 changed files with 591 additions and 596 deletions
+5 -2
View File
@@ -1,7 +1,7 @@
{
"name": "html",
"version": "1.0.0",
"main": "src/index.js",
"main": "src/index.ts",
"scripts": {
"build": "webpack --mode=development",
"dev": "webpack --mode=development --watch"
@@ -10,11 +10,14 @@
"license": "ISC",
"description": "",
"dependencies": {
"handlebars-loader": "^1.7.3",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1"
},
"devDependencies": {
"copy-webpack-plugin": "^13.0.0",
"html-webpack-plugin": "^5.6.3"
"html-webpack-plugin": "^5.6.3",
"ts-loader": "^9.5.2",
"typescript": "^5.8.2"
}
}