-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.35 KB
/
package.json
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
{
"name": "modal.react.js",
"version": "2.1.0",
"main": "build/bundle.js",
"types": "build/index.d.ts",
"type": "module",
"repository": "https://github.com/JWo1F/modal.react.js",
"author": "Alex Ivashkin <[email protected]>",
"files": [
"build/*"
],
"keywords": [
"react",
"modal",
"alert",
"confirm",
"prompt",
"window"
],
"license": "MIT",
"scripts": {
"build": "rollup -c",
"test": "jest"
},
"devDependencies": {
"@jest/globals": "29.6.3",
"@rollup/plugin-typescript": "11.1.2",
"@testing-library/react": "14.0.0",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "6.4.1",
"@typescript-eslint/parser": "6.4.1",
"esbuild": "0.19.2",
"esbuild-jest": "0.5.0",
"escape-string-regexp": "5.0.0",
"eslint": "8.47.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.33.2",
"jest": "29.6.3",
"jest-environment-jsdom": "29.6.3",
"magic-string": "0.30.3",
"react": "18.2",
"react-dom": "18.2",
"rollup": "3.28.0",
"rollup-plugin-esbuild": "5.0.0",
"tslib": "2.6.2",
"typescript": "5.1.6"
},
"peerDependencies": {
"react": "18.2"
}
}