forked from bitwave-tv/bitwave
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.33 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
43
44
45
{
"name": "bitwave.tv",
"version": "1.3.4",
"description": "An open platform live streaming service for creators to freely express themselves.",
"author": "Dispatch",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
"build": "nuxt build",
"start": "cross-env NODE_ENV=production node server/index.js",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/axios": "^5.5.4",
"@nuxtjs/google-analytics": "^2.2.0",
"@nuxtjs/manifest": "^3.0.0-beta.16",
"@nuxtjs/pwa": "^3.0.0-beta.16",
"babel-runtime": "^6.26.0",
"cookieparser": "^0.1.0",
"cross-env": "^5.2.0",
"dashjs": "^2.9.3",
"express": "^4.17.1",
"firebase": "^5.11.1",
"js-cookie": "^2.2.0",
"marked": "^0.6.2",
"moment": "^2.24.0",
"nuxt": "^2.8.1",
"sass-loader": "^7.1.0",
"socket.io-client": "^2.2.0",
"video.js": "^7.5.4",
"videojs-contrib-dash": "^2.11.0",
"videojs-contrib-quality-levels": "^2.0.9",
"videojs-hls-quality-selector": "^1.0.5",
"vue-clipboard2": "^0.3.0",
"vue-virtual-scroller": "^1.0.0-rc.2",
"vuetify": "^1.5.14",
"vuetify-loader": "^1.2.2"
},
"devDependencies": {
"node-sass": "^4.12.0",
"nodemon": "^1.19.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2"
}
}