-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
82 lines (82 loc) · 2.31 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
{
"name": "rest-client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@monaco-editor/react": "^3.6.3",
"@mrblenny/react-flow-chart": "^0.0.14",
"@popperjs/core": "^2.5.3",
"@projectstorm/react-diagrams": "^6.0.1-beta.7",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"axios": "^0.21.0",
"boron": "^0.2.3",
"chroma-js": "^2.1.0",
"closest": "^0.0.1",
"console-feed": "^3.1.10",
"dagre": "^0.8.5",
"esprima": "^4.0.1",
"eval": "^0.1.4",
"fast-xml-parser": "^3.17.6",
"gsap": "^3.5.1",
"handlebars": "^4.7.6",
"he": "^1.2.0",
"html2canvas": "^1.0.0-rc.7",
"jmespath": "^0.15.0",
"json-schema-generator": "^2.0.6",
"jsoneditor": "^9.1.2",
"language-classifier": "^0.0.1",
"lodash": "^4.17.20",
"ml-matrix": "^6.5.3",
"mobx": "^6.0.4",
"mobx-react": "^7.0.5",
"moment": "^2.29.1",
"monaco-themes": "^0.3.3",
"pathfinding": "^0.4.18",
"paths-js": "^0.4.11",
"react": "^17.0.1",
"react-awesome-query-builder": "^3.0.0",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3",
"react-dom": "^16.13.0",
"react-grid-layout": "^1.2.0",
"react-hook-form": "^6.9.5",
"react-json-view": "^1.19.1",
"react-modal": "^3.11.2",
"react-resize-detector": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.0",
"react-scroll-to-bottom": "^4.0.0",
"react-spring": "^8.0.27",
"react-table": "^7.6.0",
"resize-observer-polyfill": "^1.5.1",
"rodal": "^1.8.1",
"static-eval": "^2.1.0",
"styled-components": "^5.2.1",
"use-resize-observer": "^6.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"publish": "surge -p /Users/vlmac/projects/rest-client/build -d rest-client.surge.sh",
"publish2": "surge -p /Users/vlmac/projects/rest-client/build -d rest-clientv2.surge.sh",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}