-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.29 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.29 KB
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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"format": "prettier --write 'resources/js/**/*.{js,vue}'",
"lint": "eslint 'resources/js/**/*.{js,vue}' --fix",
"check": "npm run lint && npm run format",
"build": "vite build",
"prepare": "husky"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"@inertiajs/vue3": "^1.2.0",
"axios": "^1.6.4",
"firebase": "^10.12.4",
"laravel-echo": "^1.16.1",
"pusher-js": "^8.4.0-rc2",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.6",
"vue": "^3.4.34",
"vue-cal": "^4.9.0",
"vue-easy-lightbox": "^1.19.0",
"vuex": "^4.0.2",
"ziggy-js": "^2.3.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.25.0",
"@vitejs/plugin-vue": "^5.1.1",
"autoprefixer": "^10.4.19",
"daisyui": "^4.12.10",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.27.0",
"husky": "^9.1.1",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.39",
"prettier": "^3.3.3",
"vite": "^5.0",
"vue-loader": "^17.4.2"
}
}