-
-
Notifications
You must be signed in to change notification settings - Fork 409
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 837 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 837 Bytes
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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@alpinejs/intersect": "^3.14.1",
"@vitejs/plugin-vue": "^6.0.1",
"alpinejs": "^3.2.4",
"autoprefixer": "^10.4.20",
"axios": "^0.30",
"laravel-vite-plugin": "^2.0.0",
"lodash": "^4.17.19",
"postcss": "^8.4.47",
"postcss-import": "^15.1.0",
"postcss-nesting": "^12.1.5",
"vite": "^7.3.1",
"vite-plugin-devtools-json": "^1.0.0"
},
"dependencies": {
"@docsearch/js": "^3.0.0-alpha.40",
"@tailwindcss/postcss": "^4.1.12",
"@tailwindcss/vite": "^4.1.12",
"dayjs": "^1.10.7",
"meilisearch-docsearch": "^0.7.1",
"tailwindcss": "^4.1.12"
}
}