-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.71 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": "catalog",
"version": "0.3.0",
"scripts": {
"dev": "vite",
"azure": "vite --mode azure",
"build": "vue-tsc --noEmit && vite build",
"build-placeholder": "vue-tsc --noEmit && vite build --mode placeholder",
"preview": "vite preview",
"lint": "eslint . --fix ",
"lint:check": "eslint . ",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@mdi/font": "7.4.47",
"@wdns/vue-code-block": "^2.3.3",
"core-js": "^3.37.1",
"date-fns": "^4.1.0",
"dotenv": "^16.4.5",
"es6-promise": "^4.2.8",
"oidc-client-ts": "^3.1.0",
"pinia-plugin-persistedstate-2": "^2.0.21",
"roboto-fontface": "*",
"vue": "^3.4.31",
"vue-json-pretty": "^2.4.0",
"vuetify": "^3.6.14"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@hey-api/client-fetch": "^0.4.3",
"@hey-api/openapi-ts": "^0.55.3",
"@tsconfig/node22": "^22.0.0",
"@types/node": "^22.9.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/eslint-config-typescript": "^14.1.3",
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.30.0",
"npm-run-all2": "^7.0.1",
"pinia": "^2.1.7",
"prettier": "^3.4.2",
"sass": "1.77.8",
"sass-embedded": "^1.77.8",
"typescript": "~5.6.3",
"typescript-eslint": "^8.18.0",
"unplugin-auto-import": "^0.17.6",
"unplugin-fonts": "^1.1.1",
"unplugin-vue-components": "^0.27.2",
"unplugin-vue-router": "^0.10.0",
"vite": "^5.4.10",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-plugin-vuetify": "^2.0.3",
"vue-router": "^4.4.0",
"vue-tsc": "^2.1.10"
}
}