-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.33 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
{
"name": "file-upload",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.15",
"@heroicons/react": "^2.0.18",
"@types/node": "20.2.5",
"@types/react": "18.2.9",
"@types/react-dom": "18.2.4",
"autoprefixer": "^10.4.14",
"axios": "^1.4.0",
"bootstrap": "^5.3.0",
"diff": "^5.1.0",
"diff-match-patch": "^1.0.5",
"docx": "^8.0.4",
"docxtemplater": "^3.37.11",
"eslint": "8.42.0",
"eslint-config-next": "13.4.4",
"file-saver": "^2.0.5",
"formidable": "^2.1.1",
"gpt-3-encoder": "^1.1.4",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.5.29",
"jszip": "^3.10.1",
"mammoth": "^1.6.0",
"next": "13.4.4",
"openai": "^3.2.1",
"pizzip": "^3.1.4",
"postcss": "^8.4.24",
"react": "18.2.0",
"react-bootstrap": "^2.8.0",
"react-dom": "18.2.0",
"react-modal": "^3.16.1",
"react-spinners": "^0.13.8",
"react-use-downloader": "^1.2.4",
"tailwindcss": "3.3.2",
"typescript": "5.1.3"
},
"devDependencies": {
"@types/diff": "^5.0.3",
"@types/diff-match-patch": "^1.0.32",
"@types/file-saver": "^2.0.5",
"@types/formidable": "^2.0.6",
"@types/react-modal": "^3.16.0"
}
}