-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.43 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
53
{
"name": "stream-overlay-components",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "run-p type-check \"build:only {@}\" --",
"build:only": "vite build",
"dev": "vite",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"preview": "vite preview",
"test:unit": "vitest",
"type-check": "vue-tsc --build --force"
},
"dependencies": {
"@splidejs/vue-splide": "^0.6.12",
"@vueuse/core": "^10.9.0",
"axios": "^1.6.8",
"lucide-vue-next": "^0.376.0",
"pinia": "^2.1.7",
"pinia-shared-state": "^0.5.1",
"obs-websocket-js": "^5.0.5",
"tmi-utils": "^1.0.1",
"tmi.js": "^1.8.5",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"vue-pdf-embed": "^1.2.1"
},
"devDependencies": {
"@antfu/eslint-config": "^2.12.1",
"@rushstack/eslint-patch": "^1.3.3",
"@tsconfig/node20": "^20.1.2",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.11.28",
"@types/tmi.js": "^1.8.6",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.4.5",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"jsdom": "^24.0.0",
"npm-run-all2": "^6.1.2",
"sass": "^1.74.1",
"typescript": "~5.4.0",
"vite": "^5.1.6",
"vite-plugin-vue-devtools": "^7.0.18",
"vite-svg-loader": "^5.1.0",
"vitest": "^1.4.0",
"vue-tsc": "^2.0.6"
}
}