mirror of
https://gitlab.com/MrFry/qmining-data-editor
synced 2025-04-01 20:24:01 +02:00
22 lines
451 B
JSON
22 lines
451 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": {
|
|
"eslint-plugin-react": "^7.22.0",
|
|
"next": "^9.3.1",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"unfetch": "^4.1.0"
|
|
}
|
|
}
|