-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
55 lines (55 loc) · 1.51 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
49
50
51
52
53
54
55
{
"name": "@unelmaplatforms/unelma-code-translate",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"@codemirror/legacy-modes": "^6.3.2",
"@firebase/auth": "^1.6.0",
"@types/dom-speech-recognition": "^0.0.4",
"@uiw/codemirror-theme-tokyo-night": "^4.19.11",
"@uiw/react-codemirror": "^4.19.11",
"dotenv": "^16.4.5",
"emailjs-com": "^3.2.0",
"endent": "^2.1.0",
"eventsource-parser": "^1.0.0",
"firebase": "^10.8.0",
"next": "13.2.4",
"next-auth": "^4.24.5",
"openai": "^4.82.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.5.2",
"react-icons": "^4.10.1",
"react-toastify": "^10.0.4",
"react-tooltip": "^5.21.4",
"string_decoder": "^1.3.0",
"sweetalert": "^2.1.2",
"sweetalert2": "^11.10.5",
"tesseract.js": "^5.0.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@types/node": "18.15.11",
"@types/react": "18.0.31",
"@types/react-dom": "18.0.11",
"autoprefixer": "^10.4.14",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.21",
"prettier-plugin-tailwindcss": "^0.2.6",
"tailwindcss": "^3.3.1",
"ts-node": "^10.9.2",
"typescript": "5.0.3"
}
}