mirror of
https://github.com/apotdevin/thunderhub.git
synced 2024-11-19 18:00:05 +01:00
188 lines
6.2 KiB
JSON
188 lines
6.2 KiB
JSON
{
|
|
"name": "thunderhub",
|
|
"version": "0.12.17",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"bs": "yarn build && yarn start",
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"start:two": "next start -p 3001",
|
|
"start:cookie": "sh ./scripts/initCookie.sh",
|
|
"start:secure": "node server/utils/secure-server.js",
|
|
"lint": "eslint . --ext ts --ext tsx --ext js",
|
|
"format": "prettier --write \"**/*.{js,ts,tsx}\"",
|
|
"release": "standard-version",
|
|
"release:test": "standard-version --dry-run",
|
|
"release:minor": "standard-version --release-as minor",
|
|
"analyze": "npx cross-env ANALYZE=true next build",
|
|
"generate": "graphql-codegen --config codegen.yml",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch",
|
|
"test:coverage": "jest --coverage",
|
|
"build:image": "docker build --no-cache -t apotdevin/thunderhub:test-amd64 .",
|
|
"build:32": "docker build --no-cache -f arm32v7.Dockerfile -t apotdevin/thunderhub:test-arm32v7 .",
|
|
"build:64": "docker build -f arm64v8.Dockerfile -t apotdevin/thunderhub:test-arm64v8 .",
|
|
"build:manifest": "docker manifest create apotdevin/thunderhub:test apotdevin/thunderhub:test-amd64 apotdevin/thunderhub:test-arm32v7 apotdevin/thunderhub:test-arm64v8",
|
|
"build:all": "sh ./scripts/buildAllImages.sh",
|
|
"upgrade-latest": "npx npm-check -u",
|
|
"tsc": "tsc",
|
|
"update": "sh ./scripts/updateToLatest.sh"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@apollo/client": "^3.3.15",
|
|
"@next/bundle-analyzer": "^10.1.3",
|
|
"@visx/chord": "^1.7.0",
|
|
"@visx/curve": "^1.7.0",
|
|
"@visx/event": "^1.7.0",
|
|
"@visx/group": "^1.7.0",
|
|
"@visx/responsive": "^1.7.0",
|
|
"@visx/scale": "^1.7.0",
|
|
"@visx/shape": "^1.8.0",
|
|
"@visx/tooltip": "^1.7.2",
|
|
"apollo-server-micro": "^2.23.0",
|
|
"balanceofsatoshis": "^8.0.8",
|
|
"bcryptjs": "^2.4.3",
|
|
"bech32": "^2.0.0",
|
|
"bip32": "^2.0.6",
|
|
"bip39": "^3.0.3",
|
|
"bitcoinjs-lib": "^5.2.0",
|
|
"boltz-core": "^0.4.1",
|
|
"cookie": "^0.4.1",
|
|
"crypto-js": "^4.0.0",
|
|
"d3-array": "^2.12.1",
|
|
"date-fns": "^2.21.1",
|
|
"graphql": "^15.5.0",
|
|
"graphql-iso-date": "^3.6.1",
|
|
"graphql-rate-limit": "^2.1.0",
|
|
"intersection-observer": "^0.12.0",
|
|
"js-cookie": "^2.2.1",
|
|
"js-yaml": "^4.1.0",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"ln-service": "^51.7.0",
|
|
"lodash.debounce": "^4.0.8",
|
|
"lodash.groupby": "^4.6.0",
|
|
"lodash.merge": "^4.6.2",
|
|
"lodash.omit": "^4.5.0",
|
|
"next": "^10.1.3",
|
|
"node-fetch": "^2.6.1",
|
|
"numeral": "^2.0.6",
|
|
"qrcode.react": "^1.0.1",
|
|
"react": "^17.0.2",
|
|
"react-circular-progressbar": "^2.0.4",
|
|
"react-copy-to-clipboard": "^5.0.3",
|
|
"react-dom": "^17.0.2",
|
|
"react-feather": "^2.0.9",
|
|
"react-intersection-observer": "^8.31.1",
|
|
"react-qr-reader": "^2.2.1",
|
|
"react-select": "^4.3.0",
|
|
"react-slider": "^1.1.4",
|
|
"react-spinners": "^0.10.6",
|
|
"react-spring": "^9.1.2",
|
|
"react-table": "^7.6.3",
|
|
"react-toastify": "^7.0.4",
|
|
"react-tooltip": "^4.2.17",
|
|
"secp256k1": "^4.0.2",
|
|
"socks-proxy-agent": "^5.0.0",
|
|
"styled-components": "^5.2.3",
|
|
"styled-react-modal": "^2.1.0",
|
|
"styled-theming": "^2.2.0",
|
|
"typescript": "^4.2.4",
|
|
"underscore": "^1.13.1",
|
|
"uuid": "^8.3.2",
|
|
"victory": "^35.5.1",
|
|
"winston": "^3.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.13.16",
|
|
"@commitlint/cli": "^12.1.1",
|
|
"@commitlint/config-conventional": "^12.1.1",
|
|
"@graphql-codegen/add": "^2.0.2",
|
|
"@graphql-codegen/cli": "^1.21.4",
|
|
"@graphql-codegen/fragment-matcher": "^2.0.1",
|
|
"@graphql-codegen/introspection": "^1.18.2",
|
|
"@graphql-codegen/near-operation-file-preset": "^1.18.0",
|
|
"@graphql-codegen/typescript": "^1.22.0",
|
|
"@graphql-codegen/typescript-operations": "^1.17.16",
|
|
"@graphql-codegen/typescript-react-apollo": "^2.2.4",
|
|
"@graphql-codegen/typescript-resolvers": "^1.19.1",
|
|
"@testing-library/jest-dom": "^5.12.0",
|
|
"@testing-library/react": "^11.2.6",
|
|
"@types/bcryptjs": "^2.4.2",
|
|
"@types/cookie": "^0.4.0",
|
|
"@types/crypto-js": "^4.0.1",
|
|
"@types/d3-array": "^2.9.0",
|
|
"@types/graphql-iso-date": "^3.4.0",
|
|
"@types/js-cookie": "^2.2.6",
|
|
"@types/js-yaml": "^4.0.1",
|
|
"@types/jsonwebtoken": "^8.5.1",
|
|
"@types/lodash.groupby": "^4.6.6",
|
|
"@types/lodash.merge": "^4.6.6",
|
|
"@types/lodash.omit": "^4.5.6",
|
|
"@types/lodash.sortby": "^4.7.6",
|
|
"@types/node": "^14.14.41",
|
|
"@types/numeral": "^2.0.1",
|
|
"@types/qrcode.react": "^1.0.1",
|
|
"@types/react": "^17.0.3",
|
|
"@types/react-copy-to-clipboard": "^5.0.0",
|
|
"@types/react-qr-reader": "^2.1.3",
|
|
"@types/react-select": "^4.0.15",
|
|
"@types/react-slider": "^1.1.2",
|
|
"@types/react-table": "^7.0.29",
|
|
"@types/secp256k1": "^4.0.2",
|
|
"@types/styled-components": "^5.1.9",
|
|
"@types/styled-react-modal": "^1.2.0",
|
|
"@types/styled-theming": "^2.2.5",
|
|
"@types/underscore": "^1.11.1",
|
|
"@types/uuid": "^8.3.0",
|
|
"@typescript-eslint/eslint-plugin": "^4.22.0",
|
|
"@typescript-eslint/parser": "^4.22.0",
|
|
"apollo-server": "^2.23.0",
|
|
"apollo-server-testing": "^2.23.0",
|
|
"babel-jest": "^26.6.3",
|
|
"babel-loader": "^8.2.2",
|
|
"babel-plugin-inline-react-svg": "^2.0.1",
|
|
"babel-plugin-styled-components": "^1.12.0",
|
|
"babel-preset-react-app": "^10.0.0",
|
|
"devmoji": "^2.2.0",
|
|
"eslint": "^7.25.0",
|
|
"eslint-config-prettier": "^8.2.0",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-jest": "^24.3.5",
|
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
"eslint-plugin-prettier": "^3.4.0",
|
|
"eslint-plugin-react": "^7.23.2",
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
"husky": "^6.0.0",
|
|
"jest": "^26.6.3",
|
|
"jest-fetch-mock": "^3.0.3",
|
|
"lint-staged": "^10.5.4",
|
|
"prettier": "^2.2.1",
|
|
"standard-version": "^9.2.0"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged",
|
|
"prepare-commit-msg": "devmoji -e",
|
|
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
|
}
|
|
},
|
|
"lint-staged": {
|
|
"*.+(ts|tsx)": [
|
|
"prettier --write",
|
|
"jest --bail --findRelatedTests",
|
|
"eslint --fix"
|
|
]
|
|
},
|
|
"standard-version": {
|
|
"skip": {
|
|
"commit": true,
|
|
"tag": true
|
|
}
|
|
}
|
|
}
|