2014-10-03 01:14:41 +08:00
|
|
|
{
|
2016-03-10 09:30:36 +08:00
|
|
|
"name": "bbb-html5-client",
|
|
|
|
"description": "BigBlueButton HTML5 Client",
|
2014-10-03 01:14:41 +08:00
|
|
|
"scripts": {
|
2017-06-15 12:20:52 +08:00
|
|
|
"start": "if test \"$NODE_ENV\" = \"production\" ; then npm run start:prod; else npm run start:dev; fi",
|
2018-01-10 00:36:21 +08:00
|
|
|
"test-visual-regression": "export BROWSER_NAME=firefox; wdio ./tests/webdriverio/wdio.vreg.conf.js; export BROWSER_NAME=chrome; wdio ./tests/webdriverio/wdio.vreg.conf.js; export BROWSER_NAME=chrome_mobile; DEVICE_NAME='iPhone 6 Plus'; export DEVICE_NAME; wdio ./tests/webdriverio/wdio.vreg.conf.js; DEVICE_NAME='Nexus 5X'; export DEVICE_NAME; wdio ./tests/webdriverio/wdio.vreg.conf.js",
|
2018-01-17 00:25:04 +08:00
|
|
|
"generate-refs-visual-regression": "rm -rf tests/webdriverio/screenshots; npm run test-visual-regression",
|
2018-01-10 00:36:21 +08:00
|
|
|
"test-visual-regression-desktop": "export BROWSER_NAME=firefox; wdio ./tests/webdriverio/wdio.vreg.conf.js; export BROWSER_NAME=chrome; wdio ./tests/webdriverio/wdio.vreg.conf.js",
|
2018-01-17 00:25:04 +08:00
|
|
|
"generate-refs-visual-regression-desktop": "rm -rf tests/webdriverio/screenshots; npm run test-visual-regression-desktop",
|
2018-09-19 00:12:16 +08:00
|
|
|
"start:prod": "meteor reset && ROOT_URL=http://127.0.0.1/html5client NODE_ENV=production meteor --production",
|
|
|
|
"start:dev": "ROOT_URL=http://127.0.0.1/html5client NODE_ENV=development meteor",
|
2019-10-13 06:51:20 +08:00
|
|
|
"start:dev-fast-mongo": "env ROOT_URL=http://127.0.0.1/html5client MONGO_OPLOG_URL=mongodb://127.0.1.1/local MONGO_URL=mongodb://127.0.1.1/meteor PORT=3000 ROOT_URL=http://127.0.0.1/html5client NODE_ENV=development meteor",
|
2019-06-04 23:05:27 +08:00
|
|
|
"test": "wdio ./tests/webdriverio/wdio.conf.js",
|
2018-12-10 09:08:16 +08:00
|
|
|
"lint": "eslint . --ext .jsx,.js"
|
2017-06-06 02:05:46 +08:00
|
|
|
},
|
2019-04-24 06:23:46 +08:00
|
|
|
"meteor": {
|
|
|
|
"mainModule": {
|
|
|
|
"web.browser": "client/main.jsx",
|
|
|
|
"legacy": "client/legacy.jsx",
|
|
|
|
"server": "server/main.js"
|
|
|
|
}
|
|
|
|
},
|
2017-06-06 02:05:46 +08:00
|
|
|
"lint-staged": {
|
2017-10-24 08:20:57 +08:00
|
|
|
"linters": {
|
2017-10-26 07:11:06 +08:00
|
|
|
"*.{js,jsx}": [
|
|
|
|
"eslint --fix",
|
|
|
|
"git add"
|
|
|
|
]
|
2017-10-24 08:20:57 +08:00
|
|
|
}
|
2014-10-03 01:14:41 +08:00
|
|
|
},
|
2016-03-10 09:30:36 +08:00
|
|
|
"dependencies": {
|
2019-07-20 05:09:32 +08:00
|
|
|
"@babel/runtime": "^7.5.5",
|
2019-06-22 02:21:22 +08:00
|
|
|
"@browser-bunyan/server-stream": "^1.5.1",
|
|
|
|
"@jitsi/sdp-interop": "0.1.14",
|
2018-11-06 22:59:53 +08:00
|
|
|
"autoprefixer": "~9.3.1",
|
2019-06-22 02:21:22 +08:00
|
|
|
"axios": "^0.19.0",
|
2018-09-08 02:03:18 +08:00
|
|
|
"babel-plugin-react-remove-properties": "~0.2.5",
|
2018-04-24 09:56:49 +08:00
|
|
|
"babel-runtime": "~6.26.0",
|
2019-07-20 05:09:32 +08:00
|
|
|
"browser-bunyan": "^1.5.2",
|
2018-06-21 23:04:00 +08:00
|
|
|
"browser-detect": "^0.2.28",
|
2018-09-08 03:32:53 +08:00
|
|
|
"classnames": "^2.2.6",
|
2018-12-10 09:08:16 +08:00
|
|
|
"clipboard": "^2.0.4",
|
2018-11-06 22:59:53 +08:00
|
|
|
"eventemitter2": "~5.0.1",
|
2019-09-10 01:08:36 +08:00
|
|
|
"fastdom": "^1.0.9",
|
2018-12-10 09:08:16 +08:00
|
|
|
"fibers": "^3.1.1",
|
2018-11-06 22:59:53 +08:00
|
|
|
"flat": "~4.1.0",
|
2019-09-25 04:09:56 +08:00
|
|
|
"heapdump": "^0.3.15",
|
2018-11-06 22:59:53 +08:00
|
|
|
"history": "~4.7.2",
|
|
|
|
"immutability-helper": "~2.8.1",
|
2017-12-21 00:10:01 +08:00
|
|
|
"langmap": "0.0.16",
|
2019-07-20 05:09:32 +08:00
|
|
|
"lodash": "^4.17.15",
|
2018-04-24 09:56:49 +08:00
|
|
|
"makeup-screenreader-trap": "0.0.5",
|
2019-09-10 02:45:54 +08:00
|
|
|
"memwatch-next": "^0.3.0",
|
2018-11-06 22:59:53 +08:00
|
|
|
"meteor-node-stubs": "^0.4.1",
|
2019-07-20 05:09:32 +08:00
|
|
|
"node-sass": "^4.12.0",
|
2018-11-06 22:59:53 +08:00
|
|
|
"postcss-nested": "4.1.0",
|
2019-07-20 05:09:32 +08:00
|
|
|
"probe-image-size": "^4.0.1",
|
|
|
|
"prop-types": "^15.7.2",
|
2019-02-14 03:44:21 +08:00
|
|
|
"re-resizable": "^4.11.0",
|
2019-07-20 05:09:32 +08:00
|
|
|
"react": "^16.8.6",
|
2018-12-10 09:08:16 +08:00
|
|
|
"react-autosize-textarea": "^5.0.1",
|
2019-07-20 05:09:32 +08:00
|
|
|
"react-color": "^2.17.3",
|
|
|
|
"react-dom": "^16.8.6",
|
|
|
|
"react-draggable": "^3.3.0",
|
2018-11-06 22:59:53 +08:00
|
|
|
"react-dropzone": "^7.0.1",
|
|
|
|
"react-intl": "~2.7.2",
|
|
|
|
"react-modal": "~3.6.1",
|
2019-07-13 04:08:55 +08:00
|
|
|
"react-player": "^1.11.1",
|
2019-02-14 03:44:21 +08:00
|
|
|
"react-render-in-browser": "^1.1.1",
|
2019-07-20 05:09:32 +08:00
|
|
|
"react-tabs": "^2.3.1",
|
2019-02-14 03:44:21 +08:00
|
|
|
"react-toastify": "^4.5.2",
|
2017-12-05 03:43:08 +08:00
|
|
|
"react-toggle": "~4.0.2",
|
2019-07-20 05:09:32 +08:00
|
|
|
"react-transition-group": "^2.9.0",
|
2018-11-06 22:59:53 +08:00
|
|
|
"reconnecting-websocket": "~v4.1.10",
|
2017-10-24 08:09:40 +08:00
|
|
|
"redis": "~2.8.0",
|
2019-05-22 00:48:01 +08:00
|
|
|
"sdp-transform": "2.7.0",
|
2017-10-24 08:09:40 +08:00
|
|
|
"string-hash": "~1.1.3",
|
2019-01-31 00:07:39 +08:00
|
|
|
"tippy.js": "^3.4.1",
|
2019-05-02 08:33:03 +08:00
|
|
|
"useragent": "^2.3.0",
|
2019-02-14 03:44:21 +08:00
|
|
|
"winston": "^3.2.1",
|
2019-07-20 05:09:32 +08:00
|
|
|
"yaml": "^1.6.0"
|
2016-03-10 09:30:36 +08:00
|
|
|
},
|
2014-10-03 01:14:41 +08:00
|
|
|
"devDependencies": {
|
2018-12-10 09:08:16 +08:00
|
|
|
"chai": "~4.2.0",
|
2019-06-22 04:11:05 +08:00
|
|
|
"clipboardy": "^2.1.0",
|
2019-08-29 03:13:00 +08:00
|
|
|
"dotenv": "^8.1.0",
|
2018-12-10 09:08:16 +08:00
|
|
|
"eslint": "~5.8.0",
|
2019-07-20 05:09:32 +08:00
|
|
|
"eslint-config-airbnb": "^17.1.1",
|
2018-11-06 22:59:53 +08:00
|
|
|
"eslint-config-airbnb-base": "~13.1.0",
|
|
|
|
"eslint-plugin-import": "~2.14.0",
|
|
|
|
"eslint-plugin-jsx-a11y": "~6.1.2",
|
|
|
|
"eslint-plugin-react": "~7.11.1",
|
2019-02-14 03:44:21 +08:00
|
|
|
"husky": "^1.3.1",
|
2019-07-15 11:45:13 +08:00
|
|
|
"lint-staged": "8.1.3",
|
2018-12-10 09:08:16 +08:00
|
|
|
"postcss-modules-extract-imports": "2.0.0",
|
2017-06-04 10:56:07 +08:00
|
|
|
"postcss-modules-local-by-default": "1.2.0",
|
|
|
|
"postcss-modules-scope": "1.1.0",
|
|
|
|
"postcss-modules-values": "1.3.0",
|
2019-08-29 03:13:00 +08:00
|
|
|
"sha1": "^1.1.1",
|
2019-06-04 23:05:27 +08:00
|
|
|
"wdio-devtools-service": "^0.1.6",
|
|
|
|
"wdio-jasmine-framework": "^0.3.8",
|
2018-07-27 01:42:01 +08:00
|
|
|
"wdio-junit-reporter": "~0.4.4",
|
2018-11-06 22:59:53 +08:00
|
|
|
"wdio-spec-reporter": "^0.1.5",
|
2018-07-27 01:42:01 +08:00
|
|
|
"wdio-visual-regression-service": "~0.9.0",
|
2019-07-20 05:09:32 +08:00
|
|
|
"webdriver-manager": "^12.1.5",
|
|
|
|
"webdriverio": "^4.14.4"
|
2016-04-28 02:30:45 +08:00
|
|
|
},
|
|
|
|
"cssModules": {
|
2018-10-19 04:37:14 +08:00
|
|
|
"cssClassNamingConvention": {
|
|
|
|
"template": "${name}--${shorthash.unique(scopedName)}"
|
|
|
|
},
|
2016-05-03 06:42:54 +08:00
|
|
|
"extensions": [
|
|
|
|
"scss"
|
2016-07-11 20:34:58 +08:00
|
|
|
],
|
|
|
|
"postcssPlugins": {
|
|
|
|
"postcss-nested": {},
|
|
|
|
"postcss-modules-local-by-default": {},
|
|
|
|
"postcss-modules-extract-imports": {},
|
|
|
|
"postcss-modules-scope": {},
|
|
|
|
"autoprefixer": {}
|
|
|
|
}
|
2018-10-26 22:35:42 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/bigbluebutton/bigbluebutton.git"
|
2018-11-07 02:49:27 +08:00
|
|
|
},
|
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
|
|
|
"pre-commit": "lint-staged"
|
|
|
|
}
|
2014-10-03 01:14:41 +08:00
|
|
|
}
|
|
|
|
}
|