-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
102 lines (102 loc) · 3.25 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
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "hubspot-embeddable-ringcentral-phone",
"version": "7.10.4",
"description": "RingCentral Chrome extension for HubSpot based on RingCentral Embeddable",
"main": "index.js",
"scripts": {
"build": "./node_modules/.bin/cross-env NODE_ENV=production ./node_modules/.bin/webpack --config build/webpack.config.js --progress -w",
"start": "npm run build",
"postinstall": "node bin/post-install",
"lint": "./node_modules/.bin/standard",
"fix": "./node_modules/.bin/standard --fix",
"docs": "mkdocs serve",
"docs-b": "mkdocs build",
"docs-p": "mkdocs gh-deploy",
"deploy": "npm run docs-b && npm run docs-p",
"clean": "rm -rf dist dist-firefox",
"down": "node bin/download-adapter.js",
"pack": "rm -rf dist *.zip && cross-env NODE_ENV=production ./node_modules/.bin/webpack --config build/webpack.config.js && npm run down && node bin/pack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ringcentral/hubspot-embeddable-ringcentral-phone.git"
},
"keywords": [
"RingCentral",
"HubSpot",
"embeddable",
"phone"
],
"author": "Drake ZHAO <drake.zhao@ringcentral.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ringcentral/hubspot-embeddable-ringcentral-phone/issues"
},
"homepage": "https://github.com/ringcentral/hubspot-embeddable-ringcentral-phone#readme",
"devDependencies": {
"@ant-design/icons": "4.7.0",
"@babel/cli": "7.16.0",
"@babel/core": "7.16.0",
"@babel/plugin-proposal-class-properties": "7.16.0",
"@babel/plugin-proposal-decorators": "7.16.4",
"@babel/plugin-proposal-json-strings": "7.16.0",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-runtime": "7.16.4",
"@babel/preset-env": "7.16.4",
"@babel/preset-react": "7.16.0",
"@babel/register": "7.16.0",
"@babel/runtime": "7.16.3",
"antd": "4.17.2",
"babel-eslint": "10.1.0",
"babel-loader": "8.2.3",
"babel-plugin-import": "1.13.3",
"babel-plugin-lodash": "3.3.4",
"blueimp-md5": "2.19.0",
"concat-loader": "0.1.0",
"copy-webpack-plugin": "10.0.0",
"cross-env": "7.0.3",
"css-loader": "6.5.1",
"dayjs": "1.10.7",
"dotenv": "10.0.0",
"extract-loader": "5.1.0",
"fast-deep-equal": "3.1.3",
"file-loader": "6.2.0",
"html-loader": "3.0.1",
"json-deep-copy": "1.1.6",
"less": "4.1.2",
"less-loader": "10.2.0",
"lodash": "4.17.21",
"lodash-webpack-plugin": "0.11.6",
"nanoid": "3.1.30",
"postcss-loader": "6.2.1",
"postcss-rename-selector": "0.1.1",
"@electerm/antd-dayjs-webpack-plugin": "1.0.7",
"react": "17.0.2",
"react-delta": "1.1.2",
"react-dom": "17.0.2",
"react-draggable": "4.4.4",
"recursive-assign": "0.2.0",
"replace-in-file": "6.3.2",
"ringcentral-embeddable-extension-common": "0.12.2",
"shelljs": "0.8.4",
"standard": "16.0.4",
"style-loader": "3.3.1",
"stylus": "0.55.0",
"stylus-loader": "6.2.0",
"timeout-as-promise": "1.0.0",
"url-loader": "4.1.1",
"webpack": "5.64.4",
"webpack-cli": "4.9.1",
"webpack-dev-server": "4.6.0"
},
"standard": {
"parser": "babel-eslint",
"globals": [
"chrome"
],
"ignore": [
"docs"
]
},
"dependencies": {}
}