You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

18 lines
426 B

{
"name": "sxml-loader-example",
"version": "1.0.0",
"private": true,
"description": "",
"main": "src/index.js",
"scripts": {
"build": "webpack --mode=development"
},
"author": "Ivan Polyakov",
"license": "MIT",
"devDependencies": {
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}