{ "name": "gomft", "version": "1.0.0", "description": "GoMFT static assets bundling", "type": "module", "scripts": { "build": "node build.js", "watch": "node build.js --watch", "postinstall": "npm run build", "test": "playwright test", "test:ui": "playwright test --ui", "test:headed": "playwright test --headed", "test:debug": "playwright test --debug" }, "dependencies": { "@fortawesome/fontawesome-free": "^6.4.0", "@fullcalendar/core": "^6.1.17", "@fullcalendar/daygrid": "^6.1.17", "@fullcalendar/interaction": "^6.1.17", "@fullcalendar/list": "^6.1.17", "@fullcalendar/timegrid": "^6.1.17", "@popperjs/core": "^2.11.8", "alpinejs": "^3.13.5", "esbuild": "^0.20.1", "flowbite": "^2.2.1", "fullcalendar": "^5.11.3", "htmx.org": "^1.9.10", "tippy.js": "^6.3.7", "tailwindcss": "^3.4.1" }, "devDependencies": { "@playwright/test": "^1.46.0", "dotenv": "^16.5.0", "expect-playwright": "^0.8.0" } }