qmining-data-editor/package.json
2021-01-10 15:41:11 +01:00

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"
}
}