UNPKG

2.12 kBJSONView Raw
1{
2 "name": "react-responsive-modal",
3 "version": "6.1.0",
4 "description": "A simple responsive and accessible react modal",
5 "license": "MIT",
6 "main": "dist/index.js",
7 "module": "dist/react-responsive-modal.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 "size": "size-limit"
16 },
17 "files": [
18 "dist",
19 "src",
20 "styles.css"
21 ],
22 "jest": {
23 "setupFilesAfterEnv": [
24 "./__tests__/setupTests.ts"
25 ],
26 "modulePathIgnorePatterns": [
27 "cypress"
28 ],
29 "coveragePathIgnorePatterns": [
30 "src/lib"
31 ]
32 },
33 "keywords": [
34 "react",
35 "responsive",
36 "modal",
37 "mobile",
38 "flex"
39 ],
40 "repository": "git+https://github.com/pradel/react-responsive-modal.git",
41 "author": "Léo Pradel",
42 "bugs": {
43 "url": "https://github.com/pradel/react-responsive-modal/issues"
44 },
45 "homepage": "https://react-responsive-modal.leopradel.com/",
46 "funding": "https://github.com/sponsors/pradel",
47 "size-limit": [
48 {
49 "path": "dist/react-responsive-modal.cjs.production.min.js",
50 "limit": "4.0 KB"
51 },
52 {
53 "path": "dist/react-responsive-modal.esm.js",
54 "limit": "4.0 KB"
55 }
56 ],
57 "dependencies": {
58 "@bedrock-layout/use-forwarded-ref": "^1.1.4",
59 "body-scroll-lock": "^3.1.5",
60 "classnames": "^2.2.6"
61 },
62 "peerDependencies": {
63 "react": "^16.8.0 || ^17",
64 "react-dom": "^16.8.0 || ^17"
65 },
66 "devDependencies": {
67 "@size-limit/preset-small-lib": "4.7.0",
68 "@testing-library/jest-dom": "5.11.6",
69 "@testing-library/react": "11.1.2",
70 "@types/body-scroll-lock": "2.6.1",
71 "@types/classnames": "2.2.11",
72 "@types/node": "14.14.7",
73 "@types/react": "16.9.56",
74 "@types/react-dom": "16.9.9",
75 "babel-jest": "26.6.3",
76 "cypress": "5.6.0",
77 "husky": "4.3.0",
78 "prettier": "2.1.2",
79 "react": "17.0.1",
80 "react-dom": "17.0.1",
81 "size-limit": "4.7.0",
82 "tsdx": "0.14.1",
83 "tslib": "2.0.3",
84 "typescript": "4.0.5"
85 }
86}
\No newline at end of file