mirror of
https://gitlab.com/MrFry/qmining-data-editor
synced 2025-04-01 20:24:01 +02:00
27 lines
671 B
JSON
27 lines
671 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|