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