mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-24 06:54:03 +03:00
19 lines
465 B
JSON
19 lines
465 B
JSON
{
|
|
"name": "elm-pages-example",
|
|
"version": "1.0.0",
|
|
"description": "Example site built with elm-pages.",
|
|
"scripts": {
|
|
"start": "elm-pages dev",
|
|
"serve": "npm run build && http-server ./dist -a localhost -p 3000 -c-1",
|
|
"build": "elm-pages build"
|
|
},
|
|
"author": "Dillon Kearns",
|
|
"license": "BSD-3",
|
|
"devDependencies": {
|
|
"elm-oembed": "0.0.6",
|
|
"elm-pages": "file:../..",
|
|
"elm-tooling": "^1.3.0",
|
|
"http-server": "^0.11.1"
|
|
}
|
|
}
|