-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
37 lines (37 loc) · 989 Bytes
/
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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint ./resources/js/**/*.{js,ts,vue}"
},
"engines": {
"node": "20.17.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@vitejs/plugin-vue": "^4.2.3",
"autoprefixer": "^10.4.14",
"axios": "^1.1.2",
"eslint": "^9.4.0",
"eslint-plugin-vue": "^9.26.0",
"laravel-vite-plugin": "^0.7.5",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"typescript": "^5.5.4",
"typescript-eslint": "^8.3.0",
"vite": "^4.0.0"
},
"dependencies": {
"@meilisearch/instant-meilisearch": "^0.20.0",
"@vueuse/core": "^10.2.1",
"jenesius-vue-modal": "^1.11.2",
"meilisearch": "^0.42.0",
"vue": "^3.3.4",
"vue-instantsearch": "4.17.0"
},
"resolutions": {
"strip-ansi": "6.0.1"
}
}