-
Notifications
You must be signed in to change notification settings - Fork 71
/
package.json
65 lines (65 loc) · 1.67 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
59
60
61
62
63
64
65
{
"name": "react-popup",
"version": "0.9.1",
"description": "React popup component from Minutemailer",
"main": "dist/index.js",
"scripts": {
"lint": "eslint src/*.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/minutemailer/react-popup.git"
},
"keywords": [
"react",
"popup",
"js",
"javascript",
"minutemailer",
"react-component"
],
"author": "Tobias Bleckert (Minutemailer)",
"license": "MIT",
"bugs": {
"url": "https://github.com/minutemailer/react-popup/issues"
},
"homepage": "https://github.com/minutemailer/react-popup",
"peerDependencies": {
"prop-types": "^15.6.0",
"react": "^16.1.1",
"react-dom": "^16.1.1"
},
"jest": {
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react",
"<rootDir>/node_modules/react-dom",
"<rootDir>/node_modules/react-addons-test-utils"
],
"modulePathIgnorePatterns": [
"<rootDir>/node_modules/"
]
},
"devDependencies": {
"babel-eslint": "^8.0.2",
"babel-jest": "^11.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-assign": "^6.5.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"escope": "^3.6.0",
"eslint": "^4.11.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.1",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-rename": "^1.2.2",
"jest-cli": "^11.0.0"
},
"dependencies": {
"keymaster": "^1.6.2"
}
}