mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-28 23:12:22 +03:00
20 lines
499 B
JSON
20 lines
499 B
JSON
{
|
|
"name": "elm-pages-example",
|
|
"version": "1.0.0",
|
|
"description": "Example site built with elm-pages.",
|
|
"scripts": {
|
|
"start": "elm-pages develop",
|
|
"start:prod": "npm run build && http-server ./dist -a localhost -p 3000 -c-1",
|
|
"build": "elm-pages build"
|
|
},
|
|
"author": "Dillon Kearns",
|
|
"license": "BSD-3",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"elm": "^0.19.0-no-deps",
|
|
"elm-pages": "^1.0.16",
|
|
"elm-test": "^0.19.0-rev6",
|
|
"http-server": "^0.11.1"
|
|
}
|
|
}
|