-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.71 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.71 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
{
"name": "cairo_dictionary",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@google/generative-ai": "^0.24.1",
"@mui/icons-material": "^6.4.1",
"@mui/material": "^6.4.1",
"@mui/x-data-grid": "^8.2.0",
"@pixi/assets": "^7.4.3",
"@pixi/react": "^7.1.2",
"@react-three/drei": "^9.121.3",
"@react-three/fiber": "^8.17.12",
"@reduxjs/toolkit": "^2.8.1",
"autoprefixer": "^10.4.20",
"cairo_dictionary": "file:",
"diff-match-patch": "^1.0.5",
"dotenv": "^16.5.0",
"framer-motion": "^12.0.5",
"groq-sdk": "^0.26.0",
"lucide-react": "^0.474.0",
"motion": "^12.0.5",
"mui": "^0.0.1",
"next": "^14.2.16",
"pixi.js": "^8.10.1",
"react": "^18.3.1",
"react-canvas-confetti": "^2.0.7",
"react-confetti": "^6.2.2",
"react-dom": "^18.3.1",
"react-intersection-observer": "^9.16.0",
"react-markdown": "^10.1.0",
"react-redux": "^9.2.0",
"react-textarea-autosize": "^8.5.9",
"stylis": "^4.3.5",
"stylis-plugin-rtl": "^2.1.1",
"swiper": "^11.2.1",
"three": "^0.172.0"
},
"devDependencies": {
"@gradio/client": "^1.15.3",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/node": "22.15.24",
"babel-jest": "^30.0.0-beta.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^30.0.0-beta.3",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"typescript": "5.8.3"
}
}