customer-riverside/package.json

17 lines
558 B
JSON
Raw Normal View History

2026-05-16 10:45:33 -08:00
{
"name": "riverside-therapeutics",
"private": true,
"scripts": {
"watch": "tailwindcss -i ./web/modules/custom/riverside_pt/css/tailwind.css -o ./web/modules/custom/riverside_pt/css/app.css --watch",
2026-06-14 00:55:30 -08:00
"build": "tailwindcss -i ./web/modules/custom/riverside_pt/css/tailwind.css -o ./web/modules/custom/riverside_pt/css/app.css --minify",
"typecheck": "tsc --noEmit"
2026-05-16 10:45:33 -08:00
},
"devDependencies": {
2026-06-14 00:55:30 -08:00
"@fullcalendar/core": "^6.1.20",
2026-06-13 23:07:39 -08:00
"htm": "^3.1.1",
"preact": "^10.29.2",
2026-06-13 23:38:35 -08:00
"tailwindcss": "^3.4.17",
"typescript": "^6.0.3"
2026-05-16 10:45:33 -08:00
}
}