-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
95 lines (95 loc) · 3.09 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
{
"name": "pipedrive-embeddable-ringcentral-phone-spa",
"version": "3.6.10",
"description": "Add RingCentral Embeddable Voice widgets to Pipedrive",
"keywords": [
"RingCentral",
"embeddable",
"PipeDrive",
"phone"
],
"scripts": {
"build": "./node_modules/.bin/cross-env NODE_ENV=production ./node_modules/.bin/webpack --config build/webpack.config.js --progress -w",
"clean": "rm -rf dist",
"start": "npm run build",
"postinstall": "node bin/post-install",
"lint": "./node_modules/.bin/standard",
"fix": "./node_modules/.bin/standard --fix",
"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/pipedrive-embeddable-ringcentral-phone-spa.git"
},
"author": "Drake Zhao <drake.zhao@ringcentral.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ringcentral/pipedrive-embeddable-ringcentral-phone-spa/issues"
},
"homepage": "https://github.com/ringcentral/pipedrive-embeddable-ringcentral-phone-spa#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",
"@electerm/antd-dayjs-webpack-plugin": "1.0.7",
"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",
"classnames": "^2.3.1",
"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",
"moment": "^2.29.1",
"nanoid": "3.1.30",
"postcss-loader": "6.2.1",
"postcss-rename-selector": "0.1.1",
"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.3",
"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"
]
}
}