[add] lokijs in-memory database

This commit is contained in:
Daniel
2017-10-23 00:10:38 -04:00
parent 0b3b39d990
commit 2fcf3557b4
11 changed files with 187 additions and 64 deletions

View File

@@ -13,24 +13,28 @@
"author": "Danude Sandstorm",
"license": "MIT",
"dependencies": {
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-interactive": "^0.5.1",
"react-router": "^3.0.0",
"mobx": "^3.3.1",
"mobx-react": "^4.3.3",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-interactive": "^0.8.1",
"react-router": "^3.2.0",
"react-router-dom": "^4.2.2",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-eslint": "^7.1.1",
"babel-eslint": "^8.0.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-1": "^6.16.0",
"eslint": "^3.12.2",
"eslint-config-airbnb": "^13.0.0",
"eslint": "^4.0.0",
"eslint-config-airbnb": "^16.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.8.0",
"eslint-plugin-jsx-a11y": "^6.0.0",
"eslint-plugin-react": "^7.0.0",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
}