forked from yjose/reactjs-popup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.2 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "reactjs-popup",
"version": "1.5.0",
"description": "React Popup Component - Modals,Tooltips and Menus — All in one",
"main": "reactjs-popup.cjs.js",
"module": "reactjs-popup.es.js",
"jsnext:main": "reactjs-popup.es.js",
"unpkg": "reactjs-popup.js",
"jsdelivr": "reactjs-popup.js",
"scripts": {
"test": "jest",
"test-watch": "jest --watch",
"update-snap": "jest --updateSnapshot",
"eslint": "eslint src/**.js stories/**.js",
"start": "parcel serve ./stories/index.html --no-autoinstall",
"build": "node build"
},
"peerDependencies": {
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.3",
"babel-polyfill": "^6.26.0",
"bili": "^3.0.15",
"cross-env": "^5.2.1",
"del": "^5.1.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"enzyme-to-json": "^3.4.0",
"eslint": "^6.3.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.2.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"@testing-library/react": "^9.1.4",
"http-server": "^0.11.1",
"jest": "^24.9.0",
"parcel-bundler": "^1.12.3",
"prettier": "^1.18.2",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"story-router": "^1.0.1",
"why-did-you-update": "^1.0.6"
},
"jest": {
"testEnvironment": "jsdom"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yjose/reactjs-popup.git"
},
"keywords": [
"react",
"popup",
"modal",
"tooltip",
"react-modal",
"reactjs",
"react-popup",
"reactjs-popup",
"reactjs-modal",
"react-tooltip"
],
"author": "Youssouf EL AZIZI <youssoufelazizi@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/yjose/reactjs-popup/issues"
},
"homepage": "https://react-popup.elazizi.com/"
}