This repository has been archived by the owner on Aug 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.53 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
{
"name": "pflegebrille-workflow-modeler",
"version": "1.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.2.2",
"@bpmn-io/add-exporter": "^0.2.0",
"@bpmn-io/align-to-origin": "^0.6.0",
"@uiw/react-codemirror": "^3.0.1",
"antd": "^4.7.0",
"bpmn-js": "^8.0.0",
"bpmn-js-bpmnlint": "^0.16.0",
"bpmnlint": "^7.1.0",
"compressorjs": "^1.0.7",
"diagram-js-minimap": "^2.0.3",
"ffmpeg.js": "^4.2.9003",
"jszip": "^3.5.0",
"pflegebrille-workflow-meta-model": "git+https://public:[email protected]/hcis/pflegebrille/pflegebrille-workflow-meta-model.git#v1.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-scripts": "^4.0.1",
"semver": "^5.7.1"
},
"scripts": {
"start": "env REACT_APP_VERSION_NAME_SUFFIX=\" (debug)\" react-scripts start",
"build": "react-scripts build",
"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"
]
},
"homepage": ".",
"devDependencies": {
"@types/jest": "^26.0.23",
"@welldone-software/why-did-you-render": "^6.0.3"
},
"jest": {
"transform": {
"^.+\\.[t|j]sx?$": "babel-jest"
},
"transformIgnorePatterns": [
"node_modules/(?!pflegebrille-workflow-meta-model)/"
]
}
}