sails-datastore
Version:
Datastore to user with sails
50 lines (49 loc) • 1.37 kB
JSON
{
"name": "sails-datastore",
"version": "0.0.1",
"description": "Datastore to user with sails",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --hot --port 8000 --host 0.0.0.0",
"build": "webpack --config webpack.config.production.js",
"prepublish": "npm run build"
},
"keywords": [
"fbads"
],
"author": "Muhammad Azamuddin",
"license": "ISC",
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.16.0",
"css-loader": "^0.25.0",
"grunt": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-crx-auto-reload": "^1.0.2",
"json-loader": "^0.5.4",
"react-hot-loader": "^3.0.0-beta.7",
"style-loader": "^0.13.1",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"axios": "^0.16.2",
"debounce": "^1.0.2",
"jquery": "^3.2.1",
"lodash": "^4.14.0",
"mobx": "^3.3.1",
"mobx-react": "^4.3.3",
"ramda": "^0.24.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-table": "^6.6.0",
"recompose": "^0.25.1",
"throttle-debounce": "^1.0.1"
}
}