npm packages update, build fix

This commit is contained in:
mrfry 2023-03-27 09:02:35 +02:00
parent 1446a57c28
commit b9abbbf03c
10 changed files with 5423 additions and 16122 deletions

View file

@ -1,22 +1,27 @@
{
"name": "qminingDataEditor",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next build && next export"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"eslint-plugin-react": "^7.22.0",
"next": "^9.3.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"unfetch": "^4.1.0"
}
"name": "qminingDataEditor",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next build && next export"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/eslint-parser": "^7.21.3",
"@next/eslint-plugin-next": "^13.2.4",
"eslint-plugin-react": "^7.22.0",
"next": "^13.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"unfetch": "^5.0.0"
},
"devDependencies": {
"@babel/preset-react": "^7.18.6"
}
}