This repository was archived by the owner on Dec 6, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.25 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 2.25 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "shake-streamkit",
"version": "0.1.0",
"author": "mntone",
"license": "GPL-3.0-only",
"private": true,
"type": "module",
"dependencies": {
"@formatjs/intl-localematcher": "^0.5.4",
"@heroicons/react": "^2.1.5",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-visually-hidden": "^1.1.0",
"@reduxjs/toolkit": "^2.2.7",
"@visx/axis": "^3.10.1",
"@visx/grid": "^3.5.0",
"@visx/shape": "^3.5.0",
"immer": "^10.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-intl": "^6.6.8",
"react-redux": "^9.1.2",
"react-transition-group": "^4.4.5",
"reconnecting-websocket": "^4.4.0",
"redux": "^5.0.1",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@stylistic/eslint-plugin": "^2.4.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/d3-scale": "^4.0.8",
"@types/dotenv": "^8.2.0",
"@types/eslint": "^8.56.11",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.14.13",
"@types/obs-studio": "^2.17.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-redux": "^7.1.33",
"@types/react-transition-group": "^4.4.10",
"@vitejs/plugin-react-swc": "^3.7.0",
"@welldone-software/why-did-you-render": "^8.0.3",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-vitest": "^0.5.4",
"globals": "^15.8.0",
"jsdom": "^24.1.1",
"lightningcss": "^1.25.1",
"rollup-plugin-sri": "^1.3.4",
"type-fest": "^4.23.0",
"typescript-eslint": "^7.18.0",
"vite-plugin-html": "^3.2.2",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0"
},
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest"
},
"browserslist": {
"production": [
">0.5% in JP",
"not dead",
"Chrome 103"
],
"development": [
"last 1 chrome version",
"Chrome 103"
]
}
}