qmining-page/package.json
2020-12-26 17:03:03 +01:00

23 lines
477 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",
"react-snowfall": "^1.0.2",
"unfetch": "^4.1.0"
}
}