UNPKG

2.65 kBJSONView Raw
1{
2 "name": "select-react-redux",
3 "version": "1.6.3",
4 "description": "A searchable select box, similar to select2.",
5 "scripts": {
6 "dev": "NODE_ENV=development webpack-dev-server --config webpack.dev.config.js",
7 "test": "NODE_ENV=test mocha --require test/helpers/browser.js --recursive test/**/*.spec.js --compilers js:babel-core/register --require ignore-styles -w",
8 "build:example": "rimraf example/lib && NODE_ENV=production webpack --config webpack.example.config.js",
9 "build:watch": "rimraf example/lib && NODE_ENV=production webpack --config webpack.example.config.js --watch",
10 "build:prod": "rimraf lib && babel src/ -d lib/",
11 "pnp": "npm run build:prod && npm run build:example && git add -A && git commit -m \"push\" && git push && npm version patch && npm publish",
12 "cover": "istanbul cover _mocha -- test --compilers js:babel-register"
13 },
14 "main": "lib/index.js",
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/adamgajzlerowicz/ReactSelect.git"
18 },
19 "homepage": "https://adamgajzlerowicz.github.io/ReactSelect",
20 "keywords": [
21 "select",
22 "react",
23 "redux",
24 "select2"
25 ],
26 "author": "Adam Gajzlerowicz",
27 "license": "ISC",
28 "dependencies": {
29 "autoprefixer": "^6.5.3",
30 "babel-cli": "^6.14.0",
31 "babel-core": "^6.18.2",
32 "babel-loader": "^6.2.8",
33 "babel-plugin-add-module-exports": "^0.2.0",
34 "babel-plugin-transform-decorators-legacy": "^1.2.0",
35 "babel-plugin-transform-es2015-modules-commonjs": "^6.7.4",
36 "babel-preset-airbnb": "^2.1.1",
37 "babel-preset-es2015": "^6.14.0",
38 "babel-preset-es2017": "^6.16.0",
39 "babel-preset-react": "^6.11.1",
40 "babel-preset-react-hmre": "^1.1.1",
41 "babel-preset-stage-0": "^6.16.0",
42 "babel-preset-stage-1": "^6.3.13",
43 "chai": "^3.5.0",
44 "clean-webpack-plugin": "^0.1.14",
45 "deep-freeze": "0.0.1",
46 "enzyme": "^2.6.0",
47 "expect": "^1.20.2",
48 "extract-text-webpack-plugin": "^1.0.1",
49 "html-webpack-plugin": "^2.24.1",
50 "ignore-styles": "^5.0.1",
51 "isparta": "^4.0.0",
52 "jsdom": "^9.8.3",
53 "mocha": "^3.2.0",
54 "radium": "^0.18.1",
55 "react": "^15.4.0",
56 "react-addons-test-utils": "^15.4.1",
57 "react-dom": "^15.4.0",
58 "react-redux": "^4.4.6",
59 "redux": "^3.6.0",
60 "rifraf": "^2.0.3",
61 "sinon": "^1.17.6",
62 "style-it": "^1.2.11",
63 "style-loader": "^0.13.1",
64 "webpack": "^1.13.3",
65 "webpack-dev-server": "^1.16.2"
66 },
67 "devDependencies": {
68 "babel-plugin-react-transform": "^2.0.2",
69 "css-loader": "^0.26.0",
70 "enzyme": "^2.6.0",
71 "sass-loader": "^4.0.2",
72 "style-loader": "^0.13.1"
73 }
74}