{ "name": "joyent-ui-toolkit", "version": "1.1.0", "private": true, "license": "MPL-2.0", "repository": "github:yldio/joyent-portal", "main": "dist/umd/index.js", "jsnext:main": "dist/es/index.js", "module": "dist/es/index.js", "scripts": { "lint:css": "echo 0", "lint-ci:css": "echo 0", "lint:js": "eslint . --fix", "lint-ci:js": "eslint . --format junit --output-file $CIRCLE_TEST_REPORTS/lint/ui-toolkit.xml", "lint": "redrun -s lint:*", "lint-ci": "redrun -s lint-ci:*", "test": "echo 0", "test-ci": "echo 0", "copy-fonts": "rm -rf dist; mkdir -p dist/es/typography; mkdir -p dist/umd/typography; cp -r src/typography/libre-franklin dist/es/typography; cp -r src/typography/libre-franklin dist/umd/typography", "compile-watch:es": "NODE_ENV=development babel src --out-dir dist/es --source-maps inline --watch", "compile:es": "NODE_ENV=development babel src --out-dir dist/es --source-maps inline", "compile:umd": "cross-env NODE_ENV=test babel src --out-dir dist/umd --source-maps inline", "compile-watch:umd": "cross-env NODE_ENV=test babel src --out-dir dist/umd --source-maps inline --watch", "compile": "redrun -p compile:*", "watch": "redrun copy-fonts && redrun -p compile-watch:*", "styleguide:build": "cross-env NODE_ENV=production styleguidist build", "styleguide": "cross-env NODE_ENV=development styleguidist server", "postinstall": "redrun -s copy-fonts compile" }, "dependencies": { "camel-case": "^3.0.0", "d3": "^4.10.0", "disable-scroll": "^0.3.0", "lodash.difference": "^4.5.0", "lodash.differenceby": "^4.8.0", "lodash.isequal": "^4.5.0", "lodash.isequalwith": "^4.4.0", "lodash.isstring": "^4.0.1", "normalized-styled-components": "^1.0.8", "polished": "^1.3.0", "prop-types": "^15.5.10", "react-broadcast": "^0.1.2", "react-styled-flexboxgrid": "^2.0.3", "reduce-css-calc": "^2.0.5", "remcalc": "^1.0.8", "rnd-id": "^1.0.8", "styled-components": "^2.1.1", "styled-is": "^1.0.11", "unitcalc": "^1.0.8" }, "devDependencies": { "babel-cli": "^6.24.1", "babel-plugin-inline-react-svg": "^0.4.0", "babel-plugin-styled-components": "^1.1.7", "babel-preset-joyent-portal": "^1.0.3", "cross-env": "^5.0.1", "eslint": "^3.19.0", "eslint-config-joyent-portal": "2.0.0", "jest": "^20.0.4", "jest-diff": "^20.0.3", "jest-matcher-utils": "^20.0.3", "jest-snapshot": "^20.0.3", "jest-styled-components": "^4.2.2", "react": "^15.6.1", "react-docgen": "^2.17.0", "react-docgen-displayname-handler": "^1.0.0", "react-dom": "^15.6.1", "react-redux": "^5.0.5", "react-router-dom": "^4.1.2", "react-scripts": "^1.0.10", "react-styleguidist": "^5.5.9", "react-test-renderer": "^15.6.1", "redrun": "^5.9.15", "redux": "^3.7.2", "redux-form": "^7.0.2", "snapguidist": "^2.0.0", "stylelint": "^8.0.0", "stylelint-config-primer": "^2.0.0", "stylelint-config-standard": "^17.0.0", "stylelint-processor-styled-components": "styled-components/stylelint-processor-styled-components#2a33b5f", "tinycolor2": "^1.4.1", "title-case": "^2.1.1", "webpack": "^3.4.1" }, "peerDependencies": { "react": "^15.6.1", "react-dom": "^15.6.1", "react-router-dom": "^4.1.2", "redux-form": "^7.0.2" } }