mirror of
https://github.com/ivuorinen/generic-landing-page.git
synced 2026-03-02 10:55:47 +00:00
Generic landing page
This commit is contained in:
36
package.json
Normal file
36
package.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"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.5",
|
||||
"browser-sync": "^2.26.14",
|
||||
"browser-sync-webpack-plugin": "^2.3.0",
|
||||
"laravel-mix": "^6.0.17",
|
||||
"mix-tailwindcss": "^1.3.0",
|
||||
"postcss": "^8.2.10",
|
||||
"postcss-import": "^14.0.1",
|
||||
"resolve-url-loader": "^3.1.2",
|
||||
"sass": "^1.32.11",
|
||||
"sass-loader": "^11.0.1",
|
||||
"tailwindcss": "^2.1.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user