1 | {
|
2 | "name": "reactjs-popup",
|
3 | "version": "2.0.6",
|
4 | "description": "React Popup Component - Modals,Tooltips and Menus — All in one",
|
5 | "main": "dist/index.js",
|
6 | "module": "dist/reactjs-popup.esm.js",
|
7 | "umd:main": "dist/reactjs-popup.umd.production.js",
|
8 | "typings": "dist/index.d.ts",
|
9 | "files": [
|
10 | "dist"
|
11 | ],
|
12 | "engines": {
|
13 | "node": ">=10"
|
14 | },
|
15 | "scripts": {
|
16 | "start": "tsdx watch",
|
17 | "build": "NODE_ENV=production tsdx build --entry src/index.tsx --format=cjs,esm,umd",
|
18 | "test": "tsdx test --passWithNoTests --env=jest-environment-jsdom-sixteen",
|
19 | "lint": "tsdx lint",
|
20 | "prepare": "tsdx build",
|
21 | "storybook": "start-storybook -p 6006",
|
22 | "build-storybook": "build-storybook",
|
23 | "np": "np --any-branch"
|
24 | },
|
25 | "peerDependencies": {
|
26 | "react": ">=16",
|
27 | "react-dom": ">=16"
|
28 | },
|
29 | "husky": {
|
30 | "hooks": {
|
31 | "pre-commit": "tsdx lint"
|
32 | }
|
33 | },
|
34 | "prettier": {
|
35 | "printWidth": 80,
|
36 | "semi": true,
|
37 | "singleQuote": true,
|
38 | "trailingComma": "es5"
|
39 | },
|
40 | "devDependencies": {
|
41 | "@babel/core": "^7.11.1",
|
42 | "@storybook/addon-actions": "^6.0.7",
|
43 | "@storybook/addon-docs": "^6.0.7",
|
44 | "@storybook/addon-essentials": "^6.0.7",
|
45 | "@storybook/addon-info": "^5.3.19",
|
46 | "@storybook/addon-links": "^6.0.7",
|
47 | "@storybook/addons": "^6.0.7",
|
48 | "@storybook/react": "^6.0.7",
|
49 | "@testing-library/jest-dom": "^5.11.4",
|
50 | "@testing-library/react": "^10.4.9",
|
51 | "@testing-library/user-event": "^12.1.3",
|
52 | "@types/react": "^16.9.46",
|
53 | "@types/react-dom": "^16.9.8",
|
54 | "autoprefixer": "^9.8.6",
|
55 | "babel-loader": "^8.1.0",
|
56 | "cssnano": "^4.1.10",
|
57 | "husky": "^4.2.5",
|
58 | "identity-obj-proxy": "^3.0.0",
|
59 | "jest": "^26.4.2",
|
60 | "jest-environment-jsdom-sixteen": "^1.0.3",
|
61 | "np": "^6.5.0",
|
62 | "react": "^16.13.1",
|
63 | "react-docgen-typescript-loader": "^3.7.2",
|
64 | "react-dom": "^16.13.1",
|
65 | "react-is": "^16.13.1",
|
66 | "rollup-plugin-postcss": "^3.1.8",
|
67 | "ts-loader": "^8.0.2",
|
68 | "tsdx": "^0.13.2",
|
69 | "tslib": "^2.0.1",
|
70 | "typescript": "^3.9.7"
|
71 | },
|
72 | "jest": {
|
73 | "moduleNameMapper": {
|
74 | "\\.(css|less)$": "identity-obj-proxy"
|
75 | }
|
76 | },
|
77 | "dependencies": {},
|
78 | "author": "Youssouf EL AZIZI <youssoufelazizi@gmail.com>",
|
79 | "license": "MIT",
|
80 | "bugs": {
|
81 | "url": "https://github.com/yjose/reactjs-popup/issues"
|
82 | },
|
83 | "keywords": [
|
84 | "react",
|
85 | "popup",
|
86 | "modal",
|
87 | "tooltip",
|
88 | "react-modal",
|
89 | "reactjs",
|
90 | "react-popup",
|
91 | "reactjs-popup",
|
92 | "reactjs-modal",
|
93 | "react-tooltip"
|
94 | ],
|
95 | "homepage": "https://react-popup.elazizi.com/",
|
96 | "repository": "yjose/reactjs-popup",
|
97 | "publishConfig": {
|
98 | "registry": "https://registry.npmjs.org"
|
99 | }
|
100 | }
|