mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-27 11:05:46 +03:00
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"name": "elm-pages",
|
|
"version": "1.5.5",
|
|
"homepage": "http://elm-pages.com",
|
|
"moduleResolution": "node",
|
|
"description": "Type-safe static sites, written in pure elm with your own custom elm-markup syntax.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "elm-test",
|
|
"review": "elm-review"
|
|
},
|
|
"repository": "https://github.com/dillonkearns/elm-pages",
|
|
"keywords": [
|
|
"elm",
|
|
"JAM stack",
|
|
"ssg",
|
|
"static site generator",
|
|
"pwa"
|
|
],
|
|
"author": "Dillon Kearns",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"chokidar": "^3.5.1",
|
|
"commander": "^7.2.0",
|
|
"connect": "^3.7.0",
|
|
"cross-spawn": "7.0.3",
|
|
"elm-hot": "^1.1.6",
|
|
"elm-optimize-level-2": "^0.1.5",
|
|
"globby": "^11.0.3",
|
|
"gray-matter": "^4.0.2",
|
|
"kleur": "^3.0.3",
|
|
"micromatch": "^4.0.2",
|
|
"serve-static": "^1.14.1",
|
|
"terser": "^5.6.1",
|
|
"xhr2": "^0.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cross-spawn": "^6.0.2",
|
|
"@types/jest": "^25.2.2",
|
|
"@types/micromatch": "^4.0.1",
|
|
"@types/node": "^12.7.7",
|
|
"elm-review": "^2.5.0",
|
|
"elm-test": "^0.19.1-revision6",
|
|
"elm-tooling": "^1.3.0",
|
|
"jest": "^26.0.1",
|
|
"typescript": "^4.2.3"
|
|
},
|
|
"files": [
|
|
"generator/src/"
|
|
],
|
|
"bin": {
|
|
"elm-pages": "generator/src/cli.js"
|
|
}
|
|
}
|