-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 914 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": "bot-modeler",
"version": "1.0.0",
"description": "The front end for modeling conceptual RPA bots using BPMN",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/vue-fontawesome": "^3.0.6",
"axios": "^1.6.8",
"bpmn-js": "^11.5.0",
"vue": "^3.2.25",
"vue-router": "^4.3.0",
"vue-toastification": "^2.0.0-rc.5",
"yaml": "^2.4.1"
},
"devDependencies": {
"@types/bpmn-moddle": "^5.1.11",
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.19",
"daisyui": "^4.10.1",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typedoc": "^0.25.13",
"typescript": "^5.4.5",
"vite": "^5.2.8",
"vue-tsc": "^2.0.13"
}
}