elm-pages-v3-beta/examples/pokedex/package.json
2021-06-01 14:41:40 -07:00

18 lines
444 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": {
"@netlify/functions": "^0.7.2",
"elm-pages": "file:../..",
"elm-tooling": "^1.3.0"
}
}