-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 918 Bytes
/
Copy pathpackage.json
File metadata and controls
21 lines (21 loc) · 918 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"private": true,
"type": "module",
"scripts": {
"dev": "npx tailwindcss --input resources/css/theme.css --config resources/css/tailwind.config.js --output /app/public/assets/css/fanlab/fcmcentral/module-fcmcentral.css",
"dev-watch": "npx tailwindcss --poll --watch --input resources/css/theme.css --config resources/css/tailwind.config.js --output /app/public/assets/css/fanlab/fcmcentral/module-fcmcentral.css",
"build": "npx tailwindcss --input resources/css/theme.css --config resources/css/tailwind.config.js --output resources/dist/module-fcmcentral.css"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"autoprefixer": "^10.4.21",
"axios": "^1.1.2",
"laravel-vite-plugin": "^0.7.5",
"postcss": "^8.5.3",
"postcss-nesting": "^13.0.1",
"sass": "^1.69.5",
"tailwindcss": "^4.0.14",
"vite": "^4.0.0"
}
}