This repository has been archived by the owner on Jan 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
111 lines (111 loc) · 3.64 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
{
"name": "@trustfractal/plugin",
"description": "The Fractal Wallet is a browser extension that allows users to store their validated decentralized identity (DID) credentials.",
"version": "0.4.14",
"private": true,
"dependencies": {
"@polkadot/api": "^5.4.1",
"@polkadot/util": "^7.1.2",
"@polkadot/util-crypto": "^7.1.2",
"@trustfractal/polkadot-utils": "^0.1.7",
"@trustfractal/sdk": "^0.5.2",
"@types/humanize-duration": "^3.27.1",
"ethers": "^5.1.3",
"humanize-duration": "^3.27.2",
"js-base64": "^3.6.0",
"mirror-creator": "^1.1.0",
"moment": "^2.29.1",
"numeral": "^2.0.6",
"post-message-stream": "^3.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-spinners": "^0.11.0",
"react-tooltip": "^4.2.21",
"react-transition-group": "^4.4.1",
"redux": "^4.0.5",
"redux-actions": "^2.6.5",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"scrypt-js": "^3.0.1",
"styled-components": "^5.2.3",
"tweetnacl": "^1.0.3",
"uuid": "^8.3.2",
"web-vitals": "^1.0.1",
"webext-redux": "^2.1.7"
},
"devDependencies": {
"@babel/core": "7.12.3",
"@svgr/webpack": "^5.5.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/chrome": "^0.0.134",
"@types/jest": "^26.0.15",
"@types/numeral": "^2.0.1",
"@types/post-message-stream": "^3.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-redux": "^7.1.16",
"@types/react-router": "^5.1.13",
"@types/react-router-dom": "^5.1.7",
"@types/react-transition-group": "^4.4.1",
"@types/redux-actions": "^2.6.1",
"@types/styled-components": "^5.1.9",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.0",
"babel-loader": "8.1.0",
"babel-plugin-named-asset-import": "^0.3.7",
"babel-preset-react-app": "^10.0.0",
"bfj": "^7.0.2",
"case-sensitive-paths-webpack-plugin": "2.3.0",
"css-loader": "^6.3.0",
"eslint": "^7.11.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-testing-library": "^3.9.2",
"eslint-webpack-plugin": "^2.1.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "4.5.0",
"jest": "26.6.0",
"jest-chrome": "^0.7.0",
"jest-circus": "26.6.0",
"jest-resolve": "26.6.0",
"jest-watch-typeahead": "0.6.1",
"mini-css-extract-plugin": "0.9.0",
"optimize-css-assets-webpack-plugin": "5.0.4",
"pnp-webpack-plugin": "1.6.4",
"postcss-loader": "^6.1.1",
"postcss-normalize": "^10.0.1",
"postcss-safe-parser": "^6.0.0",
"prettier": "^2.4.1",
"react-app-polyfill": "^2.0.0",
"react-dev-utils": "^11.0.4",
"resolve-url-loader": "^4.0.0",
"sass-loader": "^12.1.0",
"style-loader": "^3.3.0",
"terser-webpack-plugin": "4.2.3",
"url-loader": "^4.1.1",
"webpack": "4.44.2",
"webpack-dev-server": "3.11.0",
"webpack-manifest-plugin": "2.2.0",
"workbox-webpack-plugin": "5.1.4",
"write-file-webpack-plugin": "4.5.1"
},
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"test": "node scripts/test.js",
"lint": "prettier --check src",
"lint-fix": "prettier --write src"
}
}