-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.56 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
46
47
48
49
50
51
52
{
"name": "viz",
"version": "0.1.0 public edition",
"private": true,
"license": "compluter school of gabagool",
"type": "module",
"scripts": {
"server": "yarn tsx --env-file .env ./src/server/server.ts",
"server-inspect": "yarn tsx --inspect-brk --env-file .env ./src/server/server.ts",
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint": "eslint src --ext .ts,.vue --ignore-path .gitignore --fix src"
},
"dependencies": {
"@distube/ytdl-core": "github:XM4ZE/ytdl-core",
"axios": "^1.6.3",
"compression": "^1.7.4",
"express": "^4.18.2",
"ffmpeg-static": "^5.2.0",
"googleapis": "^131.0.0",
"hls.js": "^1.4.14",
"lodash.throttle": "^4.1.1",
"lowdb": "^7.0.1",
"process-exists": "^5.0.0",
"telefunc": "^0.1.67",
"tsx": "^4.7.0",
"uuid": "^9.0.1",
"vue": "^3.4.0"
},
"devDependencies": {
"@types/compression": "^1.7.5",
"@types/express": "^4.17.21",
"@types/lodash.maxby": "^4.6.9",
"@types/lodash.throttle": "^4.1.9",
"@types/spotify-api": "^0.0.25",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@vitejs/plugin-vue": "^5.0.1",
"@vue/eslint-config-typescript": "^12.0.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-vue": "^9.19.2",
"prettier": "^3.1.1",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vue-eslint-parser": "^9.3.2",
"vue-tsc": "^2.0.29"
}
}