forked from madfish-solutions/templewallet-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
96 lines (96 loc) · 3.12 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
{
"name": "thanos-wallet",
"version": "1.0.0-beta.8",
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=development webpack --watch --info-verbosity none --display minimal --hide-modules",
"build": "cross-env NODE_ENV=production webpack",
"build-all": "run-s build:*",
"build:chrome": "cross-env TARGET_BROWSER=chrome run-s build",
"build:firefox": "cross-env TARGET_BROWSER=firefox run-s build",
"build:opera": "cross-env TARGET_BROWSER=opera run-s build"
},
"dependencies": {
"@babel/core": "^7.10.2",
"@dicebear/avatars": "^4.2.0",
"@dicebear/avatars-bottts-sprites": "^4.2.0",
"@dicebear/avatars-jdenticon-sprites": "^4.2.0",
"@popperjs/core": "^2.4.0",
"@serh11p/tailwindcss-alpha": "^0.2.0",
"@svgr/webpack": "^5.4.0",
"@taquito/taquito": "^6.3.0-wallet.3",
"@thanos-wallet/dapp": "^0.4.1",
"@types/fontfaceobserver": "^0.0.6",
"@types/node": "^14.0.6",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@types/react-transition-group": "^4.4.0",
"@typescript-eslint/eslint-plugin": "2.x",
"@typescript-eslint/parser": "2.x",
"autoprefixer": "^9.8.0",
"axios": "^0.19.2",
"babel-eslint": "10.x",
"babel-loader": "^8.1.0",
"babel-plugin-named-asset-import": "^0.3.6",
"babel-preset-react-app": "^9.1.2",
"bignumber.js": "^9.0.0",
"bip39": "^3.0.2",
"buffer": "^5.6.0",
"clean-webpack-plugin": "^3.0.0",
"clsx": "^1.1.1",
"constate": "^2.0.0",
"copy-webpack-plugin": "^5.1.1",
"cross-env": "^7.0.2",
"css-loader": "^3.5.3",
"date-fns": "^2.14.0",
"dotenv": "^8.2.0",
"ed25519-hd-key": "^1.1.2",
"effector": "^20.15.8",
"eslint": "6.x",
"eslint-config-react-app": "^5.2.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-flowtype": "4.x",
"eslint-plugin-import": "2.x",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-react": "7.x",
"eslint-plugin-react-hooks": "2.x",
"file-loader": "^6.0.0",
"fontfaceobserver": "^2.1.0",
"html-webpack-plugin": "^4.3.0",
"inter-ui": "^3.13.1",
"mini-css-extract-plugin": "^0.9.0",
"nanoid": "^3.1.9",
"npm-run-all": "^4.1.5",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"postcss-safe-parser": "^4.0.2",
"queue-ts": "^0.1.0",
"react": "^16.13.1",
"react-dev-utils": "^10.2.1",
"react-dom": "^16.13.1",
"react-hook-form": "5.3.x",
"react-qr-svg": "^2.2.2",
"react-transition-group": "^4.4.1",
"regexparam": "^1.3.0",
"swr": "^0.2.0",
"tailwindcss": "^1.4.6",
"terser-webpack-plugin": "^3.0.2",
"tippy.js": "^6.2.3",
"typescript": "^3.8.3",
"url-loader": "^4.1.0",
"use-force-update": "^1.0.7",
"use-onclickoutside": "^0.3.1",
"webextension-polyfill-ts": "^0.16.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-extension-reloader": "^1.1.4",
"webpackbar": "^4.0.0",
"wext-manifest": "^2.2.0",
"zip-webpack-plugin": "^3.0.0"
},
"resolutions": {
"caniuse-lite": "1.0.30001079"
}
}