-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.97 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
{
"name": "@open-rpc/logs-react",
"version": "0.0.0-development",
"description": "",
"main": "package/index.js",
"homepage": "https://open-rpc.github.io/logs-react/",
"files": [
"package/"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"start": "rescripts start",
"build": "rescripts build",
"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 && find src/components -mindepth 1 -maxdepth 1 -type d -exec sh -c 'for f in {}/*.css; do cp \"$f\" \"package/components/$(basename {})\"; done' {} \\;",
"lint": "tslint --fix -p .",
"test": "npm run lint && CI=true rescripts test --coverage --passWithNoTests"
},
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@rescripts/cli": "0.0.14",
"@rescripts/utilities": "0.0.7",
"@types/jest": "^24.0.13",
"@types/react-dom": "16.9.4",
"monaco-editor-webpack-plugin": "1.7.0",
"react-scripts": "3.4.1",
"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",
"@open-rpc/meta-schema": "^1.13.13",
"@types/chrome": "0.0.108",
"copy-to-clipboard": "^3.3.1",
"date-fns": "^2.16.1",
"moment": "^2.24.0",
"monaco-editor": "^0.18.1",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-i18next": "^10.13.1"
},
"rescripts": [
"rescript-monaco"
]
}