-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 985 Bytes
/
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
{
"name": "jitsimeeting_demo",
"version": "0.1.0",
"description": "Usage example for the JitsiMeeting component",
"main": "index.js",
"scripts": {
"start": "node ./node_modules/serve/bin/serve.js -p 5001",
"dev": "./node_modules/.bin/webpack serve --history-api-fallback --progress",
"build": "./node_modules/.bin/webpack --config webpack.config.js"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@jitsi/web-sdk": "^0.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"serve": "^13.0.2"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"babel-loader": "^8.2.3",
"html-webpack-plugin": "^5.5.0",
"react-hot-loader": "^4.13.0",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0"
}
}