-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 777 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 777 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
{
"type": "module",
"scripts": {
"dev": "rm -rf resources/dist/build && vite",
"build": "vite build",
"checkout-dev": "vite -c vite-checkout.config.js",
"checkout-build": "vite build -c vite-checkout.config.js"
},
"dependencies": {
"@statamic/cms": "file:./vendor/statamic/cms/resources/dist-package",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.13",
"@tailwindcss/vite": "^4.1.8",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"postcss-import": "^16.1.0",
"tailwindcss": "^4.1.8"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.10",
"laravel-vite-plugin": "^3.0.0",
"vite": "^8.0.0"
}
}