-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.43 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.43 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
{
"name": "devvoice",
"private": true,
"version": "0.6.11",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"typecheck": "tsc --noEmit",
"lint": "eslint .",
"test": "vitest run",
"e2e": "playwright test",
"preview": "vite preview"
},
"dependencies": {
"@speechmatics/real-time-client": "^8.5.1",
"@supabase/supabase-js": "^2.112.0",
"autoprefixer": "^10.5.4",
"csp-toolkit": "^1.5.0",
"postcss": "^8.5.25",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"sonner": "^2.0.8",
"tailwindcss": "^3.4.19",
"vite-plugin-csp-guard": "^4.0.1"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@playwright/test": "^1.62.1",
"@testing-library/jest-dom": "^7.0.0",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.3",
"@types/node": "^26.2.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@typescript-eslint/eslint-plugin": "^8.66.0",
"@typescript-eslint/parser": "^8.66.0",
"@typescript/native": "npm:typescript@^7.0.2",
"@vitejs/plugin-react": "^6.0.5",
"@vitest/coverage-v8": "^4.1.10",
"esbuild": "^0.28.2",
"eslint": "^10.8.1",
"eslint-plugin-security": "^4.0.1",
"globals": "^17.9.0",
"jsdom": "^30.0.1",
"typescript": "^6.0.2",
"vite": "^8.2.1",
"vitest": "^4.1.10"
}
}