mirror of
https://github.com/apotdevin/thunderhub.git
synced 2024-11-19 09:50:03 +01:00
152 lines
5.4 KiB
JSON
152 lines
5.4 KiB
JSON
{
|
|
"name": "thunderhub",
|
|
"version": "0.8.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"bs": "yarn build && yarn start",
|
|
"dev": "cross-env NODE_OPTIONS='--insecure-http-parser' next",
|
|
"dev:compatible": "next",
|
|
"build": "next build",
|
|
"start": "cross-env NODE_OPTIONS='--insecure-http-parser' next start",
|
|
"start:two": "cross-env NODE_OPTIONS='--insecure-http-parser' next start -p 3001",
|
|
"start:compatible": "next start",
|
|
"start:compatible:two": "next start -p 3001",
|
|
"start:cookie": "sh ./scripts/initCookie.sh",
|
|
"lint": "eslint */**/*.{js,ts,tsx} --fix",
|
|
"prettier": "prettier --write **/*.{ts,tsx,js,css,html}",
|
|
"release": "standard-version",
|
|
"release:push": "standard-version && git push --follow-tags origin master",
|
|
"release:test": "standard-version --dry-run",
|
|
"release:minor": "standard-version --release-as minor && git push --follow-tags origin master",
|
|
"analyze": "cross-env ANALYZE=true next build",
|
|
"generate": "graphql-codegen --config codegen.yml && yarn lint",
|
|
"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/react-common": "^3.1.4",
|
|
"@apollo/react-hooks": "^3.1.5",
|
|
"@apollo/react-ssr": "^3.1.5",
|
|
"apollo-cache-inmemory": "^1.6.6",
|
|
"apollo-client": "^2.6.10",
|
|
"apollo-link-http": "^1.5.17",
|
|
"apollo-link-schema": "^1.2.5",
|
|
"apollo-server-micro": "^2.15.0",
|
|
"apollo-utilities": "^1.3.4",
|
|
"balanceofsatoshis": "^5.39.4",
|
|
"base64url": "^3.0.1",
|
|
"cookie": "^0.4.1",
|
|
"crypto-js": "^4.0.0",
|
|
"date-fns": "^2.14.0",
|
|
"graphql": "^15.1.0",
|
|
"graphql-iso-date": "^3.6.1",
|
|
"graphql-rate-limit": "^2.0.1",
|
|
"graphql-tag": "^2.10.3",
|
|
"intersection-observer": "^0.10.0",
|
|
"js-cookie": "^2.2.1",
|
|
"js-yaml": "^3.14.0",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"ln-service": "^49.0.1",
|
|
"lodash.debounce": "^4.0.8",
|
|
"lodash.groupby": "^4.6.0",
|
|
"lodash.merge": "^4.6.2",
|
|
"lodash.omit": "^4.5.0",
|
|
"next": "^9.4.4",
|
|
"numeral": "^2.0.6",
|
|
"qrcode.react": "^1.0.0",
|
|
"react": "^16.13.1",
|
|
"react-circular-progressbar": "^2.0.3",
|
|
"react-copy-to-clipboard": "^5.0.2",
|
|
"react-dom": "^16.13.1",
|
|
"react-feather": "^2.0.8",
|
|
"react-intersection-observer": "^8.26.2",
|
|
"react-spinners": "^0.8.3",
|
|
"react-spring": "^8.0.27",
|
|
"react-toastify": "^6.0.5",
|
|
"react-tooltip": "^4.2.7",
|
|
"styled-components": "^5.1.1",
|
|
"styled-react-modal": "^2.0.1",
|
|
"styled-theming": "^2.2.0",
|
|
"underscore": "^1.10.2",
|
|
"uuid": "^8.1.0",
|
|
"victory": "^34.3.11",
|
|
"winston": "^3.2.1",
|
|
"zxcvbn": "^4.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.10.3",
|
|
"@commitlint/cli": "^8.3.5",
|
|
"@commitlint/config-conventional": "^8.3.4",
|
|
"@graphql-codegen/cli": "^1.15.4",
|
|
"@graphql-codegen/fragment-matcher": "^1.15.4",
|
|
"@graphql-codegen/introspection": "^1.15.4",
|
|
"@graphql-codegen/near-operation-file-preset": "^1.15.4",
|
|
"@graphql-codegen/typescript": "^1.15.4",
|
|
"@graphql-codegen/typescript-operations": "^1.15.4",
|
|
"@graphql-codegen/typescript-react-apollo": "^1.15.4",
|
|
"@graphql-codegen/typescript-resolvers": "^1.15.4",
|
|
"@next/bundle-analyzer": "^9.4.4",
|
|
"@testing-library/jest-dom": "^5.10.1",
|
|
"@testing-library/react": "^10.3.0",
|
|
"@types/jsonwebtoken": "^8.5.0",
|
|
"@types/node": "^14.0.13",
|
|
"@types/react": "^16.9.38",
|
|
"@types/styled-components": "^5.1.0",
|
|
"@types/styled-theming": "^2.2.3",
|
|
"@typescript-eslint/eslint-plugin": "^3.3.0",
|
|
"@typescript-eslint/parser": "^3.3.0",
|
|
"apollo-server": "^2.15.0",
|
|
"apollo-server-testing": "^2.15.0",
|
|
"babel-jest": "^26.0.1",
|
|
"babel-loader": "^8.1.0",
|
|
"babel-plugin-inline-react-svg": "^1.1.1",
|
|
"babel-plugin-styled-components": "^1.10.7",
|
|
"babel-preset-react-app": "^9.1.2",
|
|
"cross-env": "^7.0.2",
|
|
"devmoji": "^2.1.9",
|
|
"eslint": "^7.3.0",
|
|
"eslint-config-prettier": "^6.11.0",
|
|
"eslint-plugin-import": "^2.21.2",
|
|
"eslint-plugin-jest": "^23.13.2",
|
|
"eslint-plugin-jsx-a11y": "^6.3.1",
|
|
"eslint-plugin-prettier": "^3.1.4",
|
|
"eslint-plugin-react": "^7.20.0",
|
|
"eslint-plugin-react-hooks": "^4.0.4",
|
|
"fast-diff": "^1.2.0",
|
|
"husky": "^4.2.5",
|
|
"jest": "^26.0.1",
|
|
"jest-fetch-mock": "^3.0.3",
|
|
"lint-staged": "^10.2.11",
|
|
"prettier": "^2.0.5",
|
|
"standard-version": "^8.0.0",
|
|
"typescript": "^3.9.5"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|