-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.82 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
{
"name": "odh-analytics-tool",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"lint": "eslint --cache --max-warnings 0 --ext .ts,.vue src",
"lint:fix": "eslint --cache --max-warnings 0 --ext .ts,.vue --fix src",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,md,html,json,sql,vue}\" --log-level error"
},
"dependencies": {
"@floating-ui/core": "^1.6.8",
"@floating-ui/dom": "^1.6.11",
"@headlessui/vue": "^1.7.23",
"@vueuse/core": "^11.1.0",
"chart.js": "^4.4.4",
"jwt-decode": "^4.0.0",
"keycloak-js": "^26.0.0",
"maplibre-gl": "^4.7.1",
"pinia": "^2.1.7",
"vue": "^3.4.29",
"vue-i18n": "^10.0.4",
"vue-chartjs": "^5.3.1",
"vue-router": "^4.3.3"
},
"devDependencies": {
"@types/chart.js": "^2.9.41",
"@tsconfig/node20": "^20.1.4",
"@types/keycloak-js": "^3.4.1",
"@types/node": "^20.14.5",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/eslint-config-typescript": "^11.0.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.20",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-tailwindcss": "^3.13.1",
"eslint-plugin-vue": "^9.20.0",
"npm-run-all2": "^6.2.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.13",
"typescript": "~5.4.0",
"vite": "^5.3.1",
"vue-tsc": "^2.0.21"
}
}