UNPKG

1.54 kBJSONView Raw
1{
2 "name": "react-clickout",
3 "version": "2.4.3",
4 "main": "lib/index.js",
5 "scripts": {
6 "test": "./node_modules/.bin/_mocha -R spec ./test/test_helper.js --recursive test/**/*",
7 "build": "babel src --out-dir lib",
8 "prepublish": "npm run build",
9 "go": "watchexec -e js,json,ts,tsx -w src -r yarn build"
10 },
11 "author": "Daniel Moi",
12 "license": "Apache-2.0",
13 "peerDependencies": {
14 "react": "^16.6.3",
15 "react-dom": "^16.6.3"
16 },
17 "dependencies": {
18 "classnames": "^2.2.5"
19 },
20 "devDependencies": {
21 "babel": "^6.5.2",
22 "babel-cli": "^6.18.0",
23 "babel-core": "^6.21.0",
24 "babel-eslint": "^7.1.1",
25 "babel-istanbul": "^0.12.1",
26 "babel-loader": "^6.2.10",
27 "babel-plugin-istanbul": "^3.1.2",
28 "babel-preset-es2015": "^6.18.0",
29 "babel-preset-react": "^6.16.0",
30 "babel-preset-stage-1": "^6.22.0",
31 "babel-register": "^6.22.0",
32 "chai": "^3.5.0",
33 "enzyme": "^2.7.0",
34 "eslint": "^3.13.1",
35 "eslint-config-airbnb": "^14.0.0",
36 "eslint-plugin-import": "^2.2.0",
37 "eslint-plugin-jsx-a11y": "^3.0.2",
38 "eslint-plugin-react": "^6.9.0",
39 "jsdom": "^9.9.1",
40 "mocha": "^3.2.0",
41 "react-addons-test-utils": "^15.4.2",
42 "sinon": "^1.17.7",
43 "webpack": "^1.14.0"
44 },
45 "repository": {
46 "type": "git",
47 "url": "git+https://github.com/danielmoi/react-clickout.git"
48 },
49 "bugs": {
50 "url": "https://github.com/danielmoi/react-clickout/issues"
51 },
52 "homepage": "https://github.com/danielmoi/react-clickout#readme",
53 "description": ""
54}