mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
30 lines
692 B
JSON
30 lines
692 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-parser": "^7.5.4",
|
|
"linkify-string": "^4.1.0",
|
|
"next": "^13.2.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-query": "^3.39.3",
|
|
"react-snowfall": "^1.2.1",
|
|
"socket.io-client": "^4.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-react": "^7.18.6",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"@next/eslint-plugin-next": "^13.2.4"
|
|
}
|
|
}
|