mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-25 09:21:57 +03:00
27 lines
917 B
JSON
27 lines
917 B
JSON
{
|
|
"name": "elm-pages-example",
|
|
"version": "1.0.0",
|
|
"description": "Example site built with elm-pages.",
|
|
"scripts": {
|
|
"start": "elm-pages dev",
|
|
"vercel-build": "(cd ../../ && npm install) && npm install && curl https://static.lamdera.com/bin/linux/lamdera -o ./node_modules/.bin/lamdera && chmod a+x ./node_modules/.bin/lamdera && npx --no-install elm-tooling install && npx elm-pages build",
|
|
"start:https": "elm-pages dev --https",
|
|
"build": "elm-pages build --keep-cache"
|
|
},
|
|
"author": "Dillon Kearns",
|
|
"license": "BSD-3",
|
|
"devDependencies": {
|
|
"elm-oembed": "0.0.6",
|
|
"elm-optimize-level-2": "^0.3.4",
|
|
"elm-pages": "file:../..",
|
|
"elm-review": "^2.7.0",
|
|
"elm-tooling": "^1.3.0",
|
|
"puppeteer": "^9.1.1",
|
|
"vite-plugin-webfont-dl": "^1.0.9"
|
|
},
|
|
"dependencies": {
|
|
"airtable": "^0.11.1",
|
|
"chrome-aws-lambda": "^9.1.0",
|
|
"puppeteer-core": "^9.1.1"
|
|
}
|
|
} |