-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.33 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": "radical-studio-mvp",
"version": "0.1.5",
"private": true,
"dependencies": {
"@emotion/react": "11.8.2",
"@emotion/styled": "11.8.1",
"@inovua/reactdatagrid-community": "4.16.3",
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
"@mui/icons-material": "5.5.0",
"@mui/material": "5.5.0",
"@projectstorm/geometry": "6.7.0",
"@projectstorm/react-canvas-core": "6.7.0",
"@projectstorm/react-diagrams": "6.7.0",
"@reduxjs/toolkit": "1.8.0",
"@rjsf/core": "4.1.1",
"@rjsf/material-ui": "4.1.1",
"clone-deep": "4.0.1",
"closest": "0.0.1",
"cytoscape": "3.21.0",
"cytoscape-fcose": "2.1.0",
"dagre": "0.8.5",
"deep-diff": "1.0.2",
"downloadjs": "1.4.7",
"gsap": "3.9.1",
"html-to-image": "1.9.0",
"json-format": "1.0.1",
"lodash": "4.17.21",
"notistack": "2.0.3",
"pathfinding": "0.4.18",
"paths-js": "0.4.11",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dnd": "15.1.1",
"react-dnd-html5-backend": "15.1.2",
"react-dom": "17.0.2",
"react-grid-layout": "1.3.4",
"react-jsonschema-form": "1.8.1",
"react-redux": "7.2.6",
"react-resizable": "3.0.4",
"react-scripts": "5.0.0",
"readery": "0.0.14",
"resize-observer-polyfill": "1.5.1",
"save-file": "2.3.1",
"uuid": "8.3.2",
"web-vitals": "2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --testPathIgnorePatterns=e2e",
"lint": "eslint --ext .jsx,.js src/ --max-warnings 0",
"prettier": "prettier --check src",
"postinstall": "husky install",
"test-e2e": "react-scripts test --detectOpenHandles --env=jsdom --testPathPattern=e2e --watchAll=false"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "5.16.2",
"@testing-library/react": "12.1.4",
"@testing-library/user-event": "13.5.0",
"chokidar": "3.5.3",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "8.5.0",
"husky": "7.0.4",
"lint-staged": "12.3.5",
"prettier": "2.5.1",
"puppeteer": "13.5.1"
}
}