{ "name": "thunderhub", "version": "0.3.2", "description": "", "main": "index.js", "scripts": { "dev": "cross-env NODE_OPTIONS='--insecure-http-parser' next", "build": "next build", "start": "cross-env NODE_OPTIONS='--insecure-http-parser' next start", "tslint": "tslint -p . -c tslint.json", "prettier": "prettier --write **/*.{ts,tsx,js,css,html}", "release": "standard-version", "release:test": "standard-version --dry-run", "analyze": "cross-env ANALYZE=true next build", "storybook": "start-storybook -p 6006 -c .storybook" }, "keywords": [], "author": "", "license": "MIT", "dependencies": { "@apollo/react-hooks": "^3.1.4", "apollo-boost": "^0.4.7", "apollo-server-micro": "^2.12.0", "base64url": "^3.0.1", "crypto-js": "^4.0.0", "date-fns": "^2.12.0", "dotenv": "^8.2.0", "graphql": "^15.0.0", "graphql-iso-date": "^3.6.1", "graphql-rate-limit": "^2.0.1", "graphql-tag": "^2.10.3", "intersection-observer": "^0.7.0", "isomorphic-unfetch": "^3.0.0", "ln-service": "^47.16.0", "lodash.debounce": "^4.0.8", "lodash.merge": "^4.6.2", "micro-cors": "^0.1.1", "next": "^9.3.4", "next-with-apollo": "^5.0.0", "numeral": "^2.0.6", "qrcode.react": "^1.0.0", "react": "^16.13.1", "react-copy-to-clipboard": "^5.0.2", "react-dom": "^16.13.1", "react-intersection-observer": "^8.26.1", "react-qr-reader": "^2.2.1", "react-spinners": "^0.8.1", "react-spring": "^8.0.27", "react-toastify": "^5.5.0", "react-tooltip": "^4.2.2", "styled-components": "^5.1.0", "styled-react-modal": "^2.0.1", "styled-theming": "^2.2.0", "underscore": "^1.10.2", "uuid": "^7.0.3", "victory": "^34.1.3", "winston": "^3.2.1", "zxcvbn": "^4.4.2" }, "devDependencies": { "@babel/core": "^7.9.0", "@commitlint/cli": "^8.3.5", "@commitlint/config-conventional": "^8.3.4", "@next/bundle-analyzer": "^9.3.4", "@storybook/addon-actions": "^5.3.18", "@storybook/addon-knobs": "^5.3.18", "@storybook/addon-viewport": "^5.3.18", "@storybook/react": "^5.3.18", "@types/node": "^13.11.1", "@types/react": "^16.9.34", "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", "husky": "^4.2.5", "lint-staged": "^10.1.3", "prettier": "^2.0.4", "standard-version": "^7.1.0", "tslint": "^6.1.1", "tslint-config-airbnb": "^5.11.2", "tslint-react-hooks": "^2.2.2", "typescript": "^3.8.3" }, "husky": { "hooks": { "pre-commit": "lint-staged", "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "lint-staged": { "*.+(ts|tsx)": [ "prettier --write", "tslint" ] } }