qmining-data-editor/package.json

21 lines
413 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": {
"next": "^9.3.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"unfetch": "^4.1.0"
}
}