forked from THM-Health/PILOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 2.93 KB
/
package.json
File metadata and controls
93 lines (93 loc) · 2.93 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint",
"lint:fix": "eslint --fix",
"prettier": "prettier . --check",
"prettier:fix": "prettier . --write",
"docs:install": "cd docs && npm install",
"docs:dev": "cd docs && npm run start -- --host 0.0.0.0",
"cypress:open": "TZ=America/New_York ELECTRON_EXTRA_LAUNCH_ARGS=--lang=en cypress open",
"cypress:run": "TZ=America/New_York ELECTRON_EXTRA_LAUNCH_ARGS=--lang=en cypress run",
"create-coverage-report": "nyc report --reporter html -t coverage",
"happo": "happo",
"happo-ci-github-actions": "happo-ci-github-actions"
},
"devDependencies": {
"@cypress/code-coverage": "^3.14.1",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.24.0",
"@eslint/json": "^0.12.0",
"@intlify/eslint-plugin-vue-i18n": "^4.0.1",
"cypress": "^14.3.3",
"eslint": "^9.26.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-cypress": "^4.3.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsonc": "^2.20.0",
"eslint-plugin-mocha": "^11.0.0",
"eslint-plugin-vue": "^10.1.0",
"globals": "^16.1.0",
"happo-cypress": "^4.3.1",
"happo-e2e": "^4.1.1",
"happo.io": "^12.3.0",
"nyc": "^17.1.0",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"vite-plugin-istanbul": "^7.0.0",
"vue-eslint-parser": "^10.1.3"
},
"dependencies": {
"@floating-ui/vue": "^1.1.6",
"@fortawesome/fontawesome-free": "^6.7.2",
"@noble/hashes": "^1.8.0",
"@primevue/auto-import-resolver": "^4.3.3",
"@primevue/themes": "^4.3.3",
"@tiptap/extension-color": "^2.12.0",
"@tiptap/extension-highlight": "^2.12.0",
"@tiptap/extension-image": "^2.12.0",
"@tiptap/extension-link": "^2.12.0",
"@tiptap/extension-text-align": "^2.12.0",
"@tiptap/extension-text-style": "^2.12.0",
"@tiptap/extension-underline": "^2.12.0",
"@tiptap/starter-kit": "^2.12.0",
"@tiptap/vue-3": "^2.12.0",
"@vitejs/plugin-vue": "^5.2.4",
"@vueuse/components": "^13.1.0",
"@vueuse/core": "^13.1.0",
"autoprefixer": "^10.4.21",
"axe-core": "^4.10.3",
"axios": "^1.9.0",
"chart.js": "^4.4.9",
"chartjs-adapter-date-fns": "^3.0.0",
"date-fns": "^4.1.0",
"dompurify": "^3.2.5",
"dotenv": "^16.5.0",
"laravel-vite-plugin": "^1.2.0",
"lodash": "^4.17.19",
"mitt": "^3.0.1",
"pinia": "^3.0.2",
"postcss": "^8.5.2",
"primeicons": "^7.0.0",
"primevue": "^4.3.3",
"sass": "^1.88.0",
"tailwindcss": "^3.4.17",
"tailwindcss-primeui": "^0.6.1",
"ua-parser-js": "^1.0.40",
"unplugin-vue-components": "^28.5.0",
"vite": "^6.3.5",
"vue": "^3.5",
"vue-axe": "^3.1.2",
"vue-chartjs": "^5.3.2",
"vue-cropperjs": "^5.0.0",
"vue-i18n": "^11.1",
"vue-multiselect": "^3.2.0",
"vue-router": "^4.5.1"
},
"engines": {
"node": "^10.12.0 || >=12.0.0"
}
}