-
Notifications
You must be signed in to change notification settings - Fork 173
/
Copy pathpackage.json
34 lines (34 loc) · 904 Bytes
/
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
{
"name": "bpmn-vue-aciviti",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"bpmn-js": "^8.1.0",
"bpmn-js-properties-panel": "^0.39.0",
"codemirror": "^5.59.2",
"element-plus": "^2.1.0",
"vue": "^3.3.4"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^19.0.0",
"@types/codemirror": "0.0.107",
"@types/node": "^14.14.22",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"@vitejs/plugin-vue": "^1.0.6",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vue/compiler-sfc": "^3.1.2",
"eslint": "^7.18.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.5.0",
"highlight.js": "^10.5.0",
"prettier": "^2.2.1",
"sass": "^1.35.1",
"typescript": "^4.1.3",
"vite": "4.5.5"
}
}