forked from holtwick/peer2school
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 920 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
32
33
34
35
36
{
"name": "peer2school",
"version": "1.1.0",
"private": true,
"scripts": {
"start": "npm run serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"demoServe": "HTTPS_OFF=1 npm start",
"demo": "ssh -R 80:localhost:8080 ssh.localhost.run",
"test": "jest"
},
"dependencies": {
"clipboard-copy": "^3.1.0",
"core-js": "^3.6.4",
"debug": "^4.1.1",
"lib0": "^0.2.22",
"register-service-worker": "^1.7.1",
"simple-peer": "^9.6.2",
"strophe.js": "^1.3.4",
"uuid": "^7.0.3",
"vue": "^2.6.11",
"y-indexeddb": "^9.0.3",
"y-protocols": "^0.2.3",
"yjs": "^13.0.5"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.2.3",
"@vue/cli-plugin-pwa": "~4.2.3",
"@vue/cli-service": "~4.2.3",
"jest": "^25.2.7",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.11"
}
}