UNPKG

@versionone/ui

Version:

Open-source and community supported collection of common UI components built with React. As an open-sourced and community supported project, VersionOne UI is not formally supported by VersionOne.

129 lines (128 loc) 3.95 kB
{ "name": "@versionone/ui", "version": "4.1.3", "description": "Open-source and community supported collection of common UI components built with React. As an open-sourced and community supported project, VersionOne UI is not formally supported by VersionOne.", "engines": { "node": "^4.5.0", "npm": "^3.10.7" }, "repository": { "type": "git", "url": "https://github.com/versionone/vue.git" }, "scripts": { "test": "gulp test", "lint": "gulp lint", "lint:watch": "npm run lint:src:watch & npm run lint:specs:watch", "lint:src:watch": "esw --watch --color src/**/*.js --ignore-pattern src/__tests__/*.test.js --ignore-pattern src/**/__tests__/**/*.js --config eslint.src.js", "lint:specs:watch": "esw --watch --color src/__tests__/*.test.js src/**/__tests__/*.test.js --config eslint.specs.js", "prepublishOnly": "echo 'use `gulp publish ${version type}` instead.' exit 1" }, "keywords": [ "react", "components", "VersionOne", "UI" ], "author": "Andrew Smith <andrew@andrew.codes>", "license": "MIT", "babel": { "presets": [ "es2015", "react", "stage-3", "stage-2", "stage-1" ], "env": { "production": { "plugins": [ [ "transform-react-remove-prop-types", { "mode": "wrap" } ] ] } } }, "devDependencies": { "@kadira/react-storybook-addon-info": "3.4.0", "@kadira/storybook": "^2.35.3", "@kadira/storybook-deployer": "^1.2.0", "autoprefixer": "^6.3.6", "babel-cli": "^6.9.0", "babel-core": "^6.9.1", "babel-eslint": "7.1.0", "babel-jest": "^18.0.0", "babel-plugin-transform-react-remove-prop-types": "^0.2.9", "babel-polyfill": "^6.9.1", "babel-preset-es2015": "^6.9.0", "babel-preset-react": "^6.5.0", "babel-preset-stage-1": "^6.5.0", "babel-preset-stage-2": "^6.5.0", "babel-preset-stage-3": "^6.5.0", "babel-runtime": "^6.11.6", "css-loader": "^0.23.1", "del": "^2.2.2", "enzyme": "^3.1.0", "enzyme-adapter-react-15": "1.0.4", "enzyme-to-json": "^3.2.1", "eslint": "^3.10.2", "eslint-config-andrew-codes": "^3.1.1", "eslint-config-andrew-codes-react": "^1.1.2", "eslint-plugin-babel": "^3.3.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-react": "^6.7.1", "eslint-watch": "^2.1.14", "gulp": "^3.9.1", "gulp-babel": "^6.1.2", "gulp-eslint": "^3.0.1", "gulp-jest": "^3.0.1", "gulp-util": "^3.0.8", "jest": "^21.2.1", "jest-cli": "^21.2.1", "jsdom": "^9.2.1", "json-loader": "^0.5.4", "less": "^2.7.1", "less-loader": "^2.2.3", "postcss-loader": "^0.9.1", "precss": "^1.4.0", "raw-loader": "^0.5.1", "react-addons-create-fragment": "15.6.2", "react-addons-shallow-compare": "15.6.2", "react-addons-test-utils": "15.6.2", "react-hot-loader": "^3.1.1", "react-storybook-addon-add-stories-group": "^0.1.0", "react-test-renderer": "^15.5.4", "rimraf": "^2.5.2", "run-sequence": "^1.2.2", "simulant": "^0.2.2", "sinon": "^2.0.0-pre", "style-loader": "^0.13.1", "wallaby-webpack": "0.0.22", "webpack": "^1.13.1", "yargs": "^10.0.3" }, "dependencies": { "@andrew-codes/color-functions": "^1.4.2", "classnames": "^2.2.5", "css-strip-units": "^1.0.0", "invariant": "^2.2.1", "lodash.isempty": "^4.4.0", "lodash.throttle": "^4.1.1", "radium": "^0.19.6", "react": "15.6.1", "react-dom": "15.6.1", "react-event-listener": "0.5.1", "react-redux": "5.0.6", "redux": "3.7.2", "redux-ui": "0.1.1", "scroll-into-view": "^1.7.4", "warning": "^3.0.0" }, "jest": { "testRegex": "/__tests__/.*\\.test\\.js$" } }