-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
{
"name": "trialproject",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@cyntler/react-doc-viewer": "^1.13.0",
"@tanstack/react-query": "^4.28.0",
"@tanstack/react-query-devtools": "^4.29.0",
"axios": "^1.3.4",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"file-saver": "^2.0.5",
"fs": "0.0.1-security",
"googleapis": "^114.0.0",
"isomorphic-unfetch": "^4.0.2",
"jszip": "^2.7.0",
"multer": "1.4.5-lts.1",
"next": "13.2.4",
"office-to-pdf": "^4.0.0",
"pptxgenjs": "^3.12.0",
"react": "18.2.0",
"react-doc-viewer": "^0.1.5",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-intersection-observer": "^9.4.3",
"react-office-viewer": "^1.0.4",
"react-pdf": "^6.2.2",
"viewerjs": "^1.11.3"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.3.1"
}
}