{ "name": "zano-p2p", "version": "0.1.0", "private": true, "type": "module", "scripts": { "dev": "next dev", "build": "next build", "start": "next start -p 30289", "lint": "next lint", "format": "prettier --write .", "format:check": "prettier --check .", "prepare": "husky" }, "lint-staged": { "*.{js,jsx,ts,tsx}": [ "prettier --write", "eslint --fix" ] }, "dependencies": { "@react-hook/window-size": "^3.1.1", "@tanstack/react-table": "^8.21.3", "@types/jsonwebtoken": "^9.0.2", "antd": "^5.23.2", "apexcharts": "^3.41.0", "axios": "^1.4.0", "big.js": "^6.2.1", "crypto-js": "^4.1.1", "decimal.js": "^10.4.3", "echarts": "^5.5.1", "echarts-for-react": "^3.0.2", "eslint-config-next": "13.2.4", "express": "^4.18.2", "jimp": "^0.22.8", "jsonwebtoken": "^9.0.0", "nanoid": "^4.0.1", "next": "^13.2.4", "next-themes": "^0.2.1", "node-fetch": "^3.3.1", "react": "18.2.0", "react-apexcharts": "^1.4.0", "react-dom": "18.2.0", "react-intersection-observer": "^9.10.3", "sequelize": "^6.37.3", "sha256": "^0.2.0", "socket.io": "^4.6.1", "socket.io-client": "^4.6.1", "ts-node": "^10.9.1", "tsc": "^2.0.4", "tsx": "^4.15.7", "uuidv4": "^6.2.13" }, "devDependencies": { "@svgr/webpack": "^8.0.1", "@types/big.js": "^6.2.0", "@types/crypto-js": "^4.1.1", "@types/express": "^4.17.17", "@types/pg": "^8.10.2", "@types/react": "18.2.16", "@types/react-dom": "^18.2.7", "@types/sha256": "^0.2.0", "@typescript-eslint/eslint-plugin": "^5.55.0", "cross-env": "^7.0.3", "eslint": "^8.57.1", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^10.1.5", "eslint-plugin-import": "^2.31.0", "husky": "^9.1.7", "lint-staged": "^15.5.2", "prettier": "3.5.3", "sass": "^1.59.2", "url-loader": "^4.1.1" } }