|
|
{
|
|
|
"name": "brettkate.wedding",
|
|
|
"version": "1.0.0",
|
|
|
"description": "https://brettkate.wedding/",
|
|
|
"private": true,
|
|
|
"scripts": {
|
|
|
"postinstall": "npm run scss && npm run favicon",
|
|
|
"favicon": "real-favicon generate faviconDescription.json faviconData.json . && real-favicon inject faviconData.json . index.html",
|
|
|
"scss": "node-sass --include-path=node_modules/ --output-style=compressed --output=. styles.scss",
|
|
|
"dev/scss": "node-sass --include-path=node_modules/ --output-style=compressed --output=. --watch=./styles.scss styles.scss",
|
|
|
"dev/server": "lrserver --bind '0.0.0.0:3000' --lrbind '0.0.0.0:35729' --watch ./",
|
|
|
"dev": "concurrently 'npm run dev/scss' 'npm run dev/server'"
|
|
|
},
|
|
|
"repository": {
|
|
|
"type": "git",
|
|
|
"url": "git+https://github.com/brettlangdon/wedding-website.git"
|
|
|
},
|
|
|
"author": "Brett Langdon <me@brett.is>",
|
|
|
"license": "MIT",
|
|
|
"bugs": {
|
|
|
"url": "https://github.com/brettlangdon/wedding-website/issues"
|
|
|
},
|
|
|
"homepage": "http://brettkate.wedding/",
|
|
|
"devDependencies": {
|
|
|
"@brett_langdon/lrserver": "^1.0.1",
|
|
|
"bulma": "^0.6.2",
|
|
|
"cli-real-favicon": "0.0.6",
|
|
|
"concurrently": "^3.5.1",
|
|
|
"node-sass": "^4.7.2"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
"npm": "^5.7.1"
|
|
|
}
|
|
|
}
|