mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-26 13:53:16 +03:00
22 lines
559 B
JSON
22 lines
559 B
JSON
|
{
|
||
|
"name": "elm-markup-pages",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Static site generator for elm-markup.",
|
||
|
"scripts": {
|
||
|
"start": "parcel src/index.html",
|
||
|
"build": "rm -r dist && parcel build src/index.html --public-url ./",
|
||
|
"test": "elm-test",
|
||
|
"autotest": "elm-test --watch"
|
||
|
},
|
||
|
"author": "Dillon Kearns",
|
||
|
"license": "BSD-3",
|
||
|
"dependencies": {},
|
||
|
"devDependencies": {
|
||
|
"elm": "^0.19.0-no-deps",
|
||
|
"elm-hot": "^1.0.1",
|
||
|
"elm-test": "^0.19.0-rev6",
|
||
|
"node-elm-compiler": "^5.0.3",
|
||
|
"parcel-bundler": "^1.12.0"
|
||
|
}
|
||
|
}
|