-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.61 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.61 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
{
"name": "amelink",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"devhost": "vite --host",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"test:unit": "vitest",
"build-only": "vite build",
"type-check": "vue-tsc --build",
"lint": "eslint . --fix",
"format": "prettier --write src/",
"gettext:extract": "vue-gettext-extract",
"gettext:compile": "vue-gettext-compile",
"codegen": "graphql-codegen --config codegen.ts"
},
"dependencies": {
"@apollo/client": "^3.12.9",
"@ckeditor/ckeditor5-build-classic": "^44.1.0",
"@ckeditor/ckeditor5-vue": "^7.3.0",
"@lucide/lab": "^0.1.2",
"@lucide/vue": "^1.8.0",
"@primeuix/themes": "^2.0.3",
"@primevue/forms": "^4.2.5",
"@primevue/themes": "^4.5.4",
"@sentry/vue": "^8.54.0",
"@tailwindcss/vite": "^4.1.18",
"@vue/apollo-composable": "^4.2.1",
"@vuepic/vue-datepicker": "^11.0.1",
"autoprefixer": "^10.4.21",
"dotenv-flow": "^4.1.0",
"graphql": "^16.10.0",
"marked": "^15.0.6",
"oidc-client-ts": "^3.4.1",
"pinia": "^2.3.1",
"primevue": "^4.5.4",
"sanitize-html": "^2.14.0",
"sass-embedded": "^1.83.4",
"swiper": "^11.2.2",
"tailwindcss": "^4.1.18",
"tailwindcss-primeui": "^0.6.1",
"vite-plugin-graphql": "^0.1.0",
"vue": "^3.5.13",
"vue-easy-lightbox": "^1.19.0",
"vue-router": "^4.5.0",
"vue3-gettext": "^4.0.0-alpha.8",
"yup": "^1.6.1"
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.12.16",
"@eslint/js": "^9.19.0",
"@graphql-codegen/cli": "^6.0.0",
"@graphql-codegen/client-preset": "^4.6.1",
"@graphql-codegen/typescript-vue-apollo": "^4.1.1",
"@primevue/auto-import-resolver": "^4.2.5",
"@tsconfig/node22": "^22.0.0",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.13.0",
"@types/sanitize-html": "^2.13.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/eslint-plugin": "1.1.25",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.3.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.19.0",
"eslint-plugin-vue": "^9.32.0",
"globals": "^15.14.0",
"jiti": "^2.4.2",
"jsdom": "^26.0.0",
"npm-run-all2": "^7.0.2",
"prettier": "^3.4.2",
"ts-node": "^10.9.2",
"typescript": "5.7.3",
"typescript-eslint": "^8.23.0",
"unplugin-vue-components": "^28.1.0",
"vite": "^6.0.11",
"vite-plugin-graphql-loader": "^4.0.4",
"vite-plugin-vue-devtools": "^7.7.0",
"vitest": "^3.0.5",
"vue-tsc": "^2.2.0"
}
}