-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.55 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.55 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
61
62
63
64
65
66
67
68
{
"name": "tawk-messenger-react",
"version": "1.0.0",
"description": "Official React plugin for Tawk messenger",
"keywords": [
"react",
"reactjs",
"next",
"react-plugin",
"tawk",
"next-plugin",
"tawkto",
"react-tawk",
"next-tawk"
],
"repository": {
"type": "git",
"url": "https://github.com/tawk/tawk-messenger-react.git",
"repository": "tawk/tawk-messenger-react"
},
"homepage": "https://github.com/tawk/tawk-messenger-react#readme",
"bugs": {
"url": "https://github.com/tawk/tawk-messenger-react/issues",
"email": "support@tawk.to"
},
"license": "Apache-2.0",
"author": "Jerald Austero <jerald.austero@tawk.to> (https://www.tawk.to)",
"files": [
"src"
],
"main": "./src/index.js",
"scripts": {
"test": "react-scripts test",
"lint": "eslint src/**/*.js"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.15.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@types/react": "^17.0.43",
"babel-eslint": "^10.1.0",
"eslint-plugin-jest": "^24.7.0",
"eslint-plugin-react": "^7.28.0"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}