-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.96 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.96 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
{
"name": "aurora-backoffice",
"version": "1.0.0",
"private": true,
"license": "AGPL-3.0-or-later",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit",
"lint": "eslint src --max-warnings=1",
"lint-fix": "eslint src --fix",
"format": "prettier --ignore-path .gitignore --check ./src/",
"format-fix": "prettier --ignore-path .gitignore --write ./src/",
"gen-client": "openapi-ts",
"prepare": "husky"
},
"dependencies": {
"@gewis/splash": "^2.4.0",
"@hey-api/client-fetch": "^0.10.0",
"@primevue/themes": "^4.3.6",
"@tailwindcss/postcss": "^4.1.14",
"@vee-validate/yup": "^4.15.1",
"cronstrue": "^2.61.0",
"dotenv": "^16.6.1",
"pinia": "^3.0.3",
"primeicons": "^7.0.0",
"primevue": "^4.3.6",
"socket.io-client": "^4.8.1",
"tailwind": "^4.0.0",
"tailwindcss-primeui": "^0.6.1",
"uuid": "^11.1.0",
"vue": "^3.5.22",
"vue-router": "^4.5.1",
"vue-timeago3": "^2.3.2",
"yup": "^1.6.1"
},
"devDependencies": {
"@gewis/eslint-config-typescript": "^2.3.0",
"@gewis/eslint-config-vue": "^2.3.0",
"@gewis/prettier-config": "^2.2.2",
"@hey-api/openapi-ts": "^0.66.7",
"@tsconfig/node22": "^22.0.2",
"@types/lodash": "^4.17.20",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-vue": "^5.2.4",
"@vue/tsconfig": "^0.7.0",
"autoprefixer": "^10.4.21",
"eslint": "^9.31.0",
"husky": "^9.1.7",
"lint-staged": "^15.5.2",
"lodash": "^4.17.21",
"npm-run-all": "^4.1.5",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"sass": "^1.89.2",
"tailwindcss": "^4.1.11",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vite-plugin-chunk-split": "^0.5.0",
"vue-tsc": "^2.2.12"
},
"engines": {
"node": ">=22.0.0"
},
"packageManager": "yarn@4.12.0"
}