forked from yjose/reactjs-popup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.63 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
{
"name": "reactjs-popup",
"version": "1.3.1",
"description": "React Popup Component - Modals,Tooltips and Menus — All in one",
"main": "lib/reactjs-popup.cjs.js",
"scripts": {
"test": "jest",
"test-watch": "jest --watch",
"update-snap": "jest --updateSnapshot",
"start": "parcel serve ./stories/index.html --no-autoinstall",
"build": "node build"
},
"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.44",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.44",
"@babel/preset-env": "^7.0.0-beta.44",
"@babel/preset-react": "^7.0.0-beta.44",
"bili": "^3.0.15",
"cross-env": "^5.1.1",
"del": "^3.0.0",
"enzyme": "^3.2.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.0",
"http-server": "^0.10.0",
"jest": "^23.5.0",
"parcel-bundler": "^1.7.1",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-testing-library": "^5.1.0",
"story-router": "^1.0.1",
"why-did-you-update": "^0.1.1"
},
"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.netlify.com/"
}