mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-28 23:12:22 +03:00
24 lines
584 B
JSON
24 lines
584 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": {
|
|
"codemirror": "^5.48.4",
|
|
"node-sass": "^4.12.0",
|
|
"prismjs": "^1.17.1"
|
|
},
|
|
"devDependencies": {
|
|
"elm": "^0.19.0-no-deps",
|
|
"elm-pages": "^1.0.28",
|
|
"elm-test": "^0.19.0-rev6",
|
|
"http-server": "^0.11.1"
|
|
}
|
|
}
|