forked from mlippert/rhythm-rtc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
142 lines (142 loc) · 4.48 KB
/
package.json
File metadata and controls
142 lines (142 loc) · 4.48 KB
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
{
"name": "riff-rtc",
"description": "Riff platform client and server videoconferencing and social metrics",
"version": "0.4.0-dev.36",
"license": "MIT",
"private": true,
"keywords": [
"feathers",
"rhythm",
"WebRTC"
],
"homepage": "https://github.com/rifflearning/riff-rtc#readme",
"author": "Dan Calacci",
"contributors": [
"Jordan Reedie",
"Mike Lippert <mike@rifflearning.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/rifflearning/riff-rtc.git"
},
"bugs": "https://github.com/rifflearning/riff-rtc/issues",
"scripts": {
"start": "node server/server.js",
"start:dev": "concurrently --kill-others \"npm run start:dev-server\" \"npm run start:dev-client\"",
"start:dev-server": "nodemon --watch server --watch config --ext js,yml server/server.js 2>&1 | bunyan",
"start:dev-client": "webpack --watch --config webpack/webpack.config.dev.js",
"lint": "./node_modules/.bin/eslint --format stylish server",
"build:prod-broken": "coffee -c src/libs/mm.coffee; webpack --mode production --config webpack/webpack.config.js",
"build:prod": "npm run build:dev",
"build:dev": "coffee -c src/libs/mm.coffee; webpack --mode development --config webpack/webpack.config.dev.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=10"
},
"dependencies": {
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"bunyan": "^1.8.12",
"config": "^2.0.1",
"cookie-parser": "^1.4.3",
"dotenv": "^6.1.0",
"express": "^4.16.4",
"express-session": "^1.15.6",
"hogan-xpress": "^2.0.0",
"ims-lti": "^3.0.2",
"js-yaml": "^3.12.0",
"morgan": "^1.9.1",
"redis": "^2.8.0",
"serve-static": "^1.13.2",
"xml-js": "^1.6.8"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@feathersjs/authentication-client": "^1.0.6",
"@feathersjs/feathers": "^3.2.3",
"@feathersjs/socketio-client": "^1.1.4",
"ajv": "^6.5.4",
"attachmediastream": "^2.0.4",
"autoprefixer": "^9.2.1",
"babel-loader": "^8.0.4",
"bulma": "^0.7.2",
"bulma-extensions": "^3.0.0",
"bulma-timeline": "^3.0.0",
"cache-loader": "^1.2.2",
"chart.js": "^2.7.3",
"clean-webpack-plugin": "^0.1.19",
"coffee-loader": "^0.9.0",
"coffeescript": "^2.3.2",
"concurrently": "^4.0.1",
"connected-react-router": "^4.4.1",
"css-loader": "^1.0.0",
"cssnano": "^4.1.5",
"d3-axis": "^1.0.12",
"d3-scale": "^2.1.2",
"d3-selection": "^1.3.2",
"d3-time": "^1.0.10",
"d3-time-format": "^2.1.3",
"d3-transition": "^1.1.3",
"eslint": "^5.7.0",
"eslint-plugin-promise": "^4.0.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^2.0.0",
"firebase": "^5.5.4",
"fs-extra": "^7.0.0",
"getusermedia": "^2.0.1",
"hjson": "^3.1.1",
"html-webpack-plugin": "^3.2.0",
"json-loader": "^0.5.7",
"json-strip-loader": "^1.0.2",
"json5-loader": "^1.0.1",
"material-icons-react": "1.0.2",
"mini-css-extract-plugin": "^0.4.4",
"moment": "^2.22.2",
"node-sass": "^4.9.4",
"nodemon": "^1.18.4",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^12.0.0",
"postcss-loader": "^3.0.0",
"postcss-modules": "^1.4.1",
"react": "^16.5.2",
"react-chartkick": "^0.3.0",
"react-chat-widget": "^2.1.4-1",
"react-cookie": "^3.0.4",
"react-dev-utils": "^6.0.5",
"react-dom": "^16.5.2",
"react-hot-loader": "^4.3.11",
"react-pure-lifecycle": "^3.0.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-router-redux": "^4.0.8",
"react-sigma": "^1.2.30",
"react-spinners": "^0.4.7",
"recompose": "^0.30.0",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.5",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"sass-loader": "^7.1.0",
"sibilant-webaudio": "^0.1.5",
"simplewebrtc": "^3.0.2",
"socket.io-client": "^2.1.1",
"strip-json-comments": "^2.0.1",
"style-loader": "^0.23.1",
"styled-components": "^3.4.10",
"thumos": "^1.0.0",
"underscore": "^1.9.1",
"url-loader": "^1.1.2",
"webpack": "^4.21.0",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^3.1.2",
"webpack-combine-loaders": "^2.0.4",
"webpack-dashboard": "^2.0.0",
"webpack-dev-server": "^3.1.9",
"webpack-md5-hash": "0.0.6",
"webpack-node-externals": "^1.7.2",
"webrtc-adapter": "^6.4.3"
}
}