elm-pages-v3-beta/examples/docs/package.json

25 lines
845 B
JSON
Raw Normal View History

2019-08-03 07:19:02 +03:00
{
"name": "elm-pages-example",
"type": "module",
2019-08-03 07:19:02 +03:00
"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",
2021-11-06 04:13:26 +03:00
"start:https": "elm-pages dev --https",
2022-02-06 20:57:23 +03:00
"build": "elm-pages build --keep-cache"
2019-08-03 07:19:02 +03:00
},
"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"
2019-08-03 07:19:02 +03:00
}
}