DEV;First working website with content

This commit is contained in:
Roman Jaroš 2022-07-05 22:06:40 +02:00
parent c254cd6273
commit 01d9d0d4a3
33 changed files with 6998 additions and 5403 deletions

View file

@ -1,24 +1,35 @@
{
"name": "project",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "12.2.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "18.0.0",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"eslint": "8.18.0",
"eslint-config-next": "12.2.0",
"typescript": "4.7.4"
}
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@reduxjs/toolkit": "1.8.0",
"@treejs/components": "0.17.0",
"@treejs/constants": "0.17.0",
"@treejs/styles": "0.17.0",
"next": "12.2.0",
"ramda": "^0.27.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-redux": "8.0.2"
},
"devDependencies": {
"@types/node": "18.0.0",
"@types/ramda": "^0.28.14",
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2",
"autoprefixer": "10.4.4",
"classnames": "2.3.1",
"eslint": "8.18.0",
"eslint-config-next": "12.2.0",
"postcss": "8.4.14",
"tailwindcss": "^3.1.4",
"typescript": "4.7.4"
}
}