v3.1: Upgraded to NextJS 12

Static Dockerfile

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2022-10-02 22:10:54 +02:00
parent 4561aab6dd
commit b2ca46ffaf
23 changed files with 3446 additions and 18991 deletions

View File

@ -1,42 +1,41 @@
{
"name": "@avior/next-template",
"version": "3.0.0",
"version": "3.1.0",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "eslint . --ext .ts,.tsx",
"test": "jest --coverage"
},
"dependencies": {
"@dzeio/components": "^0.11.2",
"@dzeio/config": "^1.0.0",
"critters": "^0.0.10",
"lucide-react": "^0.16.00",
"next": "^11.1.3",
"next-compose-plugins": "^2.2.0",
"next-pre-css": "^1.0.0",
"next-seo": "^4.28.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"stylus": "^0.55.0",
"stylus-loader": "^6.0.0",
"typescript": "^4.1.3",
"webpack": "^5.32.0"
"@dzeio/components": "git://github.com/dzeiocom/components#v1-alpha",
"@dzeio/config": "^1",
"lucide-react": "^0.90.00",
"next": "^12",
"next-compose-plugins": "^2",
"next-plausible": "^3",
"next-pre-css": "git://github.com/tcgdex/next-pre-css",
"next-seo": "^5",
"react": "^18",
"react-dom": "^18",
"stylus": "^0.59.0",
"stylus-loader": "^7",
"typescript": "^4",
"webpack": "^5"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@next/eslint-plugin-next": "^11.0.0",
"@types/node": "^16.0.0",
"@types/react": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
"eslint": "^7.1.0",
"eslint-config-next": "^11.0.0",
"eslint-plugin-react": "^7.18.3",
"jest": "^27.0.6",
"react-test-renderer": "^17.0.2"
"@babel/core": "^7",
"@next/eslint-plugin-next": "^12",
"@types/node": "^18",
"@types/react": "^18",
"@typescript-eslint/eslint-plugin": "^5",
"@typescript-eslint/parser": "^5",
"eslint": "^8",
"eslint-config-next": "^12",
"eslint-plugin-react": "^7"
}
}