mirror of
https://github.com/seigler/dashdev-website
synced 2025-07-26 22:36:09 +00:00
add gh-pages package and remove git-directory-deploy
This commit is contained in:
parent
b58c9d46f5
commit
734990666a
3 changed files with 223 additions and 58 deletions
90
package.json
90
package.json
|
@ -1,46 +1,46 @@
|
|||
{
|
||||
"name": "dashdev-website",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "build.js",
|
||||
"scripts": {
|
||||
"start": "node ./build.js",
|
||||
"production": "NODE_ENV=production node ./build.js",
|
||||
"production-win": "set NODE_ENV=production & node ./build.js",
|
||||
"deploy": "git-directory-deploy --directory build/",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/dashdev-suite/dashdev-website.git"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/dashdev-suite/dashdev-website/issues"
|
||||
},
|
||||
"homepage": "https://github.com/dashdev-suite/dashdev-website#readme",
|
||||
"devDependencies": {
|
||||
"git-directory-deploy": "^1.5.1",
|
||||
"handlebars": "^4.7.3",
|
||||
"jstransformer-handlebars": "^1.1.0",
|
||||
"jstransformer-markdown": "^1.2.1",
|
||||
"metalsmith": "^2.3.0",
|
||||
"metalsmith-assets": "^0.1.0",
|
||||
"metalsmith-browser-sync": "^1.1.1",
|
||||
"metalsmith-collections": "^0.9.0",
|
||||
"metalsmith-discover-partials": "^0.1.2",
|
||||
"metalsmith-feed": "^1.0.0",
|
||||
"metalsmith-html-minifier": "^4.0.1",
|
||||
"metalsmith-layouts": "^2.3.1",
|
||||
"metalsmith-markdown": "^1.3.0",
|
||||
"metalsmith-markdown-precompiler": "^1.0.0",
|
||||
"metalsmith-paths": "^3.0.1",
|
||||
"metalsmith-permalinks": "^2.2.0",
|
||||
"metalsmith-publish": "^0.1.5",
|
||||
"metalsmith-sitemap": "^1.2.2",
|
||||
"metalsmith-word-count": "0.0.4"
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
||||
"name": "dashdev-website",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "build.js",
|
||||
"scripts": {
|
||||
"start": "node ./build.js",
|
||||
"production": "NODE_ENV=production node ./build.js",
|
||||
"production-win": "set NODE_ENV=production & node ./build.js",
|
||||
"deploy": "node node_modules/gh-pages/bin/gh-pages.js -d build/",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/dashdev-suite/dashdev-website.git"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/dashdev-suite/dashdev-website/issues"
|
||||
},
|
||||
"homepage": "https://github.com/dashdev-suite/dashdev-website#readme",
|
||||
"devDependencies": {
|
||||
"gh-pages": "^2.2.0",
|
||||
"handlebars": "^4.7.3",
|
||||
"jstransformer-handlebars": "^1.1.0",
|
||||
"jstransformer-markdown": "^1.2.1",
|
||||
"metalsmith": "^2.3.0",
|
||||
"metalsmith-assets": "^0.1.0",
|
||||
"metalsmith-browser-sync": "^1.1.1",
|
||||
"metalsmith-collections": "^0.9.0",
|
||||
"metalsmith-discover-partials": "^0.1.2",
|
||||
"metalsmith-feed": "^1.0.0",
|
||||
"metalsmith-html-minifier": "^4.0.1",
|
||||
"metalsmith-layouts": "^2.3.1",
|
||||
"metalsmith-markdown": "^1.3.0",
|
||||
"metalsmith-markdown-precompiler": "^1.0.0",
|
||||
"metalsmith-paths": "^3.0.1",
|
||||
"metalsmith-permalinks": "^2.2.0",
|
||||
"metalsmith-publish": "^0.1.5",
|
||||
"metalsmith-sitemap": "^1.2.2",
|
||||
"metalsmith-word-count": "0.0.4"
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue