data-provider-temporary
Version:
Library that helps with server-to-client synchronization of data
48 lines (47 loc) • 1.11 kB
JSON
{
"name": "data-provider-temporary",
"version": "0.0.4",
"description": "Library that helps with server-to-client synchronization of data",
"main": "dist/index.js",
"scripts": {
"build": "rm -rf dist; babel --out-dir dist src/",
"eslint": "eslint .",
"prepublish": "npm run build && npm run test",
"test": "npm run eslint"
},
"keywords": [
"synchronization",
"data",
"provider",
"react",
"redux"
],
"author": "marcelka.hrda@gmail.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/vacuumlabs/data-provider"
},
"dependencies": {
"lodash": "^4.17.4"
},
"peerDependencies": {
"prop-types": ">=15",
"react": ">=16"
},
"engines": {
"node": ">=8"
},
"devDependencies": {
"babel-cli": "6",
"babel-eslint": "7",
"babel-preset-es2015": "^6.24.1",
"babel-preset-node8": "^1.2.0",
"babel-preset-react": "6",
"babel-preset-stage-0": "^6.24.1",
"eslint": "4",
"eslint-config-vacuumlabs": "1",
"eslint-plugin-import": "2",
"eslint-plugin-react": "7"
}
}