-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 2.07 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
{
"name": "frontend",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit --skipLibCheck && vite build",
"preview": "vite preview",
"lint": "eslint src --fix --ignore-path .eslintignore",
"lint:check": "eslint src --ignore-path .eslintignore",
"format": "prettier --write \"**/*.{ts,json,js,tsx,jsx,vue}\"",
"format:check": "prettier --check \"**/*.{ts,json,js,tsx,jsx,vue}\"",
"codegen": "graphql-codegen --config codegen.yaml"
},
"dependencies": {
"@graphiql/plugin-explorer": "^2.0.0",
"@mdi/font": "7.0.96",
"@vueuse/core": "^10.7.0",
"core-js": "^3.29.0",
"graphiql": "^3.2.0",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"keycloak-js": "^23.0.6",
"pinia": "^2.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"roboto-fontface": "*",
"vue": "^3.2.0",
"vue-router": "^4.0.0",
"vuetify": "^3.0.0"
},
"devDependencies": {
"@babel/types": "^7.21.4",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-document-nodes": "^4.0.1",
"@graphql-codegen/typescript-graphql-request": "^6.1.0",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@types/node": "^18.15.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"eslint": "^8.37.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-vue": "^9.19.2",
"prettier": "3.1.1",
"sass": "^1.60.0",
"typescript": "^5.4.5",
"unplugin-fonts": "^1.0.3",
"vite": "^4.2.0",
"vite-plugin-vuetify": "^1.0.0",
"vue-tsc": "^1.2.0"
},
"packageManager": "[email protected]"
}