joyent-portal/packages/ui-toolkit/package.json

75 lines
2.5 KiB
JSON

{
"name": "joyent-ui-toolkit",
"version": "1.1.0",
"private": true,
"license": "MPL-2.0",
"repository": "github:yldio/joyent-portal",
"main": "dist/index.js",
"module": "dist/index.js",
"scripts": {
"lint:css": "exit 0",
"lint-ci:css": "exit 0",
"lint:js": "eslint . --fix --format=tap",
"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": "exit 0",
"test-ci": "exit 0",
"copy-fonts": "rm -rf dist; mkdir -p dist/typography; cp -r src/typography/libre-franklin dist/typography",
"compile": "babel src --out-dir dist --source-maps inline",
"watch": "cross-env NODE_ENV=development redrun -s -c copy-fonts \"compile --watch\"",
"styleguide:build": "cross-env NODE_ENV=production styleguidist build",
"styleguide": "cross-env NODE_ENV=development styleguidist server",
"postinstall": "cross-env NODE_ENV=production redrun -s copy-fonts compile"
},
"dependencies": {
"camel-case": "^3.0.0",
"d3": "^4.9.1",
"lodash.isstring": "^4.0.1",
"normalized-styled-components": "^1.0.5",
"polished": "^1.1.2",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-broadcast": "^0.1.2",
"react-dom": "^15.5.4",
"react-router-dom": "^4.1.1",
"react-styled-flexboxgrid": "^1.1.2",
"redux-form": "^6.7.0",
"remcalc": "^1.0.5",
"rnd-id": "^1.0.5",
"styled-components": "^2.0.0",
"styled-is": "^1.0.7",
"unitcalc": "^1.0.5"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-plugin-inline-react-svg": "^0.4.0",
"babel-plugin-styled-components": "^1.1.4",
"babel-preset-joyent-portal": "^1.0.0",
"cross-env": "^5.0.0",
"eslint": "^3.19.0",
"eslint-config-joyent-portal": "1.0.0",
"jest": "^20.0.3",
"jest-diff": "^20.0.3",
"jest-matcher-utils": "^20.0.3",
"jest-snapshot": "^20.0.3",
"jest-styled-components": "^2.0.0",
"react-docgen": "^2.15.0",
"react-docgen-displayname-handler": "^1.0.0",
"react-redux": "^5.0.5",
"react-scripts": "^1.0.0",
"react-styleguidist": "^5.2.1",
"react-test-renderer": "^15.5.4",
"redrun": "^5.9.14",
"redux": "^3.6.0",
"snapguidist": "^1.1.2",
"stylelint": "^7.10.1",
"stylelint-config-primer": "^1.4.0",
"stylelint-config-standard": "^16.0.0",
"stylelint-processor-styled-components": "ramitos/stylelint-processor-styled-components#e81e1d0",
"tinycolor2": "^1.4.1",
"title-case": "^2.1.1",
"webpack": "^2.5.1"
}
}