qmining-page/package.json
ndaniel1102 b0cbc5aa5e Style and layout improvements on modals
/posting modal still needs some fixing tho/
2021-03-14 01:27:01 +01:00

24 lines
508 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": {
"babel-eslint": "^10.1.0",
"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"
}
}