-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.88 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
{
"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 -p tsconfig.app.json --composite false",
"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": {
"@hey-api/client-fetch": "^0.4.2",
"@primevue/themes": "^4.2.1",
"@vee-validate/yup": "^4.14.6",
"cronstrue": "^2.55.0",
"dotenv": "^16.4.5",
"pinia": "^2.2.5",
"primeicons": "^7.0.0",
"primevue": "^4.3.1",
"socket.io-client": "^4.8.1",
"tailwind": "^4.0.0",
"tailwindcss-primeui": "^0.3.4",
"uuid": "^11.0.2",
"vue": "^3.5.12",
"vue-router": "^4.4.5",
"vue-timeago3": "^2.3.2"
},
"devDependencies": {
"@gewis/eslint-config": "github:GEWIS/eslint-config#v1.2.0",
"@hey-api/openapi-ts": "^0.54.2",
"@tsconfig/node22": "^22.0.0",
"@types/lodash": "^4.17.15",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.14.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"lodash": "^4.17.21",
"npm-run-all": "^4.1.5",
"postcss": "^8.5.3",
"prettier": "^3.5.2",
"sass": "^1.80.6",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite-plugin-chunk-split": "^0.5.0",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.1.10"
},
"engines": {
"node": ">=22.0.0"
},
"packageManager": "yarn@1.22.22"
}