-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 958 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
37
38
39
40
{
"name": "multichat",
"description": "Different Livestream Chats combined on one Website",
"version": "1.0.0",
"private": true,
"author": "TalkLounge <talklounge@yahoo.de> (https://github.com/TalkLounge)",
"repository": "github:TalkLounge/multichat",
"homepage": "https://github.com/TalkLounge/multichat#readme",
"bugs": "https://github.com/TalkLounge/multichat/issues",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.2.2",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.10.3",
"bootstrap-vue": "^2.23.1",
"cheerio": "^1.0.0-rc.12",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"vite": "^4.0.0"
},
"keywords": [
"Chat",
"Livestream",
"Streamer",
"Restream",
"Live",
"YouTube",
"Twitch",
"Kick",
"Trovo"
]
}