feat: Upgraded Engine

Signed-off-by: Avior <f.bouillon@aptatio.com>
This commit is contained in:
2023-01-18 16:05:07 +01:00
parent bfd4beeaa4
commit 26df50c4a8
33 changed files with 4886 additions and 16114 deletions

View File

@@ -10,32 +10,33 @@
"test": "jest --config jext.config.js"
},
"dependencies": {
"@dzeio/components": "^0.10.1",
"@dzeio/object-util": "^1.2.0",
"critters": "^0.0.10",
"easy-sitemap": "^1.0.0",
"next": "^11.0.0",
"next-compose-plugins": "^2.2.0",
"next-plausible": "^1.6.1",
"next-pre-css": "^1.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"stylus": "^0.54.7",
"stylus-loader": "^6.0.0",
"typescript": "^4.1.3",
"webpack": "^5.37.1"
"@dzeio/components": "^1.0.0-beta.10",
"@dzeio/listener": "^1.0.3",
"@dzeio/object-util": "^1",
"critters": "^0.0.16",
"easy-sitemap": "^1",
"lucide-react": "^0.102.0",
"next": "^12",
"next-compose-plugins": "^2",
"next-plausible": "^3",
"next-pre-css": "https://github.com/tcgdex/next-pre-css.git",
"react": "^18",
"react-dom": "^18",
"stylus": "^0.59.0",
"stylus-loader": "^7",
"typescript": "^4",
"webpack": "^5"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@types/favicons": "^6.2.0",
"@types/node": "^15.6.0",
"@types/react": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.14.1",
"eslint": "^7.1.0",
"eslint-config-next": "^10.2.2",
"eslint-plugin-react": "^7.18.3",
"ts-node": "^9.1.1"
"@babel/core": "^7",
"@types/favicons": "^6",
"@types/node": "^18",
"@types/react": "18.0.1",
"@typescript-eslint/eslint-plugin": "^5",
"@typescript-eslint/parser": "^5",
"eslint": "^8",
"eslint-config-next": "^12",
"eslint-plugin-react": "^7",
"ts-node": "^10"
}
}