UNPKG

1.93 kBJSONView Raw
1{
2 "name": "react-a-gate",
3 "description": "A React library made with Portals for modals, tooltips and popovers",
4 "version": "1.0.0",
5 "private": false,
6 "main": "dist/index.js",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/bonavida/react-a-gate"
10 },
11 "author": "Diego Bonavida <gecko.bona@gmail.com>",
12 "license": "MIT",
13 "tags": [
14 "react"
15 ],
16 "keywords": [
17 "react",
18 "portal",
19 "portals",
20 "react-portal",
21 "gate",
22 "modal",
23 "tooltip",
24 "popover",
25 "typescript",
26 "rollup"
27 ],
28 "scripts": {
29 "build": "rollup -c",
30 "start": "rollup -c -w"
31 },
32 "peerDependencies": {
33 "react": "^16.13.1",
34 "react-dom": "^16.13.1"
35 },
36 "devDependencies": {
37 "@testing-library/jest-dom": "^4.2.4",
38 "@testing-library/react": "^9.5.0",
39 "@testing-library/user-event": "^7.2.1",
40 "@types/classnames": "^2.2.10",
41 "@types/jest": "^24.9.1",
42 "@types/node": "^12.12.62",
43 "@types/react": "^16.9.49",
44 "@types/react-dom": "^16.9.8",
45 "@types/resize-observer-browser": "^0.1.3",
46 "babel-core": "^6.26.3",
47 "babel-runtime": "^6.26.0",
48 "eslint-config-airbnb": "^18.2.0",
49 "eslint-config-prettier": "^6.11.0",
50 "eslint-plugin-prettier": "^3.1.4",
51 "node-sass": "^4.14.1",
52 "prettier": "^2.1.2",
53 "react": "^16.13.1",
54 "react-dom": "^16.13.1",
55 "rollup": "^2.28.2",
56 "rollup-plugin-includepaths": "^0.2.4",
57 "rollup-plugin-sass": "^1.2.2",
58 "rollup-plugin-typescript2": "^0.27.3",
59 "typescript": "^3.9.7"
60 },
61 "files": [
62 "dist"
63 ],
64 "eslintConfig": {
65 "extends": "react-app"
66 },
67 "browserslist": {
68 "production": [
69 ">0.2%",
70 "not dead",
71 "not op_mini all"
72 ],
73 "development": [
74 "last 1 chrome version",
75 "last 1 firefox version",
76 "last 1 safari version"
77 ]
78 }
79}
\No newline at end of file