mirror of
https://github.com/jlengrand/create-1.git
synced 2026-03-10 08:11:25 +00:00
12 lines
346 B
JSON
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"
|
|
}
|
|
} |