-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.89 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.89 KB
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
{
"name": "react-st-modal",
"version": "1.1.3",
"description": "React St Modal is a simple and flexible library for implementing modal dialogs",
"author": "oleg.litovski9@gmail.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Nodlik/react-st-modal.git"
},
"homepage": "https://nodlik.github.io/react-st-modal/",
"main": "build/index.js",
"scripts": {
"build": "rollup -c",
"build:dev": "rollup -c --watch",
"eslint": "eslint . --ext .ts,.tsx"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@types/classnames": "^2.2.10",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"autoprefixer": "^9.8.6",
"eslint": "^7.9.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-jest": "^24.0.2",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.0",
"eslint-plugin-react-hooks": "^4.1.2",
"eslint-plugin-typescript": "^0.14.0",
"node-sass": "^4.14.1",
"prettier": "^2.1.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"rollup": "^2.28.1",
"rollup-plugin-peer-deps-external": "^2.2.3",
"rollup-plugin-postcss": "^3.1.8",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.27.2",
"typescript": "^4.0.3",
"typescript-plugin-css-modules": "^2.7.0"
},
"dependencies": {},
"keywords": [
"react",
"reactjs",
"modal",
"dialog",
"alert",
"confirm",
"propmt",
"overlay",
"frontend",
"javascript"
]
}