-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.5 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.5 KB
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
{
"name": "@fusebit/monaco-jsonforms",
"version": "1.0.9",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"devDependencies": {
"@material-ui/core": "^4.12.4",
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.3.4",
"@types/material-ui": "^0.21.12",
"@types/node": "^18.6.3",
"@types/react": "^18.0.15",
"@types/styled-components": "^5.1.25",
"prettier": "2.0.5",
"rollup": "^2.77.2",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
},
"peerDependencies": {
"@jsonforms/core": "^2.5.2",
"@jsonforms/material-renderers": "^2.5.2",
"@jsonforms/react": "^2.5.2",
"@material-ui/core": "^4.11.2",
"react": "^16.14.0"
},
"scripts": {
"build": "rollup -c",
"build:watch": "rollup -c -w",
"prettier": "prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/fusebit/monaco-jsonforms.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fusebit/monaco-jsonforms/issues"
},
"homepage": "https://github.com/fusebit/monaco-jsonforms#readme",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"dependencies": {
"@monaco-editor/react": "^4.4.5",
"styled-components": "^5.3.5"
}
}