-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.24 KB
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
{
"name": "clips-player",
"private": true,
"version": "0.10.1",
"type": "module",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"fmt": "prettier --write .",
"preview": "vite preview"
},
"dependencies": {
"@enhances/with-resolvers": "^0.0.5",
"@js-joda/core": "^5.6.5",
"@tanstack/react-query": "^5.74.4",
"@twurple/api": "^7.2.1",
"@twurple/auth": "^7.2.1",
"bootstrap": "^5.3.5",
"escape-string-regexp": "^5.0.0",
"eslint-plugin-react": "^7.37.5",
"eventemitter3": "^5.0.1",
"luxon": "^3.6.1",
"react": "^19.1.0",
"react-bootstrap": "^2.10.9",
"react-dom": "^19.1.0",
"react-qr-code": "^2.0.15",
"rxjs": "^7.8.2",
"zod": "^3.24.3"
},
"devDependencies": {
"@eslint/js": "^9.25.1",
"@types/luxon": "^3.6.2",
"@types/obs-studio": "^2.17.2",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1",
"eslint": "^9.25.1",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"prettier": "3.5.3",
"typescript": "~5.8.3",
"typescript-eslint": "^8.31.0",
"vite": "^6.2.1"
}
}