-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1.05 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": "rc-unified-crm-extension-client",
"version": "1.3.3",
"description": "![image](https://user-images.githubusercontent.com/7036536/190325756-35ef367d-1557-4833-84aa-b09f5d6717ab.png)",
"main": "background.js",
"scripts": {
"build": "node ./build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DaKingKong/rc-unified-crm-extension.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DaKingKong/rc-unified-crm-extension/issues"
},
"homepage": "./",
"dependencies": {
"@ringcentral/juno": "^2.35.0",
"@ringcentral/juno-icon": "^1.15.0",
"@segment/analytics-next": "^1.49.1",
"axios": "^1.1.2",
"crypto-js": "^4.1.1",
"idb": "^8.0.0",
"mixpanel-browser": "^2.49.0",
"moment": "^2.29.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-draggable": "^4.4.5",
"styled-components": "^5.3.3"
},
"devDependencies": {
"esbuild": "^0.20.2",
"esbuild-copy-static-files": "^0.1.0",
"esbuild-plugin-svgr": "^1.1.0"
}
}