[New Feature] Add firestore to data layer

This commit is contained in:
Qolzam
2017-11-30 13:41:02 +07:00
parent 92379b615c
commit 22a5b46f36
67 changed files with 1844 additions and 615 deletions

View File

@@ -8,15 +8,17 @@
"build": "NODE_ENV=production webpack -p",
"watch": "webpack -w",
"deploy:firebase": "npm run build && firebase deploy",
"start": "npm run build && node server.js"
"start": "node server.js"
},
"author": "Amir Movahedi",
"license": "MIT",
"dependencies": {
"@types/react-hot-loader": "^3.0.5",
"@types/react-infinite-scroller": "^1.0.4",
"amazon-cognito-identity-js": "^1.21.0",
"aws-sdk": "^2.132.0",
"axios": "^0.16.1",
"babel-runtime": "^6.26.0",
"classnames": "^2.2.5",
"crypto-js": "^3.1.9-1",
"css-loader": "^0.28.0",
@@ -25,7 +27,7 @@
"express": "^4.15.2",
"faker": "^4.1.0",
"file-loader": "^0.11.1",
"firebase": "^3.9.0",
"firebase": "^4.6.2",
"inversify": "^4.3.0",
"keycode": "^2.1.9",
"lodash": "^4.17.4",
@@ -41,6 +43,7 @@
"react-dom": "^16.0.0",
"react-event-listener": "^0.5.1",
"react-hot-loader": "^3.1.3",
"react-infinite-scroller": "^1.1.1",
"react-linkify": "^0.2.1",
"react-parallax": "^1.4.4",
"react-redux": "^5.0.6",
@@ -78,6 +81,7 @@
"babel-core": "^6.24.1",
"babel-loader": "^7.1.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
@@ -91,6 +95,7 @@
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.3",
"mocha": "^3.2.0",
"open-browser-webpack-plugin": "0.0.5",
"redux-logger": "^3.0.1",
"redux-mock-store": "^1.2.3",
"source-map-loader": "^0.2.2",