forked from NativePHP/nativephp.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 772 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 772 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@alpinejs/collapse": "^3.14.9",
"@alpinejs/persist": "^3.14.9",
"@alpinejs/resize": "^3.14.9",
"@docsearch/js": "^3.9.0",
"@fontsource/poppins": "^5.2.5",
"@tailwindcss/typography": "^0.5.16",
"alpinejs": "^3.14.9",
"autoprefixer": "^10.4.21",
"axios": "^1.8.3",
"laravel-vite-plugin": "^0.7.8",
"motion": "^12.5.0",
"postcss": "^8.5.3",
"prettier": "^3.3.3",
"prettier-plugin-blade": "^2.1.16",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.17",
"vite": "^4.5.9"
}
}