forked from datakurre/operaton-cockpit-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.18 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
{
"name": "camunda-cockpit-plugins",
"private": true,
"version": "0.0.1",
"scripts": {
"build": "NODE_ENV=production rollup -c",
"watch": "rollup -w -c --sourcemap",
"prettier:check": "prettier --check \"src/**/{*.ts,*.tsx}\"",
"prettier:format": "prettier --write \"src/**/{*.ts,*.tsx}\"",
"upgrade": "npx npm-check-updates -u"
},
"importSort": {
".js, .jsx, .ts, .tsx": {
"style": "module",
"parser": "typescript"
}
},
"dependencies": {
"bpmn-js": "^8.7.3",
"camunda-bpmn-moddle": "^6.1.0",
"diagram-js": "^7.4.1",
"final-form": "^4.20.2",
"min-dash": "^3.8.0",
"min-dom": "^3.1.3",
"moment": "^2.29.1",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.0.4",
"react-datepicker": "^4.2.1",
"react-dom": "^17.0.2",
"react-filter-box": "^3.4.2",
"react-final-form": "^6.5.3",
"react-icons": "^4.2.0",
"react-jason": "^1.1.2",
"react-modal": "^3.14.3",
"react-split-pane": "^0.1.92",
"react-table": "^7.7.0",
"react-tabs": "^3.2.2",
"svg-curves": "^1.0.0",
"tiny-svg": "^2.2.2",
"use-query-params": "^1.2.3"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@rollup/plugin-alias": "^3.1.5",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-image": "^2.1.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"@rollup/plugin-replace": "^3.0.0",
"@rollup/plugin-typescript": "^8.2.5",
"@types/bpmn-moddle": "^5.1.5",
"@types/inherits": "0.0.30",
"@types/react": "^17.0.24",
"@types/react-copy-to-clipboard": "^5.0.1",
"@types/react-datepicker": "^4.1.7",
"@types/react-dom": "^17.0.9",
"@types/react-icons": "^3.0.0",
"@types/react-modal": "^3.12.1",
"@types/react-table": "^7.7.5",
"@types/react-tabs": "^2.3.3",
"import-sort-style-module": "^6.0.0",
"prettier": "^2.4.1",
"prettier-plugin-import-sort": "0.0.7",
"rollup": "^2.57.0",
"rollup-plugin-scss": "^3.0.0",
"sass": "^1.42.1",
"tslib": "^2.3.1",
"typescript": "^4.4.3"
}
}