1
1
Fork 0
portfolio/package.json
2018-10-07 12:56:58 -05:00

20 lines
525 B
JSON

{
"name": "joe-wroten-portfolio",
"private": true,
"scripts": {
"build": "npm run vendor && make build",
"vendor": "mkdir -p build && cp ./node_modules/toast-grid/css/grid.css ./build"
},
"dependencies": {
"handlebars": "^4.0.5",
"metalsmith": "^2.1.0",
"metalsmith-layouts": "^1.4.1",
"metalsmith-markdown": "^1.0.1",
"metalsmith-permalinks": "^1.0.0",
"toast-grid": "^0.2.0"
},
"devDependencies": {
"metalsmith-collections": "^0.9.0",
"metalsmith-sass": "^1.3.0"
}
}