qmining-page/package.json

22 lines
445 B
JSON

{
"name": "nextClient",
"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.21.5",
"next": "^10.0.3",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"unfetch": "^4.1.0"
}
}