mirror of
https://github.com/ivuorinen/generic-landing-page.git
synced 2026-01-26 11:44:00 +00:00
42 lines
1.2 KiB
JSON
42 lines
1.2 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": {
|
|
"@ivuorinen/eslint-config": "^0.1.11",
|
|
"@ivuorinen/stylelint-config": "^0.1.19",
|
|
"autoprefixer": "10.4.14",
|
|
"browser-sync": "2.29.3",
|
|
"browser-sync-webpack-plugin": "2.3.0",
|
|
"engine.io": "6.5.1",
|
|
"laravel-mix": "6.0.49",
|
|
"mix-tailwindcss": "1.3.0",
|
|
"postcss": "8.4.24",
|
|
"postcss-import": "15.1.0",
|
|
"resolve-url-loader": "5.0.0",
|
|
"sass": "1.63.6",
|
|
"sass-loader": "13.3.2",
|
|
"tailwindcss": "3.3.2"
|
|
}
|
|
}
|