-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.85 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.85 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
{
"name": "qyvora-frontend",
"private": true,
"license": "SEE LICENSE IN LICENSE",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --port=5173",
"build": "vite build",
"preview": "vite preview",
"clean": "rm -rf dist",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-tooltip": "^1.2.8",
"@xyflow/react": "^12.11.2",
"axios": "^1.15.2",
"clsx": "^2.1.1",
"dompurify": "^3.4.12",
"i18next": "^26.3.6",
"jdenticon": "^3.3.0",
"lucide-react": "^0.546.0",
"motion": "^12.23.24",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-helmet-async": "^3.0.0",
"react-i18next": "^17.0.9",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.18.2",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.5.0",
"three": "^0.184.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.20",
"@tailwindcss/vite": "^4.1.14",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^22.14.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/three": "^0.162.0",
"@typescript-eslint/eslint-plugin": "^8.59.0",
"@typescript-eslint/parser": "^8.59.0",
"eslint-plugin-qyvora-local": "file:eslint-plugins/qyvora-local",
"@vitejs/plugin-react": "^5.0.4",
"chokidar": "^5.0.0",
"eslint": "^8.57.1",
"jsdom": "^29.1.1",
"sharp": "^0.35.3",
"tailwindcss": "^4.1.14",
"typescript": "~5.8.2",
"vite": "^6.2.0",
"vite-prerender-plugin": "^0.5.13",
"vitest": "^4.1.10"
},
"allowScripts": {
"esbuild@0.25.12": true
}
}