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

74 lines
2.4 KiB
JSON

{
"name": "joyent-ui-toolkit",
"version": "6.0.1",
"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",
"files": ["dist"],
"scripts": {
"dev": "NODE_ENV=development redrun -p build:es build:umd -- --watch --source-maps inline",
"build:test": "NODE_ENV=production redrun build:lib",
"build:lib": "NODE_ENV=production redrun -p build:es build:umd",
"build:bundle": "echo 0",
"prepublish": "NODE_ENV=production redrun build:lib",
"test": "NODE_ENV=test joyent-react-scripts test --env=jsdom",
"test:ci": "redrun test",
"build:es": "babel src --out-dir dist/es --ignore spec.js",
"build:umd": "UMD=1 babel src --out-dir dist/umd --ignore spec.js",
"styleguide": "NODE_ENV=development styleguidist server",
"styleguide:build": "NODE_ENV=production styleguidist build"
},
"dependencies": {
"camel-case": "^3.0.0",
"clipboard-copy": "^2.0.0",
"exenv": "^1.2.2",
"joy-react-broadcast": "^0.6.9",
"joyent-icons": "^5.1.0",
"joyent-react-styled-flexboxgrid": "^3.1.0",
"lodash.assign": "^4.2.0",
"lodash.isboolean": "^3.0.3",
"lodash.isnan": "^3.0.2",
"lodash.isundefined": "^3.0.1",
"lodash.values": "^4.3.0",
"normalized-styled-components": "^1.0.18",
"outy": "^0.1.2",
"pascal-case": "^2.0.1",
"prop-types": "^15.6.1",
"react-bundle": "^1.1.0",
"react-popper": "^0.10.4",
"react-responsive": "^4.1.0",
"react-scroll-parallax": "^1.3.4",
"remcalc": "^1.0.10",
"rnd-id": "^2.0.2",
"styled-components": "^3.3.0",
"styled-components-spacing": "^3.0.0",
"styled-flex-component": "^2.2.2",
"styled-is": "^1.1.3",
"unitcalc": "^1.2.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-joyent-portal": "^7.0.1",
"classnames": "^2.2.5",
"eslint": "^4.19.1",
"eslint-config-joyent-portal": "^3.3.1",
"jest-styled-components": "^5.0.1",
"joyent-react-scripts": "^8.2.1",
"react": "^16.4.0",
"react-docgen": "^3.0.0-beta8",
"react-docgen-displayname-handler": "^1.0.1",
"react-dom": "^16.4.0",
"react-styleguidist": "^7.0.14",
"react-test-renderer": "^16.4.0",
"redrun": "^6.0.4"
},
"peerDependencies": {
"joyent-manifest-editor": "^1.4.0",
"react": "^16.4.0",
"react-dom": "^16.4.0"
}
}