add option to customize the logo, favicon and add images.

This commit is contained in:
dennis.ludwig
2021-06-14 13:44:17 +02:00
parent 144d5f621c
commit 897bd5a084
11 changed files with 39 additions and 35 deletions

View File

@@ -16,13 +16,11 @@
},
"scripts": {
"prepare": "husky install && yarn build:scripts",
"start": "react-scripts start",
"build": "react-scripts build",
"build:scripts": "tsc --project tsconfig.scripts.json",
"test": "react-scripts test",
"ts:check": "tsc --noEmit",
"lint": "yarn ts:check",
"eject": "react-scripts eject"
"lint": "yarn ts:check"
},
"dependencies": {
"classnames": "^2.3.1",