-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 981 Bytes
/
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": "user-gui",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.10.2",
"autoprefixer": "10.4.5",
"axios": "^1.7.4",
"flowbite": "^1.5.4",
"jquery": "^3.4.1",
"jquery.easing": "^1.4.1",
"moment": "^2.24.0",
"oidc-client": "^1.11.5",
"pinia": "^2.1.7",
"postcss": "^8.4.33",
"primevue": "^3.42.0",
"streamsaver": "^2.0.3",
"tailwindcss": "^3.0.24",
"vue": "^3.1.0",
"vue-router": "^4.0.0",
"web-streams-polyfill": "^2.0.5"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.2",
"@types/node": "^18.19.2",
"@vitejs/plugin-vue": "^4.5.1",
"@vue/tsconfig": "^0.4.0",
"cypress": "^13.0.0",
"depcheck": "^1.4.7",
"npm-run-all2": "^6.1.1",
"typescript": "~5.2.0",
"vite": "^5.1.8",
"vue-tsc": "^2.0.29"
}
}