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

17 lines
464 B
JSON
Raw Normal View History

{
"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",
2021-12-21 00:33:53 +03:00
"build": "elm-pages build --debug --keep-cache"
},
"author": "Dillon Kearns",
"license": "BSD-3",
"devDependencies": {
"@netlify/functions": "^0.7.2",
"elm-pages": "file:../..",
2021-06-02 00:21:10 +03:00
"elm-tooling": "^1.3.0"
}
2021-12-21 00:33:53 +03:00
}