163 lines
4.9 KiB
JSON
163 lines
4.9 KiB
JSON
{
|
|
"name": "@ethersphere/bee-dashboard",
|
|
"version": "0.17.0",
|
|
"description": "An app which helps users to setup their Bee node and do actions like cash out cheques",
|
|
"keywords": [
|
|
"bee",
|
|
"swarm",
|
|
"decentralised",
|
|
"storage",
|
|
"ethereum",
|
|
"typescript",
|
|
"p2p"
|
|
],
|
|
"homepage": ".",
|
|
"bin": {
|
|
"bee-dashboard": "./serve.js"
|
|
},
|
|
"main": "lib/App.js",
|
|
"types": "lib/src/App.d.ts",
|
|
"bugs": {
|
|
"url": "https://github.com/ethersphere/bee-dashboard/issues/"
|
|
},
|
|
"license": "BSD-3-Clause",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ethersphere/bee-dashboard.git"
|
|
},
|
|
"dependencies": {
|
|
"@ethersphere/bee-js": "^4.1.1",
|
|
"@ethersphere/manifest-js": "1.2.1",
|
|
"@ethersphere/swarm-cid": "^0.1.0",
|
|
"@material-ui/core": "4.12.3",
|
|
"@material-ui/icons": "4.11.2",
|
|
"@material-ui/lab": "4.0.0-alpha.57",
|
|
"@sentry/react": "^7.1.1",
|
|
"@sentry/tracing": "^7.1.1",
|
|
"assert": "^2.0.0",
|
|
"axios": "0.24.0",
|
|
"bignumber.js": "9.0.1",
|
|
"buffer": "^6.0.3",
|
|
"crypto": "npm:crypto-browserify",
|
|
"crypto-browserify": "^3.12.0",
|
|
"dotted-map": "^2.2.3",
|
|
"ethers": "^5.6.4",
|
|
"file-saver": "^2.0.5",
|
|
"formik": "2.2.9",
|
|
"formik-material-ui": "3.0.1",
|
|
"jszip": "^3.7.1",
|
|
"material-ui-dropzone": "3.5.0",
|
|
"notistack": "1.0.10",
|
|
"opener": "1.5.2",
|
|
"qrcode.react": "1.0.1",
|
|
"react": ">= 17.0.2",
|
|
"react-copy-to-clipboard": "5.0.4",
|
|
"react-dom": ">= 17.0.2",
|
|
"react-identicons": "1.2.5",
|
|
"react-router": "6.2.1",
|
|
"react-router-dom": "6.2.1",
|
|
"react-syntax-highlighter": "15.4.4",
|
|
"remixicon-react": "^1.0.0",
|
|
"semver": "7.3.5",
|
|
"serve-handler": "6.1.3",
|
|
"stream": "npm:stream-browserify",
|
|
"stream-browserify": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.16.0",
|
|
"@babel/plugin-proposal-class-properties": "7.16.0",
|
|
"@babel/plugin-transform-runtime": "7.16.4",
|
|
"@babel/preset-env": "7.16.4",
|
|
"@babel/preset-react": "7.16.7",
|
|
"@babel/preset-typescript": "7.16.0",
|
|
"@commitlint/config-conventional": "14.1.0",
|
|
"@testing-library/jest-dom": "5.16.4",
|
|
"@testing-library/react": "12.1.2",
|
|
"@testing-library/react-hooks": "^8.0.0",
|
|
"@types/cors": "^2.8.12",
|
|
"@types/express": "^4.17.13",
|
|
"@types/file-saver": "2.0.4",
|
|
"@types/jest": "27.0.2",
|
|
"@types/qrcode.react": "1.0.2",
|
|
"@types/react": "17.0.34",
|
|
"@types/react-copy-to-clipboard": "5.0.2",
|
|
"@types/react-dom": "17.0.11",
|
|
"@types/react-router": "5.1.18",
|
|
"@types/react-router-dom": "5.3.2",
|
|
"@types/react-syntax-highlighter": "13.5.2",
|
|
"@types/semver": "7.3.9",
|
|
"@typescript-eslint/eslint-plugin": "5.28.0",
|
|
"@typescript-eslint/parser": "5.28.0",
|
|
"babel-eslint": "10.1.0",
|
|
"babel-loader": "8.1.0",
|
|
"babel-plugin-syntax-dynamic-import": "6.18.0",
|
|
"babel-plugin-tsconfig-paths": "1.0.2",
|
|
"cors": "^2.8.5",
|
|
"cross-env": "^7.0.3",
|
|
"depcheck": "^1.4.3",
|
|
"env-paths": "^3.0.0",
|
|
"eslint": "8.17.0 ",
|
|
"eslint-config-prettier": "8.5.0",
|
|
"eslint-config-react-app": "7.0.1",
|
|
"eslint-plugin-flowtype": "8.0.3",
|
|
"eslint-plugin-import": "2.26.0",
|
|
"eslint-plugin-jest": "26.5.3",
|
|
"eslint-plugin-jsx-a11y": "6.5.1",
|
|
"eslint-plugin-prettier": "4.0.0",
|
|
"eslint-plugin-react": "7.30.0",
|
|
"eslint-plugin-react-hooks": "4.5.0",
|
|
"eslint-plugin-testing-library": "5.5.1",
|
|
"express": "^4.17.3",
|
|
"file-loader": "6.2.0",
|
|
"open": "^8.4.0",
|
|
"prettier": "2.4.1",
|
|
"react-scripts": "^5.0.1",
|
|
"ts-node": "^10.8.1",
|
|
"typescript": "4.7.3",
|
|
"web-vitals": "2.1.2",
|
|
"webpack": "^5.73.0",
|
|
"webpack-cli": "^4.10.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">= 17.0.2",
|
|
"react-dom": ">= 17.0.2"
|
|
},
|
|
"scripts": {
|
|
"prepare": "npm run build && npm run build:component",
|
|
"start": "react-scripts start",
|
|
"desktop": "node ./desktop.mjs",
|
|
"build": "react-scripts build",
|
|
"build:component": "cross-env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\"}' webpack --mode=production",
|
|
"compile:types": "tsc --project tsconfig.lib.json --emitDeclarationOnly --declaration",
|
|
"test": "react-scripts test",
|
|
"serve": "node ./serve.js",
|
|
"depcheck": "depcheck .",
|
|
"lint": "eslint --fix \"src/**/*.ts\" \"src/**/*.tsx\" && prettier --write \"src/**/*.ts\" \"src/**/*.tsx\"",
|
|
"lint:check": "eslint \"src/**/*.ts\" \"src/**/*.tsx\" && prettier --check \"src/**/*.ts\" \"src/**/*.tsx\"",
|
|
"check:types": "tsc --project tsconfig.lib.json",
|
|
"update-map-data": "node ./utils/update-map-data.js"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"build",
|
|
"serve.js"
|
|
],
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0",
|
|
"npm": ">=6.9.0",
|
|
"bee": ">=0.6.0"
|
|
}
|
|
}
|