UNPKG

react-native-web-headroom

Version:
42 lines (41 loc) 1.16 kB
{ "name": "@storybook/mantra-core", "version": "1.7.2", "description": "Core API for Mantra", "repository": { "type": "git", "url": "https://github.com/storybooks/mantra-core/" }, "license": "MIT", "options": { "mocha": "--require scripts/mocha_runner src/**/__tests__/**/*.js" }, "scripts": { "prepublish": ". ./scripts/prepublish.sh", "lint": "eslint ./src", "lintfix": "eslint ./src --fix", "testonly": "mocha $npm_package_options_mocha", "test": "npm run lint && npm run testonly", "test-watch": "npm run testonly -- --watch --watch-extensions js" }, "devDependencies": { "nodemon": "1.7.x", "mocha": "2.x.x", "chai": "3.x.x", "eslint": "1.7.x", "babel-eslint": "4.x.x", "eslint-plugin-babel": "2.x.x", "babel-cli": "6.x.x", "babel-core": "6.x.x", "babel-polyfill": "6.x.x", "babel-preset-es2015": "6.x.x", "babel-preset-stage-2": "6.x.x", "babel-plugin-transform-runtime": "6.x.x", "react": "^0.14.6" }, "dependencies": { "babel-runtime": "6.x.x", "@storybook/react-komposer": "^2.0.1", "@storybook/react-simple-di": "^1.2.1" } }