select-react-redux
Version:
A searchable select box, similar to select2.
75 lines (74 loc) • 2.65 kB
JSON
{
"name": "select-react-redux",
"version": "1.6.3",
"description": "A searchable select box, similar to select2.",
"scripts": {
"dev": "NODE_ENV=development webpack-dev-server --config webpack.dev.config.js",
"test": "NODE_ENV=test mocha --require test/helpers/browser.js --recursive test/**/*.spec.js --compilers js:babel-core/register --require ignore-styles -w",
"build:example": "rimraf example/lib && NODE_ENV=production webpack --config webpack.example.config.js",
"build:watch": "rimraf example/lib && NODE_ENV=production webpack --config webpack.example.config.js --watch",
"build:prod": "rimraf lib && babel src/ -d lib/",
"pnp": "npm run build:prod && npm run build:example && git add -A && git commit -m \"push\" && git push && npm version patch && npm publish",
"cover": "istanbul cover _mocha -- test --compilers js:babel-register"
},
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/adamgajzlerowicz/ReactSelect.git"
},
"homepage": "https://adamgajzlerowicz.github.io/ReactSelect",
"keywords": [
"select",
"react",
"redux",
"select2"
],
"author": "Adam Gajzlerowicz",
"license": "ISC",
"dependencies": {
"autoprefixer": "^6.5.3",
"babel-cli": "^6.14.0",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-plugin-add-module-exports": "^0.2.0",
"babel-plugin-transform-decorators-legacy": "^1.2.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.7.4",
"babel-preset-airbnb": "^2.1.1",
"babel-preset-es2015": "^6.14.0",
"babel-preset-es2017": "^6.16.0",
"babel-preset-react": "^6.11.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.16.0",
"babel-preset-stage-1": "^6.3.13",
"chai": "^3.5.0",
"clean-webpack-plugin": "^0.1.14",
"deep-freeze": "0.0.1",
"enzyme": "^2.6.0",
"expect": "^1.20.2",
"extract-text-webpack-plugin": "^1.0.1",
"html-webpack-plugin": "^2.24.1",
"ignore-styles": "^5.0.1",
"isparta": "^4.0.0",
"jsdom": "^9.8.3",
"mocha": "^3.2.0",
"radium": "^0.18.1",
"react": "^15.4.0",
"react-addons-test-utils": "^15.4.1",
"react-dom": "^15.4.0",
"react-redux": "^4.4.6",
"redux": "^3.6.0",
"rifraf": "^2.0.3",
"sinon": "^1.17.6",
"style-it": "^1.2.11",
"style-loader": "^0.13.1",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2"
},
"devDependencies": {
"babel-plugin-react-transform": "^2.0.2",
"css-loader": "^0.26.0",
"enzyme": "^2.6.0",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1"
}
}