70b8f1145d
* Migrate to RSPack * Add tests to CI, address coverage * fix: Restore AWS sdk * add simple serve
21 lines
527 B
JSON
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"
|
|
}
|
|
}
|