@vercel/frameworks
Advanced tools
Comparing version 0.0.15-canary.0 to 0.0.15-canary.1
@@ -31,2 +31,30 @@ [ | ||
{ | ||
"name": "Blitz.js", | ||
"slug": "blitzjs", | ||
"demo": "https://blitzjs.now-examples.now.sh", | ||
"logo": "https://raw.githubusercontent.com/zeit/now/master/packages/frameworks/logos/blitz.svg", | ||
"tagline": "Blitz.js: Rails-like framework for fullstack React apps - built on Next.js", | ||
"description": "A brand new Blitz.js app: the output of running `blitz new`", | ||
"website": "https://blitzjs.org", | ||
"detectors": { | ||
"every": [ | ||
{ | ||
"path": "package.json", | ||
"matchContent": "\"(dev)?(d|D)ependencies\":\\s*{[^}]*\"blitz\":\\s*\".+?\"[^}]*}" | ||
} | ||
] | ||
}, | ||
"settings": { | ||
"buildCommand": { | ||
"placeholder": "`npm run build` or `blitz build`" | ||
}, | ||
"devCommand": { | ||
"value": "blitz start" | ||
}, | ||
"outputDirectory": { | ||
"placeholder": "Next.js default" | ||
} | ||
} | ||
}, | ||
{ | ||
"name": "Gatsby", | ||
@@ -33,0 +61,0 @@ "slug": "gatsby", |
{ | ||
"name": "@vercel/frameworks", | ||
"version": "0.0.15-canary.0", | ||
"version": "0.0.15-canary.1", | ||
"main": "frameworks.json", | ||
@@ -16,3 +16,4 @@ "license": "UNLICENSED", | ||
"typescript": "3.5.2" | ||
} | ||
}, | ||
"gitHead": "c35d0e8408ac37022ae0b38a3573ddd75cfbb1ab" | ||
} |
411146
51
983