-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
75 lines (75 loc) · 2.18 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": "@open-rpc/inspector",
"version": "0.0.0-development",
"description": "",
"main": "package/index.js",
"files": [
"package/"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"start": "rescripts start",
"build": "rescripts build",
"lint": "tslint --fix -p .",
"test": "npm run lint && rescripts test --coverage --passWithNoTests",
"build:package": "tsc --noEmit false --outDir package --jsx react --declaration true --allowJs false --isolatedModules false --target es5 --module commonjs && mv package/exports.d.ts package/index.d.ts && mv package/exports.js package/index.js"
},
"rescripts": [
"monaco-rescript"
],
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@rescripts/cli": "0.0.13",
"@rescripts/utilities": "0.0.6",
"@types/jest": "^24.0.13",
"@types/qs": "^6.5.3",
"@types/react-dom": "^16.8.4",
"@types/use-persisted-state": "^0.3.0",
"jest": "24.9.0",
"monaco-editor-webpack-plugin": "^1.7.0",
"react-scripts": "^3.3.0",
"ts-jest": "^24.0.2",
"tslint": "^5.17.0",
"typescript": "^3.7.3"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@etclabscore/monaco-add-json-schema-diagnostics": "^1.0.3",
"@etclabscore/react-monaco-editor": "^1.0.4",
"@material-ui/core": "4.9.8",
"@material-ui/icons": "3.0.2",
"@material-ui/lab": "4.0.0-alpha.47",
"@monaco-editor/react": "^2.3.0",
"@open-rpc/client-js": "^1.6.3",
"@open-rpc/logs-react": "^1.2.0",
"@open-rpc/meta-schema": "^1.14.9",
"@open-rpc/schema-utils-js": "^1.14.3",
"@rehooks/window-size": "^1.0.2",
"acorn-dynamic-import": "^4.0.0",
"monaco-editor": "^0.18.1",
"monaco-vim": "0.0.14",
"qs": "^6.8.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-json-view": "^1.19.1",
"react-split-pane": "^0.1.87",
"semantic-release": "^15.13.21",
"use-dark-mode": "^2.3.1",
"use-debounce": "^3.3.0",
"use-persisted-state": "^0.3.3"
}
}