forked from steve-jr/tawkto-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.02 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
{
"name": "tawkto-react",
"version": "3.0.1",
"description": "Integrate tawk.to into react application",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"test": "echo \"Error: no test specified\""
},
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/steve-junior/tawkto-react.git"
},
"keywords": [
"tawk",
"tawkto",
"tawk.to",
"react",
"chat"
],
"author": "Steve Junior",
"license": "ISC",
"bugs": {
"url": "https://github.com/steve-junior/tawkto-react/issues"
},
"homepage": "https://github.com/steve-junior/tawkto-react#readme",
"peerDependencies": {
"react": "^17.0.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"react": "^17.0.2",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
}
}