mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-01 07:45:22 +03:00
25 lines
584 B
JSON
25 lines
584 B
JSON
{
|
|
"name": "elm-pages-example",
|
|
"version": "1.0.0",
|
|
"description": "Example site built with elm-pages.",
|
|
"scripts": {
|
|
"start": "elm-pages dev",
|
|
"start:https": "elm-pages dev --https",
|
|
"build": "elm-pages build"
|
|
},
|
|
"author": "Dillon Kearns",
|
|
"license": "BSD-3",
|
|
"devDependencies": {
|
|
"elm-oembed": "0.0.6",
|
|
"elm-optimize-level-2": "^0.2.3",
|
|
"elm-pages": "file:../..",
|
|
"elm-tooling": "^1.3.0",
|
|
"puppeteer": "^9.1.1"
|
|
},
|
|
"dependencies": {
|
|
"airtable": "^0.11.1",
|
|
"chrome-aws-lambda": "^9.1.0",
|
|
"puppeteer-core": "^9.1.1"
|
|
}
|
|
}
|