40 lines
1.0 KiB
JSON
40 lines
1.0 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": {
|
|
"dev": "webpack-dev-server"
|
|
},
|
|
"dependencies": {
|
|
"css-loader": "^0.28.7",
|
|
"date-fns": "~1.29.0",
|
|
"domvm": "~3.2.1",
|
|
"exif-parser": "~0.1.9",
|
|
"extract-text-webpack-plugin": "^3.0.2",
|
|
"frptools": "3.1.0",
|
|
"linear-partitioning": "0.3.2",
|
|
"pica": "~2.0.8",
|
|
"pouchdb-adapter-http": "~6.4.1",
|
|
"pouchdb-adapter-idb": "~6.4.1",
|
|
"pouchdb-adapter-websql": "~6.4.1",
|
|
"pouchdb-binary-utils": "~6.4.1",
|
|
"pouchdb-core": "~6.4.1",
|
|
"pouchdb-find": "~6.4.1",
|
|
"pouchdb-replication": "~6.4.1",
|
|
"router": "2.1.0",
|
|
"semantic-ui-reset": "^2.2.12",
|
|
"semantic-ui-site": "^2.2.12",
|
|
"style-loader": "^0.19.0",
|
|
"styletron": "^2.5.1",
|
|
"styletron-utils": "^2.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"html-webpack-plugin": "^2.30.1",
|
|
"webpack": "~3.8.1",
|
|
"webpack-dev-server": "~2.9.2"
|
|
}
|
|
}
|