thunderhub/package.json
2021-01-25 22:58:40 +01:00

188 lines
6.2 KiB
JSON

{
"name": "thunderhub",
"version": "0.12.6",
"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.7",
"@next/bundle-analyzer": "^10.0.3",
"@visx/chord": "^1.0.0",
"@visx/curve": "^1.0.0",
"@visx/event": "^1.3.0",
"@visx/group": "^1.0.0",
"@visx/responsive": "^1.3.0",
"@visx/scale": "^1.4.0",
"@visx/shape": "^1.4.0",
"@visx/tooltip": "^1.3.0",
"apollo-server-micro": "^2.19.2",
"balanceofsatoshis": "^7.17.1",
"bcryptjs": "^2.4.3",
"bech32": "^1.1.4",
"bip32": "^2.0.6",
"bip39": "^3.0.3",
"bitcoinjs-lib": "^5.2.0",
"boltz-core": "^0.4.0",
"cookie": "^0.4.1",
"crypto-js": "^4.0.0",
"d3-array": "^2.9.1",
"date-fns": "^2.16.1",
"graphql": "^15.4.0",
"graphql-iso-date": "^3.6.1",
"graphql-rate-limit": "^2.0.1",
"intersection-observer": "^0.12.0",
"js-cookie": "^2.2.1",
"js-yaml": "^4.0.0",
"jsonwebtoken": "^8.5.1",
"ln-service": "^50.11.2",
"lodash.debounce": "^4.0.8",
"lodash.groupby": "^4.6.0",
"lodash.merge": "^4.6.2",
"lodash.omit": "^4.5.0",
"next": "^10.0.3",
"node-fetch": "^2.6.1",
"numeral": "^2.0.6",
"qrcode.react": "^1.0.1",
"react": "^17.0.1",
"react-circular-progressbar": "^2.0.3",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "^17.0.1",
"react-feather": "^2.0.9",
"react-intersection-observer": "^8.31.0",
"react-qr-reader": "^2.2.1",
"react-select": "^3.2.0",
"react-slider": "^1.1.2",
"react-spinners": "^0.10.4",
"react-spring": "^8.0.27",
"react-table": "^7.6.3",
"react-toastify": "^6.2.0",
"react-tooltip": "^4.2.13",
"secp256k1": "^4.0.2",
"socks-proxy-agent": "^5.0.0",
"styled-components": "^5.2.1",
"styled-react-modal": "^2.0.1",
"styled-theming": "^2.2.0",
"typescript": "^4.1.3",
"underscore": "^1.12.0",
"uuid": "^8.3.2",
"victory": "^35.4.4",
"winston": "^3.3.3"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@graphql-codegen/add": "^2.0.2",
"@graphql-codegen/cli": "^1.20.0",
"@graphql-codegen/fragment-matcher": "^2.0.1",
"@graphql-codegen/introspection": "^1.18.1",
"@graphql-codegen/near-operation-file-preset": "^1.17.13",
"@graphql-codegen/typescript": "^1.20.0",
"@graphql-codegen/typescript-operations": "^1.17.13",
"@graphql-codegen/typescript-react-apollo": "^2.2.1",
"@graphql-codegen/typescript-resolvers": "^1.18.1",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.3",
"@types/bcryptjs": "^2.4.2",
"@types/cookie": "^0.4.0",
"@types/crypto-js": "^4.0.1",
"@types/d3-array": "^2.8.0",
"@types/graphql-iso-date": "^3.4.0",
"@types/js-cookie": "^2.2.6",
"@types/js-yaml": "^4.0.0",
"@types/jsonwebtoken": "^8.5.0",
"@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.21",
"@types/numeral": "0.0.29",
"@types/qrcode.react": "^1.0.1",
"@types/react": "^17.0.0",
"@types/react-copy-to-clipboard": "^5.0.0",
"@types/react-qr-reader": "^2.1.3",
"@types/react-select": "^3.1.2",
"@types/react-slider": "^1.1.0",
"@types/react-table": "^7.0.26",
"@types/secp256k1": "^4.0.1",
"@types/styled-components": "^5.1.7",
"@types/styled-react-modal": "^1.2.0",
"@types/styled-theming": "^2.2.5",
"@types/underscore": "^1.10.24",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"apollo-server": "^2.19.2",
"apollo-server-testing": "^2.19.2",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-plugin-inline-react-svg": "^1.1.2",
"babel-plugin-styled-components": "^1.12.0",
"babel-preset-react-app": "^10.0.0",
"devmoji": "^2.1.13",
"eslint": "^7.18.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^4.3.8",
"jest": "^26.6.3",
"jest-fetch-mock": "^3.0.3",
"lint-staged": "^10.5.3",
"prettier": "^2.2.1",
"standard-version": "^9.1.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
}
}
}