-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.31 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "easyminer-miningui2",
"type": "module",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview --port 4173",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --fix"
},
"dependencies": {
"@floating-ui/vue": "^1.1.4",
"@formkit/auto-animate": "^0.8.2",
"@headlessui/vue": "^1.7.22",
"@iconify/vue": "^4.1.2",
"@tanstack/vue-query": "^5.45.0",
"@vueform/multiselect": "^2.6.8",
"@vueform/slider": "^2.1.10",
"@vueuse/core": "^10.11.0",
"axios": "^1.7.2",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"lodash-es": "^4.17.21",
"maska": "^2.1.11",
"pinia": "^2.1.7",
"radix-vue": "^1.9.5",
"vee-validate": "^4.13.1",
"vue": "^3.4.29",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.3",
"vue-virtual-scroller": "^2.0.0-beta.8",
"yup": "^1.4.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.21.1",
"@iconify-json/carbon": "^1.1.35",
"@iconify-json/fluent": "^1.1.56",
"@iconify-json/heroicons": "^1.1.21",
"@iconify-json/ic": "^1.1.17",
"@iconify-json/material-symbols": "^1.1.82",
"@iconify-json/material-symbols-light": "^1.1.22",
"@iconify-json/ph": "^1.1.13",
"@tailwindcss/forms": "^0.5.7",
"@tanstack/vue-query-devtools": "^5.45.0",
"@tsconfig/node18": "^18.2.4",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.2",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/compiler-sfc": "^3.4.29",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/shared": "^3.5.3",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-format": "^0.1.2",
"eslint-plugin-tailwindcss": "^3.17.3",
"i": "^0.3.7",
"npm": "^10.8.3",
"npm-run-all2": "^6.2.0",
"postcss": "^8.4.38",
"rollup-plugin-visualizer": "^5.12.0",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.4",
"ts-node": "^10.9.2",
"type-fest": "^4.20.0",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.6",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.3.1",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.0.21"
}
}