-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.41 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
74
75
76
77
{
"name": "collabsoft",
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "yarn@4.5.3",
"scripts": {
"dev": "dotenv-checker && vite --host",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"test:unit": "vitest",
"test:e2e": "npx playwright install && playwright test",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit",
"lint": "eslint src/main/webapp/src/",
"postinstall": "husky",
"changelog:generate": "commit-and-tag-version --packageFiles pom.xml --skip.bump --skip.tag --skip.commit -t ''"
},
"dependencies": {
"@gip-recia/tldraw-webcomponent": "^3.6.0",
"@gip-recia/wisemapping-webcomponent": "^0.1.0",
"@vueuse/core": "^12.0.0",
"pinia": "^2.3.0",
"vue": "^3.5.13",
"vue-i18n": "^10.0.5",
"vue-router": "^4.5.0",
"vuetify": "^3.7.5"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.0",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@date-io/date-fns": "^3.0.0",
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/free-regular-svg-icons": "^6.7.1",
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@intlify/unplugin-vue-i18n": "^6.0.1",
"@juggle/resize-observer": "^3.4.0",
"@pinia/testing": "^0.1.7",
"@playwright/test": "^1.49.1",
"@tsconfig/node22": "^22.0.0",
"@types/jsdom": "^21",
"@types/lodash.debounce": "^4",
"@types/lodash.isempty": "^4",
"@types/lodash.throttle": "^4",
"@types/node": "^22",
"@types/xml2js": "^0",
"@uportal/open-id-connect": "^1.40.2",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.7.0",
"axios": "^1.7.9",
"commit-and-tag-version": "^12.5.0",
"date-fns": "^4.1.0",
"dotenv": "^16.4.7",
"dotenv-checker": "^1.1.7",
"eslint": "^9.17.0",
"eslint-plugin-format": "^0.1.3",
"husky": "^9.1.7",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.11",
"lodash.debounce": "^4.0.8",
"lodash.isempty": "^4.4.0",
"lodash.throttle": "^4.1.1",
"npm-run-all2": "^7.0.1",
"regenerator-runtime": "^0.14.1",
"sass": "^1.83.0",
"typescript": "^5.6.3",
"vite": "^6.0.3",
"vite-plugin-vuetify": "^2.0.4",
"vitest": "^2.1.8",
"vue-tsc": "^2.1.10",
"vue3-toastify": "^0.2.5",
"xml2js": "^0.6.2"
}
}