Upgrade to latest nodejs and completely rework website
This commit is contained in:
parent
07270c3aa6
commit
0372c4cd77
38 changed files with 4135 additions and 6933 deletions
41
package.json
41
package.json
|
@ -3,39 +3,28 @@
|
|||
"version": "0.1.9",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"ci:lint": "eslint .",
|
||||
"ci:build": "npm run build",
|
||||
"ci:test": "echo 1",
|
||||
"ci:test-e2e": "echo 1",
|
||||
"ci:increase-version": "npm version --git-tag-version=false",
|
||||
"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",
|
||||
"next-seo": "^5.4.0",
|
||||
"ramda": "^0.27.0",
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.2",
|
||||
"react-redux": "8.0.2"
|
||||
"lucide-react": "^0.471.0",
|
||||
"next": "15.1.4",
|
||||
"next-seo": "6.6.0",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0"
|
||||
},
|
||||
"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"
|
||||
"@types/node": "22.10.5",
|
||||
"@types/react": "^19.0.4",
|
||||
"@types/react-dom": "^19.0.2",
|
||||
"autoprefixer": "10.4.20",
|
||||
"classnames": "2.5.1",
|
||||
"eslint": "9.18.0",
|
||||
"eslint-config-next": "15.1.4",
|
||||
"postcss": "8.4.49",
|
||||
"tailwindcss": "3.4.17",
|
||||
"typescript": "5.7.3"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue