{ "name": "@tomgco/joyent-portal-ui", "version": "0.0.1-2", "license": "MPL-2.0", "main": "dist/index.js", "files": [ "dist/" ], "scripts": { "start": "cd docs && npm start", "lint": "make lint", "test": "make test", "build": "make compile", "storybook": "start-storybook -s ./src/assets,./src/vendor -p 6006", "build-storybook": "build-storybook" }, "dependencies": { "build-array": "^1.0.0", "chart.js": "^2.4.0", "chartjs-chart-box-plot": "prerelease", "color": "^1.0.3", "d3": "^4.4.1", "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", "moment": "^2.17.1", "param-case": "^2.1.0", "random-natural": "^1.0.3", "react": "^15.4.2", "react-dom": "^15.4.2", "react-select": "^1.0.0-rc.2", "reduce-css-calc": "^1.3.0", "styled-components": "^1.3.0", "svg-react-loader": "^0.3.7", "transform-props-with": "^2.1.0" }, "devDependencies": { "@kadira/storybook": "^2.35.3", "ava": "^0.17.0", "babel-cli": "^6.18.0", "babel-core": "^6.21.0", "babel-eslint": "^7.1.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.7.0", "eslint": "^3.13.1", "eslint-config-semistandard": "^7.0.0", "eslint-config-standard": "^6.2.1", "eslint-plugin-babel": "^4.0.0", "eslint-plugin-jsx-a11y": "^3.0.2", "eslint-plugin-promise": "^3.4.0", "eslint-plugin-react": "^6.9.0", "eslint-plugin-standard": "^2.0.1", "jsdom": "^9.9.1", "memory-fs": "^0.4.1", "node-hook": "^0.4.0", "nyc": "^10.0.0", "pre-commit": "^1.2.2", "react-addons-test-utils": "^15.4.2", "st": "^1.2.0", "stylelint": "^7.7.1", "stylelint-config-standard": "^15.0.1", "stylelint-processor-styled-components": "^0.0.4", "tap-xunit": "^1.5.1" }, "ava": { "failFast": true, "cache": false, "require": [ "babel-register", "./test/_hook.js" ], "babel": "inherit" }, "pre-commit": [ "lint", "test", "coverage" ] }