Files
generic-landing-page/package.json
renovate[bot] f3fdc429e7 chore(deps): update dependency sass to v1.61.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-04-11 11:10:29 +03:00

40 lines
1.1 KiB
JSON

{
"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": ">=18"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivuorinen/generic-landing-page.git"
},
"author": "Ismo Vuorinen <ismo@ivuorinen.net>",
"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.14",
"browser-sync": "2.29.1",
"browser-sync-webpack-plugin": "2.3.0",
"engine.io": "6.4.1",
"laravel-mix": "6.0.49",
"mix-tailwindcss": "1.3.0",
"postcss": "8.4.21",
"postcss-import": "15.1.0",
"resolve-url-loader": "5.0.0",
"sass": "1.61.0",
"sass-loader": "13.2.2",
"tailwindcss": "3.2.7"
}
}