mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-26 13:53:16 +03:00
25 lines
764 B
JSON
25 lines
764 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 ./",
|
|
"generator:build": "parcel build generator/src/elm-markup-pages.ts --out-file bundle.js --target node --bundle-node-modules --no-source-maps",
|
|
"test": "elm-test",
|
|
"autotest": "elm-test --watch"
|
|
},
|
|
"author": "Dillon Kearns",
|
|
"license": "BSD-3",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@types/node": "^12.6.8",
|
|
"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.3",
|
|
"typescript": "^3.5.3"
|
|
}
|
|
}
|