-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.21 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
{
"name": "embem-main",
"description": "This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.",
"version": "1.0.0",
"main": "postcss.config.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@heroicons/react": "^2.1.3",
"@react-pdf-viewer/core": "^3.12.0",
"@react-pdf-viewer/toolbar": "^3.12.0",
"axios": "^1.7.2",
"cors": "^2.8.5",
"docx-preview": "^0.3.2",
"dropbox": "^10.34.0",
"express": "^4.19.2",
"firebase": "^10.12.2",
"mammoth": "^1.7.2",
"node": "^18.20.3",
"qrcode.react": "^3.1.0",
"react": "^18.3.1",
"react-doc-viewer": "^0.1.11",
"react-dom": "^18.3.1",
"react-google-docs-viewer": "^1.0.1",
"react-idle-timer": "^5.7.2",
"react-pdf": "^8.0.2",
"react-qr-code": "^2.0.13",
"react-router-dom": "^6.23.1",
"react-toastify": "^10.0.5",
"vite": "^5.2.11"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.0",
"autoprefixer": "^10.4.19",
"tailwindcss": "^3.4.3"
},
"engines": {
"node": "18.x"
},
"keywords": []
}