dis: Rework styling and build procedure

This commit is contained in:
Tom Wiesing 2022-10-14 16:48:12 +02:00
parent 1e1d1a3cad
commit cdc7d69ad9
No known key found for this signature in database
51 changed files with 1251 additions and 339 deletions

View file

@ -1,21 +1,13 @@
{
"name": "wisski-distillery-frontend",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"private": true,
"dependencies": {
"dayjs": "^1.11.5",
"parcel": "^2.7.0"
},
"scripts": {
"dist": "parcel build --dist-dir dist --target default --public-url /static/ --no-source-maps"
},
"targets": {
"default": {
"source": [
"src/control/index.ts",
"src/home/index.ts"
]
}
"dist": "parcel build --dist-dir dist --public-url /static/ src/entry/*/*.html --no-source-maps"
}
}
}