-
-
Notifications
You must be signed in to change notification settings - Fork 92
/
Copy pathpackage.json
162 lines (162 loc) · 5.41 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"name": "thunderhub",
"version": "0.9.9",
"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",
"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.1.3",
"@next/bundle-analyzer": "^9.5.2",
"@types/react": "^16.9.47",
"@types/react-select": "^3.0.19",
"apollo-server-micro": "^2.16.1",
"balanceofsatoshis": "^5.44.1",
"bcryptjs": "^2.4.3",
"cookie": "^0.4.1",
"date-fns": "^2.15.0",
"graphql": "^15.3.0",
"graphql-iso-date": "^3.6.1",
"graphql-rate-limit": "^2.0.1",
"graphql-request": "^3.0.0",
"intersection-observer": "^0.11.0",
"js-cookie": "^2.2.1",
"js-yaml": "^3.14.0",
"jsonwebtoken": "^8.5.1",
"ln-service": "^49.8.0",
"lodash.debounce": "^4.0.8",
"lodash.groupby": "^4.6.0",
"lodash.merge": "^4.6.2",
"lodash.omit": "^4.5.0",
"next": "^9.5.2",
"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.27.1",
"react-select": "^3.1.0",
"react-spinners": "^0.9.0",
"react-spring": "^8.0.27",
"react-table": "^7.5.0",
"react-toastify": "^6.0.8",
"react-tooltip": "^4.2.8",
"styled-components": "^5.1.1",
"styled-react-modal": "^2.0.1",
"styled-theming": "^2.2.0",
"typescript": "^4.0.2",
"underscore": "^1.10.2",
"uuid": "^8.3.0",
"victory": "^35.0.8",
"winston": "^3.3.3"
},
"devDependencies": {
"@babel/core": "^7.11.4",
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"@graphql-codegen/add": "^2.0.1",
"@graphql-codegen/cli": "^1.17.8",
"@graphql-codegen/fragment-matcher": "^1.17.8",
"@graphql-codegen/introspection": "^1.17.8",
"@graphql-codegen/near-operation-file-preset": "^1.17.11",
"@graphql-codegen/typescript": "^1.17.9",
"@graphql-codegen/typescript-operations": "^1.17.8",
"@graphql-codegen/typescript-react-apollo": "^2.0.6",
"@graphql-codegen/typescript-resolvers": "^1.17.9",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^10.4.9",
"@types/bcryptjs": "^2.4.2",
"@types/cookie": "^0.4.0",
"@types/graphql-iso-date": "^3.4.0",
"@types/js-cookie": "^2.2.6",
"@types/js-yaml": "^3.12.5",
"@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.6.0",
"@types/numeral": "0.0.28",
"@types/qrcode.react": "^1.0.1",
"@types/react-copy-to-clipboard": "^4.3.0",
"@types/react-table": "^7.0.22",
"@types/styled-components": "^5.1.2",
"@types/styled-react-modal": "^1.2.0",
"@types/styled-theming": "^2.2.5",
"@types/underscore": "^1.10.22",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^3.10.0",
"@typescript-eslint/parser": "^3.10.0",
"apollo-server": "^2.16.1",
"apollo-server-testing": "^2.16.1",
"babel-jest": "^26.3.0",
"babel-loader": "^8.1.0",
"babel-plugin-inline-react-svg": "^1.1.1",
"babel-plugin-styled-components": "^1.11.1",
"babel-preset-react-app": "^9.1.2",
"devmoji": "^2.1.9",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.0",
"husky": "^4.2.5",
"jest": "^26.4.2",
"jest-fetch-mock": "^3.0.3",
"lint-staged": "^10.2.11",
"prettier": "^2.1.0",
"standard-version": "^9.0.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
}
}
}