-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.32 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.32 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
{
"name": "ringcentral-c2d",
"version": "2.0.5",
"description": "RingCentral Click-to-Call and Click-to-Text library",
"homepage": "https://github.com/ringcentral/ringcentral-c2d#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ringcentral/ringcentral-c2d.git"
},
"license": "MIT",
"author": "RingCentral Integrations Team",
"sideEffects": false,
"main": "src/index.ts",
"scripts": {
"build": "webpack",
"pre-release": "gulp release",
"test": "yarn run-test",
"tsc-check": "yarn tsc --project tsconfig.lint.json --noEmit",
"tsc": "tsc"
},
"dependencies": {
"@ringcentral-integration/phone-number": "^1.1.0",
"classnames": "^2.2.5",
"lodash": "^4.17.21"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"babel-jest": "^29.7.0",
"core-js": "^3.9.1",
"css-loader": "^6.8.1",
"execa": "^5.0.0",
"fs-extra": "^10.1.0",
"gulp": "^4.0.2",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"sass": "^1.75.0",
"sass-loader": "^13.3.3",
"style-loader": "^3.3.3",
"ts-loader": "^5.3.3",
"tslib": "^2.3.0",
"typescript": "^4.9.4",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"common": true,
"ci": {
"ringcentral-c2d": "**"
},
"nx": {
"tags": [
"scope:ci-group-1"
]
}
}