-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.65 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
{
"name": "bpmining",
"description": "Kibana Plugin to analyse your business processes",
"keywords": [
"bpm",
"process-mining",
"process-analysis",
"kibana"
],
"version": "1.1.2",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/bpmining/bpmining-kibana-plugin.git"
},
"scripts": {
"build": "node scripts/build.js",
"plugin-helpers": "node ../../scripts/plugin_helpers",
"kbn": "node ../../scripts/kbn",
"prettier": "npx prettier \"{common,public,server}/**/*.{js,jsx,ts,tsx,json,css,scss,md}\" --check",
"lint-fix": "npm run prettier -- --write",
"prepare": "husky install"
},
"engines": {
"node": ">=16.0.0",
"yarn": "^1.21.1"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^14.2.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.3.3",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^8.0.1",
"typescript": "^4.6.4"
},
"dependencies": {
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.8.3",
"@mui/styles": "^5.9.3",
"@reduxjs/toolkit": "^1.8.2",
"@types/react-redux": "^7.1.24",
"@types/redux": "^3.6.0",
"dagre": "^0.8.5",
"prettier": "^2.6.2",
"react": "17.0.0",
"react-dom": "17.0.0",
"react-graph-vis": "1.0.7",
"react-redux": "^8.0.2",
"react-router-dom": "^5.3.0",
"redux": "^4.2.0",
"redux-thunk": "^2.4.1"
}
}