forked from getAlby/lightning-browser-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
149 lines (149 loc) · 5.31 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
{
"name": "lightning-browser-extension",
"version": "1.12.1",
"description": "Lightning browser extension",
"private": true,
"repository": "https://github.com/bumi/lightning-browser-extension.git",
"author": {
"name": "Michael Bumann",
"url": "https://michaelbumann.com"
},
"license": "MIT",
"engines": {
"node": ">= 14",
"yarn": ">= 1.0.0"
},
"scripts": {
"dev:chrome": "cross-env NODE_ENV=development TARGET_BROWSER=chrome webpack --watch",
"dev:firefox": "cross-env NODE_ENV=development TARGET_BROWSER=firefox webpack --watch",
"dev:opera": "cross-env NODE_ENV=development TARGET_BROWSER=opera webpack --watch",
"build:chrome": "cross-env NODE_ENV=production TARGET_BROWSER=chrome webpack",
"build:firefox": "cross-env NODE_ENV=production TARGET_BROWSER=firefox webpack",
"build:opera": "cross-env NODE_ENV=production TARGET_BROWSER=opera webpack",
"build": "yarn build:chrome && yarn build:firefox && yarn build:opera",
"package": "yarn build && ./create-packages.sh",
"lint": "yarn lint:js && yarn tsc:compile && yarn format:fix",
"lint:js": "eslint src --ext .js,.jsx,.ts,.tsx --max-warnings 0",
"lint:js:fix": "eslint src --ext .js,.jsx,.ts,.tsx --fix",
"tsc:compile": "tsc --noEmit",
"format": "prettier --check '**/*.md' 'src/**/*.(js|ts|jsx|tsx)'",
"format:fix": "prettier --loglevel silent --write '**/*.md' 'src/**/*.(js|ts|jsx|tsx)'",
"test:unit": "jest",
"test:e2e": "npx playwright test",
"test": "yarn test:unit && yarn test:e2e",
"test:coverage": "jest --coverage --collectCoverageFrom='src/**/*.(js|ts|jsx|tsx)'",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"prepare": "husky install"
},
"dependencies": {
"@bitcoin-design/bitcoin-icons-react": "^0.1.9",
"@headlessui/react": "^1.6.6",
"@runcitadel/sdk": "^0.3.8",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/line-clamp": "^0.4.0",
"axios": "^0.27.2",
"bech32": "^2.0.0",
"bolt11": "^1.4.0",
"browser-polyfill": "^3.20.2",
"crypto-browserify": "^3.12.0",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.3",
"dexie": "^3.2.2",
"elliptic": "^6.5.4",
"html5-qrcode": "^2.2.1",
"i18next": "^21.8.13",
"i18next-browser-languagedetector": "^6.1.3",
"lodash": "^4.17.21",
"pubsub-js": "^1.9.4",
"react": "^18.2.0",
"react-confetti": "^6.1.0",
"react-dom": "^18.2.0",
"react-i18next": "^11.18.0",
"react-loading-skeleton": "^3.1.0",
"react-modal": "^3.15.1",
"react-palette": "^1.0.2",
"react-qr-code": "^2.0.7",
"react-router-dom": "^6.3.0",
"react-toastify": "^9.0.5",
"stream": "^0.0.2",
"tailwindcss": "^3.1.6",
"uuid": "^8.3.2",
"webextension-polyfill": "^0.9.0",
"zustand": "^3.7.2"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@jest/types": "^28.1.1",
"@playwright/test": "^1.23.1",
"@storybook/addon-actions": "^6.5.9",
"@storybook/addon-essentials": "^6.5.9",
"@storybook/addon-links": "^6.5.9",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/builder-webpack5": "^6.5.9",
"@storybook/cli": "^6.5.9",
"@storybook/manager-webpack5": "^6.5.9",
"@storybook/react": "^6.5.9",
"@swc/core": "^1.2.205",
"@swc/jest": "^0.2.21",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.1",
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
"@types/chrome": "^0.0.193",
"@types/crypto-js": "^4.1.1",
"@types/elliptic": "^6.4.14",
"@types/pubsub-js": "^1.8.3",
"@types/react-dom": "^18.0.6",
"@types/react-modal": "^3.13.1",
"@types/uuid": "^8.3.4",
"@types/webextension-polyfill": "^0.9.0",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"autoprefixer": "^10.4.5",
"buffer": "^6.0.3",
"clean-webpack-plugin": "^4.0.0",
"complete-randomer": "^1.9.1",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.0.0",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"fake-indexeddb": "^3.1.8",
"filemanager-webpack-plugin": "^7.0.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.1",
"jest": "^28.1.2",
"jest-environment-jsdom": "^28.1.2",
"jest-webextension-mock": "^3.7.22",
"lint-staged": "^13.0.3",
"mini-css-extract-plugin": "^2.6.1",
"msw": "^0.44.0",
"postcss": "^8.4.14",
"postcss-cli": "^10.0.0",
"postcss-loader": "^7.0.0",
"pptr-testing-library": "^0.7.0",
"prettier": "^2.7.1",
"process": "^0.11.10",
"puppeteer": "^15.1.1",
"resolve-url-loader": "^5.0.0",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"stream-browserify": "^3.0.0",
"swc-loader": "^0.2.3",
"terser-webpack-plugin": "^5.3.3",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typescript": "^4.7.4",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3",
"webpack-sources": "^3.2.3",
"wext-manifest-loader": "^2.3.0",
"wext-manifest-webpack-plugin": "^1.2.1"
}
}