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.
17 lines
392 B
17 lines
392 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" |
|
} |
|
}
|
|
|