mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-23 11:55:41 +03:00
25 lines
845 B
JSON
25 lines
845 B
JSON
{
|
|
"name": "elm-pages-example",
|
|
"type": "module",
|
|
"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.5",
|
|
"elm-pages": "file:../..",
|
|
"elm-review": "^2.10.2",
|
|
"elm-tooling": "^1.14.0",
|
|
"vite-plugin-webfont-dl": "^3.7.4"
|
|
},
|
|
"dependencies": {
|
|
"airtable": "^0.11.6"
|
|
}
|
|
} |