-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.8 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.8 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
{
"name": "exam-env",
"private": true,
"version": "1.7.5",
"type": "module",
"scripts": {
"prisma": "prisma",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"windows": "./scripts/WindowsEnv.ps1"
},
"dependencies": {
"@chakra-ui/icons": "2.2.6",
"@chakra-ui/react": "2.10.9",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.1",
"@freecodecamp/ui": "4.3.0",
"@sentry/react": "10.27.0",
"@sentry/vite-plugin": "4.6.1",
"@supabase/supabase-js": "2.90.0",
"@tanstack/react-query": "5.90.11",
"@tanstack/react-router": "1.139.12",
"@tauri-apps/api": "2.9.1",
"@tauri-apps/plugin-deep-link": "~2.4.5",
"@tauri-apps/plugin-dialog": "2.4.2",
"@tauri-apps/plugin-http": "2.5.4",
"@tauri-apps/plugin-log": "2.7.1",
"@tauri-apps/plugin-opener": "2.5.2",
"@tauri-apps/plugin-updater": "2.9.0",
"framer-motion": "12.23.24",
"immer": "11.0.1",
"marked": "17.0.1",
"marked-highlight": "2.2.3",
"openapi-fetch": "0.15.0",
"prismjs": "1.30.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"vite-plugin-prismjs": "0.0.11"
},
"devDependencies": {
"@prisma/client": "6.18.0",
"@tanstack/react-router-devtools": "1.139.12",
"@tanstack/router-plugin": "1.139.12",
"@tauri-apps/cli": "2.9.5",
"@types/bun": "1.3.3",
"@types/prismjs": "1.26.5",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "5.1.1",
"openapi-typescript": "7.10.1",
"prisma": "6.18.0",
"typescript": "5.9.3",
"vite": "npm:rolldown-vite@latest"
},
"engines": {
"node": "22"
},
"license": "BSD-3-Clause",
"trustedDependencies": [
"@prisma/client",
"@prisma/engines",
"esbuild",
"prisma"
]
}