react-native-web-headroom
Version:
React Native Web Headroom
44 lines (43 loc) • 1.22 kB
JSON
{
"name": "@storybook/podda",
"version": "1.2.3",
"description": "Simple Reactive DataStore for JavaScript",
"repository": {
"type": "git",
"url": "https://github.com/arunoda/podda.git"
},
"license": "MIT",
"scripts": {
"prepublish": ". ./.scripts/prepublish.sh",
"lint": "eslint src",
"lintfix": "eslint src --fix",
"testonly": "mocha --require .scripts/mocha_runner src/**/tests/**/*.js",
"test": "npm run lint && npm run testonly",
"test-watch": "npm run testonly -- --watch --watch-extensions js"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.5",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.13.0",
"babel-preset-react-app": "^0.2.1",
"chai": "^3.5.0",
"eslint": "^3.6.0",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.6.0",
"mocha": "^3.0.2",
"sinon": "^1.17.6"
},
"dependencies": {
"babel-runtime": "^6.11.6",
"immutable": "^3.8.1"
},
"main": "dist/index.js",
"engines": {
"npm": ">=3.0.0"
}
}