Files
handlebars.js/tests/integration/webpack-babel-test/package.json
T
Igor Savin 70b8f1145d feat: migrate to RSPack (#2131)
* Migrate to RSPack
* Add tests to CI, address coverage
* fix: Restore AWS sdk
* add simple serve
2026-03-14 23:08:19 +01:00

21 lines
527 B
JSON

{
"name": "webpack-babel-test",
"version": "1.0.0",
"private": true,
"description": "",
"scripts": {
"build": "webpack --config webpack.config.js"
},
"dependencies": {
"@babel/core": "^7.27.0",
"@babel/preset-env": "^7.27.0",
"@roundingwellos/babel-plugin-handlebars-inline-precompile": "^3.0.1",
"babel-loader": "^10.0.0",
"babel-plugin-istanbul": "^7.0.0",
"handlebars": "file:../../..",
"handlebars-loader": "^1.7.1",
"webpack": "^5.99.0",
"webpack-cli": "^6.0.0"
}
}