{ "name": "@ivuorinen/generic-landing-page", "version": "1.0.0", "description": "Generic landing page with some candy", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "watch": "npx mix watch", "build": "npx mix build", "dev": "npx mix build", "prod": "npx mix build -p" }, "engines": { "node": ">=14" }, "repository": { "type": "git", "url": "git+https://github.com/ivuorinen/generic-landing-page.git" }, "author": "Ismo Vuorinen ", "license": "MIT", "bugs": { "url": "https://github.com/ivuorinen/generic-landing-page/issues" }, "homepage": "https://github.com/ivuorinen/generic-landing-page#readme", "devDependencies": { "autoprefixer": "10.4.2", "browser-sync": "2.27.7", "browser-sync-webpack-plugin": "2.3.0", "engine.io": "6.1.3", "laravel-mix": "6.0.43", "mix-tailwindcss": "1.3.0", "postcss": "8.4.7", "postcss-import": "14.0.2", "resolve-url-loader": "5.0.0", "sass": "1.49.9", "sass-loader": "12.6.0", "tailwindcss": "3.0.23" } }