add parcel bundler
This commit is contained in:
parent
3824a0cf59
commit
a10eec9e99
2 changed files with 3553 additions and 5 deletions
|
@ -9,10 +9,10 @@
|
||||||
"watch": "parcel server src/*.html",
|
"watch": "parcel server src/*.html",
|
||||||
"build": "parcel build src/*.html"
|
"build": "parcel build src/*.html"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {},
|
||||||
},
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"basiclightbox": "^5.0.4",
|
"basiclightbox": "^5.0.4",
|
||||||
"chart.js": "^2.9.4"
|
"chart.js": "^2.9.4",
|
||||||
|
"parcel": "^2.2.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue