This repository was archived by the owner on Jun 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 2.61 KB
/
package.json
File metadata and controls
99 lines (99 loc) · 2.61 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
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "clusterui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/core": "^10.1.0",
"@emotion/styled": "^10.0.27",
"@ginkgo-bioworks/react-json-schema-form-builder": "^2.1.1",
"@mrblenny/react-flow-chart": "0.0.14",
"@projectstorm/react-canvas-core": "^6.2.0",
"@projectstorm/react-diagrams": "^6.2.0",
"@rjsf/core": "^2.5.1",
"@rjsf/semantic-ui": "^2.4.0",
"ace-builds": "^1.4.8",
"ajv": "^6.12.2",
"axios": "^0.21.1",
"axios-auth-refresh": "^2.2.6",
"babel-polyfill": "^6.26.0",
"bootstrap": "^4.6.0",
"closest": "0.0.1",
"craco-plugin-scoped-css": "^1.1.1",
"cross-fetch": "^3.0.6",
"dagre": "^0.8.5",
"ejs": "^3.1.5",
"express-favicon": "^2.0.1",
"fuse.js": "^5.1.0",
"js-cookie": "^2.2.1",
"json-schema-faker": "^0.5.0-rcv.24",
"less-watch-compiler": "^1.14.6",
"lodash": "^4.17.20",
"mathjs": "^7.5.1",
"ml-matrix": "^6.5.3",
"node-sass": "^4.14.1",
"path": "^0.12.7",
"pathfinding": "^0.4.18",
"paths-js": "^0.4.11",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-ace": "^8.0.0",
"react-archer": "^1.5.0",
"react-circle": "^1.1.1",
"react-dom": "^16.12.0",
"react-dropzone": "^10.2.1",
"react-flexbox-grid": "^2.1.2",
"react-inspector": "^5.0.1",
"react-json-editor-ajrm": "^2.5.13",
"react-json-view": "^1.21.3",
"react-lazylog": "^4.5.2",
"react-lines-ellipsis": "^0.14.1",
"react-redux": "^7.1.3",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.4",
"react-semantic-ui-datepickers": "^2.13.0",
"react-textarea-autosize": "^7.1.2",
"react-toastify": "^5.5.0",
"redux": "^4.0.4",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"semantic-ui-react": "^2.0.1",
"styled-components": "^5.1.1",
"typescript": "^4.0.5",
"xpress": "^2.4.6"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "craco 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"
]
},
"engines": {
"node": "12.x"
},
"devDependencies": {
"@craco/craco": "^5.9.0",
"@semantic-ui-react/craco-less": "^1.2.1",
"concurrently": "^4.1.0",
"css-loader": "^3.6.0",
"dotenv": "^8.2.0",
"less": "^3.12.0",
"less-loader": "^6.2.0",
"semantic-ui-less": "^2.4.1",
"style-loader": "^1.3.0"
}
}