-
Notifications
You must be signed in to change notification settings - Fork 155
/
Copy pathpackage.json
59 lines (59 loc) · 1.69 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
{
"name": "vite-vue-bpmn-process",
"private": true,
"version": "0.0.1",
"scripts": {
"dev": "vite --force --open",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@bpmn-io/add-exporter": "^0.2.0",
"@bpmn-io/element-template-chooser": "^1.0.0",
"@bpmn-io/properties-panel": "2.2.1",
"bpmn-js": "13.2.0",
"bpmn-js-bpmnlint": "0.21.0",
"bpmn-js-color-picker": "0.6.0",
"bpmn-js-connectors-extension": "^0.4.6",
"bpmn-js-external-label-modeling": "^1.0.3",
"bpmn-js-properties-panel": "2.1.0",
"bpmn-js-token-simulation": "^0.31.0",
"bpmn-moddle": "^8.0.1",
"bpmnlint": "8.3.2",
"camunda-bpmn-moddle": "^7.0.1",
"diagram-js": "12.2.0",
"diagram-js-grid-bg": "^1.0.1",
"diagram-js-minimap": "^4.1.0",
"didi": "^9.0.2",
"highlight.js": "11.8.0",
"ids": "^1.0.0",
"lodash.debounce": "^4.0.8",
"lucide-vue-next": "0.256.0",
"min-dash": "4.1.1",
"min-dom": "^4.1.0",
"naive-ui": "^2.34.4",
"pinia": "2.1.4",
"tiny-svg": "^3.0.1",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2"
},
"devDependencies": {
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^18.16.1",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"@vitejs/plugin-vue": "^4.2.1",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.11.0",
"prettier": "^2.8.8",
"sass": "^1.62.1",
"sass-loader": "^13.2.2",
"typescript": "^5.0.4",
"vite": "4.3.9",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^1.4.4"
}
}