portfolio/packages/gallery/package.json
Timothy Farrell 3328248274 Apply standard/enforced code format with prettier.
This commit marks applying prettier to the whole of git history up to this point and prettier is used to enforce format via pre-commit hook. The command used was: `git filter-branch -f --tree-filter 'prettier --no-config --single-quote --tab-width=1 --print-width=100 --use-tabs --trailing-comma=none --prose-wrap=always --write "{.,{packages,bin}/**}/*.{js,json,md}" || echo "Error formatting, possibly invalid JS"' -- --all`
2018-07-19 07:52:42 -05:00

47 lines
1.1 KiB
JSON

{
"name": "Gallery",
"version": "0.0.1",
"description": "Personal photo gallery",
"keywords": [
"javascript"
],
"author": "Timothy Farrell <tim@thecookiejar.me> (https://github.com/explorigin)",
"license": "Apache-2.0",
"scripts": {
"build": "webpack",
"dev": "webpack-dev-server"
},
"dependencies": {
"body-parser": "~1.18.3",
"date-fns": "~1.29.0",
"domvm": "~3.2.1",
"exif-parser": "~0.1.9",
"express": "~4.16.3",
"frptools": "~3.2.0",
"linear-partitioning": "0.3.2",
"pica": "~2.0.8",
"pouchdb-adapter-http": "~7.0.0",
"pouchdb-adapter-idb": "~7.0.0",
"pouchdb-core": "~7.0.0",
"pouchdb-find": "~7.0.0",
"pouchdb-replication": "~7.0.0",
"pouchtype": "~1.0.0",
"request": "~2.87.0",
"router": "2.1.0",
"semantic-ui-reset": "~2.2.12",
"style-loader": "^0.19.0",
"styletron": "^2.5.1",
"styletron-utils": "^2.5.4"
},
"devDependencies": {
"css-loader": "~0.28.11",
"extract-text-webpack-plugin": "~4.0.0-beta.0",
"file-loader": "~1.1.11",
"html-webpack-plugin": "~3.2.0",
"url-loader": "~1.0.1",
"webpack": "~4.10.2",
"webpack-cli": "~2.1.5",
"webpack-dev-server": "~3.1.4"
}
}