mirror of
https://github.com/ivuorinen/generic-landing-page.git
synced 2026-02-02 08:43:58 +00:00
37 lines
1.0 KiB
JSON
37 lines
1.0 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"
|
|
},
|
|
"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",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.2.6",
|
|
"browser-sync": "^2.26.14",
|
|
"browser-sync-webpack-plugin": "^2.3.0",
|
|
"laravel-mix": "^6.0.22",
|
|
"mix-tailwindcss": "^1.3.0",
|
|
"postcss": "^8.3.5",
|
|
"postcss-import": "^14.0.2",
|
|
"resolve-url-loader": "^4.0.0",
|
|
"sass": "^1.35.1",
|
|
"sass-loader": "^11.1.1",
|
|
"tailwindcss": "^2.2.0"
|
|
}
|
|
}
|