-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.11 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
{
"name": "galahad-client",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build --base=/galahad/",
"serve": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src"
},
"dependencies": {
"@primevue/themes": "^4.2.1",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-vue": "^5.2.0",
"axios": "^1.7.7",
"buffer": "^6.0.3",
"content-disposition": "^0.5.4",
"js-yaml": "^4.1.0",
"json-loader": "^0.5.7",
"pinia": "^2.2.6",
"primevue": "^4.2.1",
"safe-buffer": "^5.2.1",
"uuid": "^11.0.3",
"vue": "^3.5.13",
"vue-router": "^4.4.5",
"vue-slider-component": "^4.1.0-beta.1"
},
"devDependencies": {
"@rollup/plugin-yaml": "^4.1.2",
"@types/jest": "^29.5.14",
"@types/js-yaml": "^4.0.9",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"@vue/eslint-config-typescript": "^14.1.3",
"eslint": "^9.14.0",
"eslint-plugin-vue": "^9.31.0",
"mutationobserver-shim": "^0.3.7",
"sass": "^1.80.7",
"typescript": "^5.6.3",
"vite": "^5.4.11"
}
}