-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
75 lines (75 loc) · 2.23 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
{
"name": "@etclabscore/sig.tools",
"version": "1.3.9",
"description": "",
"main": "build/index.js",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build:sdk": "open-rpc-generator generate -c open-rpc-generator-config.json",
"lint": "tslint --fix -p .",
"test": "react-scripts test --coverage --passWithNoTests",
"typings": "open-rpc-typings -d src/openrpc.json --output-ts src/postMessageServer/__GENERATED_TYPES__/"
},
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@open-rpc/generator": "^1.18.9",
"@open-rpc/typings": "^1.9.0",
"@testing-library/react": "^10.0.4",
"@types/jest": "^24.0.13",
"@types/react-dom": "^16.8.4",
"jest": "^24.9.0",
"react-scripts": "^3.4.3",
"ts-jest": "^25.3.0",
"tslint": "^5.17.0",
"typedoc": "^0.17.0-3",
"typescript": "^3.9.2"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^8.0.0",
"@etclabscore/eserialize": "^1.1.2",
"@etclabscore/rjsf-material-ui": "^1.0.0",
"@etclabscore/signatory-core": "^1.0.1",
"@material-ui/core": "^4.9.12",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.51",
"@open-rpc/meta-schema": "^1.13.13",
"@rjsf/core": "^2.0.0-alpha.4",
"@types/color-hash": "^1.0.0",
"@types/lodash": "^4.14.149",
"@types/react-jsonschema-form": "^1.7.1",
"@xops.net/rpc-cap": "^3.3.1",
"@xstate/inspect": "^0.1.1",
"@xstate/react": "^1.0.1",
"@xstate/test": "^0.4.0",
"color-hash": "^1.0.3",
"flipping": "^1.1.0",
"json-rpc-engine": "^5.1.8",
"json-schema-ref-parser": "^8.0.0",
"lodash": "^4.17.20",
"puppeteer": "^3.0.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-flip-toolkit": "^7.0.9",
"react-hotkeys": "^2.0.0",
"react-hotkeys-hook": "^2.1.3",
"react-jsonschema-form": "^1.8.1",
"react-qrcode-logo": "^2.2.1",
"use-dark-mode": "^2.3.1",
"use-deep-compare-effect": "^1.4.0",
"xstate": "^4.13.0"
}
}