forked from B3nnyL/react-zendesk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.07 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
{
"name": "react-zendesk",
"version": "0.1.13",
"description": "A component enable Zendesk in your React application",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "babel --presets @babel/preset-env,@babel/preset-react --plugins @babel/plugin-proposal-function-bind -d lib/ src/",
"prepublishOnly": "npm run compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/B3nnyL/react-zendesk.git"
},
"keywords": [
"zendesk",
"react",
"embeded"
],
"author": "Shuying Lin <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/B3nnyL/react-zendesk/issues"
},
"homepage": "https://github.com/B3nnyL/react-zendesk#readme",
"dependencies": {
"prop-types": "^15.7.2"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-function-bind": "^7.8.3",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.19.0"
}
}