Starting version 4.x clean-css is split into two packages and we should depend on clean-css-cli for versions 4 and above. Tested it and we have currently some problem with it like fonts and images got referenced under css folder. So sticking version to 3.x for now.
99 lines
3.0 KiB
JSON
99 lines
3.0 KiB
JSON
{
|
|
"name": "jitsi-meet",
|
|
"version": "0.0.0",
|
|
"description": "A sample app for the Jitsi Videobridge",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/jitsi/jitsi-meet"
|
|
},
|
|
"keywords": [
|
|
"jingle",
|
|
"webrtc",
|
|
"xmpp",
|
|
"browser"
|
|
],
|
|
"author": "",
|
|
"readmeFilename": "README.md",
|
|
"//": "Callstats.io does not work with recent versions of jsSHA (2.0.1 in particular)",
|
|
"dependencies": {
|
|
"@atlassian/aui": "^6.0.0",
|
|
"async": "0.9.0",
|
|
"autosize": "^1.18.13",
|
|
"bootstrap": "3.1.1",
|
|
"i18next": "3.4.4",
|
|
"i18next-xhr-backend": "1.1.0",
|
|
"jitsi-meet-logger": "jitsi/jitsi-meet-logger",
|
|
"jquery": "~2.1.1",
|
|
"jquery-contextmenu": "*",
|
|
"jquery-i18next": "1.1.0",
|
|
"jQuery-Impromptu": "trentrichardson/jQuery-Impromptu#v6.0.0",
|
|
"jquery-ui": "1.10.5",
|
|
"jssha": "1.5.0",
|
|
"jws": "*",
|
|
"lib-jitsi-meet": "jitsi/lib-jitsi-meet",
|
|
"postis": "^2.2.0",
|
|
"react": "15.4.2",
|
|
"react-dom": "15.4.2",
|
|
"react-native": "0.40.0",
|
|
"react-native-keep-awake": "^1.0.7",
|
|
"react-native-prompt": "^1.0.0",
|
|
"react-native-vector-icons": "^4.0.0",
|
|
"react-native-webrtc": "jitsi/react-native-webrtc",
|
|
"react-redux": "^5.0.2",
|
|
"redux": "^3.5.2",
|
|
"redux-thunk": "^2.1.0",
|
|
"retry": "0.6.1",
|
|
"strophe": "1.2.4",
|
|
"strophejs-plugins": "0.0.7",
|
|
"toastr": "^2.0.3",
|
|
"url-polyfill": "github/url-polyfill",
|
|
"xmldom": "^0.1.27"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.18.0",
|
|
"babel-eslint": "^7.1.1",
|
|
"babel-loader": "^6.2.10",
|
|
"babel-polyfill": "*",
|
|
"babel-preset-es2015": "^6.18.0",
|
|
"babel-preset-react": "^6.16.0",
|
|
"babel-preset-stage-1": "^6.16.0",
|
|
"clean-css": "^3.0.0",
|
|
"css-loader": "*",
|
|
"eslint": "^3.13.1",
|
|
"eslint-plugin-jsdoc": "*",
|
|
"eslint-plugin-react": "*",
|
|
"eslint-plugin-react-native": "^2.2.1",
|
|
"expose-loader": "*",
|
|
"file-loader": "*",
|
|
"haste-resolver-webpack-plugin": "^0.2.2",
|
|
"imports-loader": "*",
|
|
"jshint": "2.9.4",
|
|
"json-loader": "0.5.4",
|
|
"node-sass": "^3.8.0",
|
|
"precommit-hook": "3.0.0",
|
|
"string-replace-loader": "*",
|
|
"style-loader": "*",
|
|
"webpack": "^1.14.0",
|
|
"webpack-dev-server": "^1.16.2"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"lint": "jshint . && eslint .",
|
|
"validate": "npm ls"
|
|
},
|
|
"pre-commit": [
|
|
"lint"
|
|
],
|
|
"browser": {
|
|
"aui": "@atlassian/aui/lib/js/aui.js",
|
|
"aui-css": "./node_modules/@atlassian/aui/dist/aui/css/aui.min.css",
|
|
"aui-experimental": "@atlassian/aui/lib/js/aui-experimental.js",
|
|
"aui-experimental-css": "./node_modules/@atlassian/aui/dist/aui/css/aui-experimental.min.css",
|
|
"autosize": "./node_modules/autosize/build/jquery.autosize.js",
|
|
"jQuery-Impromptu": "jQuery-Impromptu/src/jquery-impromptu.js",
|
|
"popover": "./node_modules/bootstrap/js/popover.js",
|
|
"strophe-disco": "./node_modules/strophejs-plugins/disco/strophe.disco.js",
|
|
"tooltip": "./node_modules/bootstrap/js/tooltip.js"
|
|
}
|
|
}
|