-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.15 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
{
"name": "video-calls",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node -e 'require(\"./front-end/dev-server\")()'",
"server": "nodemon ./back-end/dev-server -w back-end/output",
"install": "cd front-end && spago build && cd ../back-end && spago build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OxfordAbstracts/video-calls.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/OxfordAbstracts/video-calls/issues"
},
"homepage": "https://github.com/OxfordAbstracts/video-calls#readme",
"devDependencies": {
"nodemon": "^2.0.16",
"purescript": "0.14.5",
"spago": "^0.20.9",
"tailwindcss": "^2.2.15"
},
"dependencies": {
"@daily-co/daily-js": "^0.25.0",
"@panzoom/panzoom": "^4.4.4",
"chokidar": "^3.5.3",
"compression": "^1.7.4",
"esbuild": "^0.14.38",
"express": "^4.18.1",
"express-http-proxy": "^1.6.3",
"keypress": "^0.2.1",
"postcss": "^8.4.13",
"postcss-import": "^14.1.0",
"ws": "^8.6.0",
"xhr2": "^0.2.1"
}
}