-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.34 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
46
47
48
{
"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",
"@vercel/analytics": "^1.1.4",
"axios": "^1.7.6",
"generate-unique-id": "^2.0.3",
"next": "^14.1.1",
"next-intl": "^3.15.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-speakup": "^1.1.2",
"rtl-detect": "^1.1.2",
"sharp": "^0.33.2"
},
"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"
}
}