This repository has been archived by the owner on Jan 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.45 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
{
"private": true,
"scripts": {
"dev": "vite",
"build-client": "vite build",
"build": "vite build && vite build --ssr",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix resources/js",
"format": "prettier . --write",
"test": "vitest --environment jsdom"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.0.0",
"@vue/test-utils": "^2.2.1",
"autoprefixer": "^10.4.7",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-vue": "^9.10.0",
"jest": "^29.2.2",
"jsdom": "^21.1.1",
"laravel-vite-plugin": "^0.7.4",
"postcss": "^8.4.14",
"prettier": "2.8.7",
"vite": "^3.0.0",
"vite-plugin-eslint": "^1.8.1",
"vitest": "^0.30.0"
},
"dependencies": {
"@inertiajs/vue3": "^1.0.0",
"@kurkle/color": "^0.3.2",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.2",
"@vue/server-renderer": "^3.2.47",
"axios": "^1.3.5",
"bpmn-js": "^11.5.0",
"bpmn-js-properties-panel": "^1.20.1",
"camunda-bpmn-moddle": "^7.0.1",
"camunda-cmmn-moddle": "^1.0.0",
"chart.js": "^4.2.1",
"cmmn-js": "^0.20.0",
"cmmn-js-properties-panel": "^0.9.0",
"diagram-js-minimap": "^2.1.1",
"dmn-js": "^14.0.2",
"min-dash": "^4.0.0",
"min-dom": "^4.1.0",
"pinia": "^2.0.33",
"tailwindcss": "^3.3.1",
"tiny-svg": "^3.0.0",
"vue": "^3.2.47",
"vue-chartjs": "^5.2.0",
"vue3-table-lite": "^1.2.4"
}
}