{ "name": "Gallery", "version": "0.0.1", "description": "Personal photo gallery", "keywords": [ "javascript" ], "author": "Timothy Farrell (https://github.com/explorigin)", "license": "Apache-2.0", "scripts": { "build": "webpack", "dev": "webpack-dev-server" }, "dependencies": { "backgroundtask": "git+https://gitea.thecookiejar.me/explorigin/backgroundtask.git", "body-parser": "~1.18.3", "date-fns": "~1.29.0", "domvm": "~3.4.11", "exif-parser": "~0.1.9", "express": "~4.16.3", "linear-partitioning": "0.3.2", "pica": "~2.0.8", "pouchdb-adapter-idb": "~7.1.1", "pouchdb-attachmentproxy": "git+https://gitea.thecookiejar.me/explorigin/pouchdb-attachmentproxy.git", "pouchdb-core": "~7.1.1", "pouchdb-find": "~7.1.1", "pouchtype": "git+https://gitea.thecookiejar.me/explorigin/pouchtype.git", "reactimal": "git+https://gitea.thecookiejar.me/explorigin/reactimal.git", "request": "~2.87.0", "router": "git+https://gitea.thecookiejar.me/explorigin/router.git", "semantic-ui-reset": "~2.2.12", "style-loader": "^0.19.0", "styletron": "^2.5.1", "styletron-utils": "^2.5.4" }, "devDependencies": { "css-loader": "^3.2.0", "file-loader": "~1.1.11", "html-webpack-plugin": "~3.2.0", "url-loader": "~1.0.1", "webpack": "~4.10.2", "webpack-cli": "^3.3.7", "webpack-dev-server": "~3.1.4" } }