forked from danielmoi/react-clickout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.78 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@ordermentum/react-clickout",
"version": "2.4.3",
"main": "dist/index.js",
"typings": "dist/src/index.d.ts",
"scripts": {
"test": "./node_modules/.bin/_mocha -R spec ./test/test_helper.js --recursive test/**/*",
"build": "tsc --emitDeclarationOnly && babel src --out-dir dist --extensions \".ts,.tsx\"",
"prepublish": "npm run build",
"go": "watchexec -e js,json,ts,tsx -w src -r yarn build"
},
"author": "Daniel Moi",
"license": "Apache-2.0",
"peerDependencies": {
"react": "^16.6.3",
"react-dom": "^16.6.3"
},
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.2.1",
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.1.0",
"@babel/register": "^7.0.0",
"@types/classnames": "^2.2.6",
"@types/enzyme": "^3.1.15",
"@types/react": "^16.7.17",
"@types/react-dom": "^16.0.11",
"@types/sinon": "^7.0.0",
"chai": "^4.2.0",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.7.1",
"eslint": "^3.13.1",
"eslint-config-airbnb": "^14.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.9.0",
"jsdom": "^9.9.1",
"mocha": "^5.2.0",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"sinon": "^7.2.2",
"typescript": "^3.2.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danielmoi/react-clickout.git"
},
"bugs": {
"url": "https://github.com/danielmoi/react-clickout/issues"
},
"homepage": "https://github.com/danielmoi/react-clickout#readme",
"description": ""
}