Files
create-1/src/generators/building-rollup/templates/package.json
2021-06-30 04:27:45 +00:00

12 lines
346 B
JSON

{
"scripts": {
"build": "rimraf dist && rollup -c rollup.config.js",
"start:build": "npm run build && web-dev-server --root-dir dist --app-index index.html --open --compatibility none"
},
"devDependencies": {
"@open-wc/building-rollup": "^1.10.0",
"deepmerge": "^4.2.2",
"rimraf": "^3.0.2",
"rollup": "^2.52.4"
}
}