-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 1.12 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@defstudio/vite-livewire-plugin": "^2.0.0",
"@tailwindcss/forms": "^0.5.2",
"alpinejs": "^3.4.2",
"autoprefixer": "^10.4.2",
"axios": "^1.6.4",
"daisyui": "^4.9.0",
"laravel-echo": "^1.16.1",
"laravel-vite-plugin": "^1.0.0",
"postcss": "^8.4.31",
"pusher-js": "^8.4.0-rc2",
"tailwindcss": "^3.1.0",
"vite": "^5.2.8"
},
"name": "instagram_clone",
"description": "<p align=\"center\"><a href=\"https://laravel.com\" target=\"_blank\"><img src=\"https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg\" width=\"400\" alt=\"Laravel Logo\"></a></p>",
"version": "1.0.0",
"main": "postcss.config.js",
"directories": {},
"dependencies": {
"@alpinejs/intersect": "^3.13.7",
"swiper": "^10.2.0",
"tailwind-scrollbar-hide": "^1.1.7"
},
"author": "",
"license": "ISC"
}