{ "name": "joyent-portal-ui", "version": "1.0.0", "license": "MPL2", "private": true, "main": "dist/index.js", "scripts": { "start": "cd docs && npm start", "lint": "make lint", "test": "make test", "build": "make compile", "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook" }, "dependencies": { "color": "^1.0.2", "lodash.find": "^4.6.0", "lodash.first": "^3.0.0", "lodash.flatten": "^4.4.0", "lodash.get": "^4.4.2", "lodash.isfunction": "^3.0.8", "lodash.isstring": "^4.0.1", "lodash.isundefined": "^3.0.1", "param-case": "^2.1.0", "random-natural": "^1.0.3", "react": "^15.4.1", "react-dom": "^15.4.1", "reduce-css-calc": "^1.3.0", "styled-components": "^1.1.3" }, "devDependencies": { "@kadira/storybook": "^2.34.0", "ava": "^0.17.0", "babel-cli": "^6.18.0", "babel-core": "^6.20.0", "babel-eslint": "^7.1.1", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-syntax-async-functions": "^6.13.0", "babel-plugin-transform-object-rest-spread": "^6.20.2", "babel-preset-react": "^6.16.0", "babel-register": "^6.18.0", "dangerously-set-inner-html": "2.0.0", "enzyme": "^2.6.0", "eslint": "^3.12.0", "eslint-config-semistandard": "^7.0.0", "eslint-config-standard": "^6.2.1", "eslint-plugin-babel": "^4.0.0", "eslint-plugin-jsx-a11y": "^3.0.1", "eslint-plugin-promise": "^3.4.0", "eslint-plugin-react": "^6.8.0", "eslint-plugin-standard": "^2.0.1", "memory-fs": "^0.4.1", "nyc": "^10.0.0", "pre-commit": "^1.2.0", "react-addons-test-utils": "^15.4.1", "st": "^1.2.0", "stylelint": "^7.6.0", "stylelint-config-standard": "^15.0.0", "stylelint-processor-styled-components": "^0.0.4", "tap-xunit": "^1.4.0" }, "ava": { "failFast": true, "cache": false, "require": [ "babel-register" ], "babel": "inherit" }, "pre-commit": [ "lint", "test", "coverage" ] }