forked from webex/widgets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
156 lines (156 loc) · 4.57 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"name": "@webex/widgets",
"version": "1.27.2",
"engines": {
"node": ">=20.13.1"
},
"main": "dist/webexWidgets.esm.js",
"module": "dist/webexWidgets.esm.js",
"scripts": {
"build": "rollup -c",
"demo:serve": "webpack serve ./demo/App.jsx --mode development",
"demo:build": "webpack ./demo/App.jsx --mode production",
"release": "semantic-release",
"release:debug": "semantic-release --debug",
"release:dry-run": "semantic-release --dry-run",
"start": "npm run demo:serve",
"test:e2e": "npm run demo:build && wdio wdio.conf.js",
"test:eslint": "eslint src/"
},
"repository": {
"type": "git",
"url": "https://github.com/webex/widgets.git"
},
"publishConfig": {
"tag": "latest",
"access": "public"
},
"author": "[email protected]",
"license": "MIT",
"files": [
"dist"
],
"dependencies": {
"@webex/component-adapter-interfaces": "^1.30.5",
"@webex/sdk-component-adapter": "1.112.10",
"webex": "2.60.2",
"@webex/components": "1.275.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/node": "^7.8.4",
"@babel/plugin-proposal-export-default-from": "^7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/plugin-transform-regenerator": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.16.0",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@momentum-ui/react": "^23.21.4",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-replace": "^3.0.0",
"@semantic-release/changelog": "^6.0.0",
"@semantic-release/git": "^10.0.0",
"@wdio/cli": "^7.3.1",
"@wdio/jasmine-framework": "^7.4.6",
"@wdio/junit-reporter": "^7.4.2",
"@wdio/local-runner": "^7.4.6",
"@wdio/selenium-standalone-service": "^7.5.2",
"@wdio/spec-reporter": "^7.4.3",
"@wdio/static-server-service": "^7.5.7",
"@webex/test-users": "^1.157.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"buffer": "^6.0.3",
"clean-webpack-plugin": "^3.0.0",
"crypto-browserify": "^3.12.0",
"css-loader": "^3.4.2",
"dotenv": "^8.6.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.10.0",
"eslint-config-react": "^1.1.7",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest": "^23.6.0",
"eslint-plugin-jsdoc": "^21.0.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-mocha": "^6.2.2",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^1.7.0",
"file-loader": "^5.1.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^5.6.0",
"husky": "^4.2.3",
"node-sass": "^9.0.0",
"os-browserify": "^0.3.0",
"postcss": "^8.2.13",
"postcss-url": "^10.1.3",
"prettier": "^1.19.1",
"prop-types": "^15.7.2",
"querystring-es3": "^0.2.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"rollup": "^2.59.0",
"rollup-plugin-postcss": "^4.0.0",
"sass-loader": "^10.5.2",
"semantic-release": "^18.0.0",
"stream-browserify": "^3.0.0",
"style-loader": "^1.1.3",
"url": "^0.11.3",
"util": "^0.12.5",
"vm-browserify": "^1.1.2",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"webex": "2.60.2"
},
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": [
"@babel/plugin-proposal-export-default-from",
"@babel/plugin-proposal-nullish-coalescing-operator",
"@babel/plugin-proposal-object-rest-spread",
"@babel/plugin-proposal-optional-chaining",
"@babel/plugin-transform-regenerator",
"@babel/plugin-transform-runtime"
]
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
],
"rules": {
"scope-case": [
2,
"always",
[
"lower-case",
"pascal-case"
]
]
}
},
"husky": {
"hooks": {
"pre-commit": "npm run test:eslint",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}