-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
148 lines (148 loc) · 5.06 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
{
"name": "signum-xt-wallet",
"version": "1.5.3",
"description": "Cryptocurrency wallet for the green Signum 🍀 blockchain as an extension for your browser.",
"private": true,
"scripts": {
"start": "yarn watch:src",
"dev": "concurrently yarn:watch:*",
"dev:ff": "concurrently yarn:watch-ff:*",
"watch:src": "cross-env NODE_ENV=development MANIFEST_VERSION=3 webpack --watch --progress",
"watch:dist": "mv3-hot-reload",
"watch-ff:src": "cross-env NODE_ENV=development MANIFEST_VERSION=2 TARGET_BROWSER=firefox webpack --watch --progress",
"watch--f:dist": "mv3-hot-reload",
"build": "cross-env NODE_ENV=production webpack",
"prebuild": "rimraf ./dist && yarn clear:webpack-cache",
"build-all": "rimraf ./dist && run-s build:*",
"build:chrome": "cross-env TARGET_BROWSER=chrome MANIFEST_VERSION=3 run-s build",
"build:firefox": "cross-env TARGET_BROWSER=firefox MANIFEST_VERSION=2 run-s build",
"build:safari": "cross-env TARGET_BROWSER=safari MANIFEST_VERSION=2 run-s build",
"test": "jest",
"test:coverage": "jest --coverage",
"ts": "tsc --pretty",
"lint": "eslint src",
"lint:fix": "prettier \"./**/*\" --write --ignore-unknown",
"clear:lint": "rimraf node_modules/.cache/eslint-loader",
"clear:webpack-cache": "rimraf node_modules/.cache/webpack",
"prepare": "husky install"
},
"dependencies": {
"@braintree/sanitize-url": "^6.0.2",
"@dicebear/avatars": "4.2.5",
"@dicebear/avatars-bottts-sprites": "4.2.5",
"@dicebear/avatars-jdenticon-sprites": "4.2.5",
"@noble/secp256k1": "1.7.0",
"@popperjs/core": "2.4.4",
"@serh11p/jest-webextension-mock": "4.0.0",
"@signumjs/core": "^1.0.0-rc.74",
"@signumjs/crypto": "^1.0.0-rc.74",
"@signumjs/http": "^1.0.0-rc.74",
"@signumjs/standards": "^1.0.0-rc.74",
"@signumjs/util": "^1.0.0-rc.74",
"async-retry": "1.3.1",
"bignumber.js": "9.0.1",
"buffer": "5.6.0",
"clsx": "1.1.1",
"constate": "2.0.0",
"date-fns": "2.15.0",
"dexie": "3.2.3",
"effector": "21.2.0",
"fast-deep-equal": "3.1.3",
"file-loader": "6.0.0",
"fontfaceobserver": "2.1.0",
"hashicon": "^0.3.0",
"inter-ui": "3.13.1",
"micro-memoize": "4.0.9",
"nostr-tools": "^1.10.1",
"react": "^17.0.2",
"react-dom": "16.13.1",
"react-hook-form": "5.3.1",
"react-json-view": "1.19.1",
"react-modal": "3.12.1",
"react-qr-svg": "2.2.2",
"react-transition-group": "4.4.1",
"regexparam": "1.3.0",
"semver": "^7.3.5",
"swr": "0.2.2",
"tailwindcss": "1.6.2",
"tippy.js": "6.2.6",
"use-debounce": "7.0.0",
"use-force-update": "1.0.7",
"use-onclickoutside": "0.3.1",
"uuid": "^8.3.2",
"webextension-polyfill": "^0.8.0"
},
"devDependencies": {
"@babel/core": "^7.17.2",
"@babel/eslint-parser": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@peculiar/webcrypto": "1.1.6",
"@svgr/webpack": "^6.2.1",
"@types/async-retry": "1.4.3",
"@types/debounce-promise": "3.1.3",
"@types/fontfaceobserver": "0.0.6",
"@types/jest": "26.0.20",
"@types/node": "14.0.27",
"@types/react": "16.9.44",
"@types/react-dom": "16.9.8",
"@types/react-modal": "3.10.6",
"@types/react-transition-group": "4.4.0",
"@types/semver": "^7.3.9",
"@types/uuid": "^8.3.4",
"@types/webextension-polyfill": "^0.8.2",
"@typescript-eslint/eslint-plugin": "4.15.0",
"@typescript-eslint/parser": "4.15.0",
"autoprefixer": "^10.4.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.3",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-named-asset-import": "^0.3.8",
"babel-preset-react-app": "^10.0.1",
"concurrently": "^7.0.0",
"copy-webpack-plugin": "^10.2.4",
"cross-env": "^7.0.3",
"css-loader": "^6.6.0",
"css-minimizer-webpack-plugin": "^3.4.1",
"dotenv": "^16.0.0",
"dotenv-webpack": "^7.1.0",
"eslint": "7.19.0",
"eslint-config-react-app": "6.0.0",
"eslint-import-resolver-typescript": "2.4.0",
"eslint-loader": "4.0.2",
"eslint-plugin-flowtype": "5.2.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-react": "7.22.0",
"eslint-plugin-react-hooks": "4.2.0",
"fork-ts-checker-webpack-plugin": "^7.2.1",
"html-webpack-plugin": "^5.5.0",
"husky": "^7.0.0",
"jest": "26.6.3",
"lint-staged": "^13.0.3",
"mini-css-extract-plugin": "^2.5.3",
"mv3-hot-reload": "^0.2.7",
"npm-run-all": "4.1.5",
"postcss": "^8.4.6",
"postcss-import": "^14.0.2",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^7.3.3",
"postcss-scss": "^4.0.3",
"prettier": "2.4.1",
"pretty-quick": "^3.1.3",
"process": "^0.11.10",
"react-dev-utils": "10.2.1",
"rimraf": "3.0.2",
"style-loader": "^3.3.1",
"ts-jest": "26.5.1",
"ts-node": "9.1.1",
"typescript": "4.1.3",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2",
"webpackbar": "^5.0.2",
"zip-webpack-plugin": "^4.0.1"
},
"lint-staged": {
"**/*": "npm run lint:fix"
}
}