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

18 lines
485 B
JSON
Raw Normal View History

2021-04-28 18:28:56 +03:00
{
"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",
2022-03-09 21:33:33 +03:00
"build": "elm-pages build --debug --keep-cache"
2021-04-28 18:28:56 +03:00
},
"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"
}
2022-03-09 21:33:33 +03:00
}