UNPKG

2.19 kBJSONView Raw
1{
2 "name": "react-responsive-modal",
3 "version": "5.1.0",
4 "description": "A simple responsive and accessible react modal compatible with React 16 and ready for React 17",
5 "license": "MIT",
6 "main": "dist/index.js",
7 "module": "dist/mylib.esm.js",
8 "typings": "dist/index.d.ts",
9 "scripts": {
10 "start": "tsdx watch",
11 "build": "tsdx build",
12 "test": "tsdx test --passWithNoTests",
13 "lint": "tsdx lint",
14 "prepare": "tsdx build",
15 "docz:dev": "docz dev",
16 "docz:build": "docz build",
17 "size": "size-limit",
18 "prettier": "prettier --write \"**/*.{js,ts,tsx,css,scss,json,md,mdx}\""
19 },
20 "files": [
21 "dist",
22 "src",
23 "styles.css"
24 ],
25 "jest": {
26 "setupFilesAfterEnv": [
27 "./__tests__/setupTests.ts"
28 ]
29 },
30 "prettier": {
31 "singleQuote": true
32 },
33 "husky": {
34 "hooks": {
35 "pre-commit": "tsdx lint"
36 }
37 },
38 "keywords": [
39 "react",
40 "responsive",
41 "modal",
42 "mobile",
43 "flex"
44 ],
45 "repository": "git+https://github.com/pradel/react-responsive-modal.git",
46 "author": "Léo Pradel",
47 "bugs": {
48 "url": "https://github.com/pradel/react-responsive-modal/issues"
49 },
50 "homepage": "https://react-responsive-modal.leopradel.com/",
51 "funding": "https://github.com/sponsors/pradel",
52 "size-limit": [
53 {
54 "path": "dist/index.js",
55 "limit": "3.1 KB"
56 }
57 ],
58 "dependencies": {
59 "classnames": "^2.2.6",
60 "no-scroll": "^2.1.1"
61 },
62 "peerDependencies": {
63 "react": "^16.8.0",
64 "react-dom": "^16.8.0"
65 },
66 "devDependencies": {
67 "@size-limit/preset-small-lib": "4.5.7",
68 "@testing-library/jest-dom": "5.11.4",
69 "@testing-library/react": "10.4.9",
70 "@types/classnames": "2.2.10",
71 "@types/no-scroll": "2.1.0",
72 "@types/node": "14.0.27",
73 "@types/react": "16.9.39",
74 "@types/react-dom": "16.9.8",
75 "@types/react-transition-group": "4.4.0",
76 "codecov": "3.7.2",
77 "docz": "2.3.1",
78 "gatsby": "2.23.11",
79 "gatsby-theme-docz": "2.3.1",
80 "husky": "4.2.5",
81 "prettier": "2.1.1",
82 "react": "16.13.1",
83 "react-dom": "16.13.1",
84 "size-limit": "4.5.7",
85 "tsdx": "0.13.3",
86 "tslib": "2.0.1",
87 "typescript": "4.0.2"
88 }
89}
\No newline at end of file