-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 733 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 733 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.41",
"prettier": "3.3.3"
},
"dependencies": {
"@sentry/browser": "^8.26.0",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.14",
"autoprefixer": "^10.4.20",
"axios": "^1.7.4",
"globals": "^15.9.0",
"laravel-echo": "^1.16.1",
"laravel-vite-plugin": "^1.0.5",
"pusher-js": "^8.4.0-rc2",
"tailwindcss": "^3.4.10",
"vite": "^5.4.0"
}
}