{ "name": "{{ component.name }}", "repository": "", "private": true, "version": "0.1.0", "description": "", "main": "index.js", "scripts": { "build": "npx mix", "watch": "npx mix watch", "prod": "npx mix -p" }, "dependencies": {}, "devDependencies": { "@tailwindcss/forms": "^0.5.4", "@tailwindcss/typography": "^0.5.9", "alpinejs": "^3.12.3", "browser-sync": "^2.29.3", "browser-sync-webpack-plugin": "^2.3.0", "laravel-mix": "^6.0.43", "mix-tailwindcss": "^1.3.0", "tailwindcss": "^3.3.3", "tailwindcss-debug-screens": "^2.2.1" } }