-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
102 lines (102 loc) · 3.01 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "meilisearch-query",
"version": "0.0.1",
"private": true,
"type": "module",
"description": "meilisearch query",
"author": {
"name": "honhimw",
"email": "honhimw@outlook.com"
},
"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 . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.1",
"@radix-icons/vue": "^1.0.0",
"@stackblitz/sdk": "^1.9.0",
"@tanstack/vue-table": "^8.14.0",
"@unovis/ts": "^1.3.5",
"@unovis/vue": "^1.3.5",
"@vee-validate/zod": "^4.12.6",
"@vueuse/core": "^10.9.0",
"antlr4": "^4.13.1-patch-1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"codesandbox": "^2.2.3",
"date-fns": "^3.6.0",
"embla-carousel": "^8.0.0",
"embla-carousel-autoplay": "^8.0.0",
"embla-carousel-vue": "^8.0.0",
"feather-icons": "^4.29.1",
"lucide-vue-next": "^0.359.0",
"magic-string": "^0.30.8",
"meilisearch": "^0.41.0",
"mitt": "^3.0.1",
"moment": "^2.30.1",
"monaco-editor": "^0.47.0",
"pinia": "^2.1.7",
"radix-vue": "^1.7.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"v-calendar": "^3.1.2",
"vaul-vue": "^0.1.2",
"vee-validate": "4.12.5",
"vue": "^3.4.21",
"vue-feather": "^2.0.0",
"vue-router": "^4.2.5",
"vue-sonner": "^1.1.2",
"vue-wrap-balancer": "^1.1.3",
"vuedraggable": "^4.1.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@iconify-json/radix-icons": "^1.1.14",
"@iconify-json/simple-icons": "^1.1.94",
"@iconify-json/tabler": "^1.1.106",
"@iconify/json": "^2.2.189",
"@iconify/vue": "^4.1.1",
"@rushstack/eslint-patch": "^1.3.3",
"@shikijs/transformers": "^1.2.0",
"@tsconfig/node20": "^20.1.2",
"@types/lodash.template": "^4.5.3",
"@types/node": "^20.11.30",
"@types/vue-router": "^2.0.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue-leaflet/vue-leaflet": "^0.10.1",
"@vue/compiler-core": "^3.4.21",
"@vue/compiler-dom": "^3.4.21",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.18",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"leaflet": "^1.9.4",
"lodash.template": "^4.5.0",
"npm-run-all2": "^6.1.1",
"oxc-parser": "^0.8.0",
"pathe": "^1.1.2",
"postcss-nesting": "^12.1.3",
"prettier": "^3.0.3",
"rimraf": "^5.0.5",
"sass": "^1.74.1",
"shiki": "^1.2.0",
"tailwind-merge": "^2.2.2",
"tailwindcss": "^3.4.1",
"tsx": "^4.7.1",
"typescript": "^5.4.2",
"unplugin-icons": "^0.18.5",
"vite": "^5.2.2",
"vitepress": "^1.0.0-rc.45",
"vue-tsc": "^2.0.7",
"vuedraggable": "^4.1.0"
}
}