1
0
Fork 0

refactor: drop everything and start again

- too many packages
- packages were too general
- the repo was hard to work with
- sites were too connected to packages - difficult to do stuff after a while
This commit is contained in:
Vojtěch Mareš 2023-06-06 20:25:44 +02:00
parent 358e6e59e3
commit ada7eb3cdd
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
54 changed files with 1066 additions and 1011 deletions

View file

@ -0,0 +1,28 @@
{
"name": "terraform-skoleni.cz",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"clsx": "^1.2.1",
"next": "13.4.4",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@babel/core": "^7.22.1",
"@types/node": "^18.16.16",
"@types/react": "18.2.7",
"autoprefixer": "^10.4.14",
"eslint": "8.41.0",
"eslint-config-next": "^13.0.0",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"typescript": "5.1.3"
}
}