-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 744 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 744 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
{
"name": "beserious.gg",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"prettier": "npx prettier --write '**/*.{css,js,yml,blade.php}'"
},
"devDependencies": {
"@shufo/prettier-plugin-blade": "^1.11.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.0",
"autoprefixer": "^10.4.7",
"axios": "^1.5.1",
"laravel-vite-plugin": "^0.8.1",
"postcss": "^8.4.14",
"postcss-import": "^14.1.0",
"prettier": "^3.0.3",
"tailwindcss": "^3.1.0",
"vite": "^4.4.11"
}
}