-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.19 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
35
36
37
38
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"watch": "npm run build -- -w",
"blade-formatter": "blade-formatter -wdep ./resources/views/**/*.blade.php",
"lint": "eslint ./resources/**/*.{js,mjs,cjs,ts} --stats",
"lint:fix": "npm run lint -- --fix"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@tailwindcss/forms": "^0.5.9",
"@types/alpinejs": "^3.13.10",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.12.2",
"alpinejs": "^3.14.3",
"autoprefixer": "^10.4.2",
"axios": "^1.7.7",
"blade-formatter": "^1.41.1",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.12.0",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"sass": "^1.80.7",
"tailwindcss": "^3.4.14",
"typescript-eslint": "^8.14.0",
"vite": "^5.4"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"bootstrap": "^5.3.3"
}
}