init: step formular for new image templates

This commit is contained in:
Johannes Kirschbauer
2023-08-15 14:44:51 +02:00
parent 087e9b3231
commit 66617c0d62
6 changed files with 1326 additions and 1663 deletions

View File

@@ -16,23 +16,26 @@
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.3",
"@mui/material": "^5.14.3",
"@types/node": "20.4.7",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.14",
"classnames": "^2.3.2",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"hex-rgb": "^5.0.0",
"next": "13.4.12",
"postcss": "8.4.27",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.4",
"react-hot-toast": "^2.4.1",
"recharts": "^2.7.3",
"tailwindcss": "3.3.3",
"typescript": "5.1.6"
"tailwindcss": "3.3.3"
},
"devDependencies": {
"typescript": "5.1.6",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"@types/node": "20.4.7",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"@types/w3c-web-usb": "^1.0.6",
"prettier": "^3.0.1",
"prettier-plugin-tailwindcss": "^0.4.1"
}