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",
|
2017-06-22 09:19:13 +08:00
|
|
|
"start:prod": "meteor reset && ROOT_URL=http://127.0.0.1/html5client NODE_ENV=production meteor --production",
|
2017-06-22 09:04:42 +08:00
|
|
|
"start:dev": "ROOT_URL=http://127.0.0.1/html5client NODE_ENV=development meteor",
|
2017-06-06 07:38:03 +08:00
|
|
|
"test": "wdio ./tests/webdriverio/wdio.conf.js",
|
2017-09-19 09:09:21 +08:00
|
|
|
"test-visual-regression": "wdio ./tests/webdriverio/wdio.vreg.conf.js",
|
2017-06-06 02:05:46 +08:00
|
|
|
"lint": "eslint . --ext .jsx,.js",
|
|
|
|
"precommit": "lint-staged"
|
|
|
|
},
|
|
|
|
"lint-staged": {
|
|
|
|
"gitDir": "../",
|
2017-06-13 20:16:58 +08:00
|
|
|
"*.{js,jsx}": [
|
|
|
|
"eslint --fix",
|
|
|
|
"git add"
|
|
|
|
]
|
2014-10-03 01:14:41 +08:00
|
|
|
},
|
2016-03-10 09:30:36 +08:00
|
|
|
"dependencies": {
|
2017-06-04 10:56:07 +08:00
|
|
|
"babel-runtime": "^6.23.0",
|
2017-03-03 02:59:44 +08:00
|
|
|
"classnames": "^2.2.5",
|
2017-07-21 22:16:45 +08:00
|
|
|
"clipboard": "^1.7.1",
|
2016-10-18 20:03:51 +08:00
|
|
|
"eventemitter2": "^2.1.3",
|
2017-06-29 19:54:19 +08:00
|
|
|
"flat": "^2.0.1",
|
2016-09-29 07:29:05 +08:00
|
|
|
"hiredis": "^0.5.0",
|
2017-03-03 03:06:51 +08:00
|
|
|
"history": "~3.3.0",
|
2017-06-05 07:37:12 +08:00
|
|
|
"lodash": "~4.17.4",
|
2017-06-04 10:56:07 +08:00
|
|
|
"meteor-node-stubs": "^0.2.11",
|
2016-09-27 04:29:44 +08:00
|
|
|
"node-sass": "~3.8.0",
|
2017-06-04 10:56:07 +08:00
|
|
|
"probe-image-size": "~3.0.0",
|
2017-06-05 07:37:12 +08:00
|
|
|
"prop-types": "~15.5.10",
|
2017-06-04 10:56:07 +08:00
|
|
|
"react": "~15.5.4",
|
|
|
|
"react-autosize-textarea": "~0.4.3",
|
|
|
|
"react-color": "^2.12.0",
|
|
|
|
"react-dom": "~15.5.4",
|
|
|
|
"react-intl": "~2.3.0",
|
|
|
|
"react-modal": "~1.7.7",
|
2017-03-03 02:59:44 +08:00
|
|
|
"react-router": "~3.0.2",
|
2017-06-04 10:56:07 +08:00
|
|
|
"react-tabs": "~1.0.0",
|
|
|
|
"react-toggle": "~4.0.1",
|
2017-06-05 07:37:12 +08:00
|
|
|
"react-transition-group": "~1.1.3",
|
2016-07-28 05:50:35 +08:00
|
|
|
"redis": "^2.6.2",
|
2017-07-28 21:43:39 +08:00
|
|
|
"string-hash": "^1.1.3",
|
2017-03-03 02:59:44 +08:00
|
|
|
"winston": "^2.3.1",
|
2017-06-05 21:26:47 +08:00
|
|
|
"xml2js": "^0.4.17"
|
2016-03-10 09:30:36 +08:00
|
|
|
},
|
2014-10-03 01:14:41 +08:00
|
|
|
"devDependencies": {
|
2017-06-04 10:56:07 +08:00
|
|
|
"autoprefixer": "^7.1.1",
|
2017-06-15 12:42:47 +08:00
|
|
|
"chai": "^3.5.0",
|
2017-06-03 02:55:23 +08:00
|
|
|
"eslint": "~3.19.0",
|
|
|
|
"eslint-config-airbnb": "^15.0.1",
|
|
|
|
"eslint-config-airbnb-base": "~11.2.0",
|
|
|
|
"eslint-plugin-import": "~2.3.0",
|
|
|
|
"eslint-plugin-jsx-a11y": "^5.0.3",
|
|
|
|
"eslint-plugin-react": "^7.0.1",
|
2017-06-06 02:05:46 +08:00
|
|
|
"husky": "^0.13.4",
|
|
|
|
"lint-staged": "^3.6.0",
|
2017-06-04 10:56:07 +08:00
|
|
|
"postcss-modules-extract-imports": "1.1.0",
|
|
|
|
"postcss-modules-local-by-default": "1.2.0",
|
|
|
|
"postcss-modules-scope": "1.1.0",
|
|
|
|
"postcss-modules-values": "1.3.0",
|
2017-06-15 12:42:47 +08:00
|
|
|
"postcss-nested": "2.0.2",
|
|
|
|
"wdio-jasmine-framework": "^0.3.1",
|
|
|
|
"wdio-junit-reporter": "^0.3.0",
|
|
|
|
"wdio-spec-reporter": "^0.1.0",
|
2017-09-19 09:09:21 +08:00
|
|
|
"wdio-visual-regression-service": "^0.8.0",
|
2017-06-15 12:42:47 +08:00
|
|
|
"webdriverio": "^4.8.0"
|
2016-04-28 02:30:45 +08:00
|
|
|
},
|
|
|
|
"cssModules": {
|
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": {}
|
|
|
|
}
|
2014-10-03 01:14:41 +08:00
|
|
|
}
|
|
|
|
}
|