Skip to content
Snippets Groups Projects
Commit 02b57742 authored by Jonas Leder's avatar Jonas Leder
Browse files

setup build

parent a702f4dc
No related branches found
No related tags found
No related merge requests found
dist/
node_modules/
.parcel-cache/
build/
\ No newline at end of file
{
"name": "HochzeitChristiane",
"version": "1.0.0",
"main": "src/index.html",
"main": "build/node/index.html",
"license": "MIT",
"dependencies": {
"basiclightbox": "^5.0.4",
......@@ -13,5 +13,13 @@
},
"devDependencies": {
"@parcel/transformer-sass": "2.0.0-beta.2"
},
"app": "build/browser/index.html",
"targets": {
"app": {
"engines": {
"browsers": "> 10%"
}
},
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment