-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.41 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.41 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
{
"name": "ister-website",
"version": "0.0.0",
"scripts": {
"dev": "node --no-warnings ./node_modules/.bin/vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore",
"codegen": "graphql-codegen"
},
"dependencies": {
"@mdi/font": "7.4.47",
"@urql/exchange-auth": "^2.2.1",
"@urql/vue": "^1.4.3",
"core-js": "^3.42.0",
"hls.js": "^1.6.4",
"oidc-client-ts": "^3.2.1",
"roboto-fontface": "*",
"vue": "^3.5.16",
"vue-fullscreen": "^3.1.1",
"vue-i18n": "^11.1.5",
"vuetify": "^3.8.7"
},
"devDependencies": {
"@babel/types": "^7.27.3",
"@graphql-codegen/cli": "^5.0.6",
"@graphql-codegen/client-preset": "^4.8.1",
"@types/node": "^22.15.29",
"@vitejs/plugin-vue": "^5.2.4",
"@vue/eslint-config-typescript": "^14.5.0",
"eslint": "^9.10.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.18.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-vue": "^10.1.0",
"graphql": "^16.11.0",
"pinia": "^3.0.2",
"sass": "^1.89.1",
"typescript": "^5.8.3",
"unplugin-fonts": "^1.3.1",
"unplugin-vue-components": "^28.7.0",
"unplugin-vue-router": "0.7.0",
"vite": "^6.3.5",
"vite-plugin-vue-layouts-next": "^0.1.3",
"vite-plugin-vuetify": "^2.1.1",
"vue-router": "4.2.0",
"vue-tsc": "^2.2.10"
}
}