-
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.79 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.79 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": "languageai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 5015",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"{src,app}/**/*.{ts,tsx,js,jsx}\""
},
"dependencies": {
"@azure-rest/ai-translation-document": "^1.0.0-beta.2",
"@azure/cognitiveservices-translatortext": "^1.0.1",
"@azure/ms-rest-azure-js": "^2.1.0",
"@azure/storage-blob": "^12.23.0",
"@babel/runtime": "^7.23.9",
"@emailjs/browser": "^4.4.1",
"@hookform/resolvers": "^5.2.2",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.3",
"@vercel/analytics": "^1.1.4",
"axios": "^1.7.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.23.24",
"generate-unique-id": "^2.0.3",
"lucide-react": "^0.545.0",
"next": "^14.1.1",
"next-intl": "^3.15.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.65.0",
"react-icons": "^5.5.0",
"react-speakup": "^1.1.2",
"rtl-detect": "^1.1.2",
"sharp": "^0.33.2",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"zod": "^4.1.12"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.23.9",
"@types/formidable": "^3.4.5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-speech-recognition": "^3.9.5",
"@types/regenerator-runtime": "^0.13.5",
"@types/rtl-detect": "^1.0.3",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "13.5.6",
"postcss": "^8",
"prettier": "^3.3.3",
"tailwindcss": "^3",
"typescript": "^5"
}
}