-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.4 KB
/
package.json
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
{
"name": "exam-env",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"prisma-generate": "node prisma/index.js && npx prisma generate && node prisma/post-generate.js",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@chakra-ui/icons": "2.1.1",
"@chakra-ui/react": "2.8.2",
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@freecodecamp/ui": "2.3.0",
"@tanstack/react-query": "5.59.15",
"@tauri-apps/api": "2.0.1",
"@tauri-apps/plugin-dialog": "2.0.0",
"@tauri-apps/plugin-http": "~2",
"@tauri-apps/plugin-shell": "2.0.0",
"@tauri-apps/plugin-updater": "~2",
"framer-motion": "11.3.31",
"markdown-to-jsx": "7.5.0",
"openapi-fetch": "0.12.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.26.2"
},
"devDependencies": {
"@prisma/client": "5.19.0",
"@tauri-apps/cli": "2.0.1",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
"openapi-typescript": "^7.4.1",
"prisma": "5.19.0",
"prisma-json-schema-generator": "5.1.5",
"typescript": "5.5.4",
"vite": "5.4.2"
},
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
}