-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.82 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.82 KB
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
56
57
58
59
60
61
62
63
64
65
{
"name": "docuplier-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint src --ext js,ts,tsx",
"format": "prettier --write ."
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@hookform/resolvers": "^2.9.10",
"@mui/icons-material": "^5.10.14",
"@mui/material": "^5.10.14",
"@mui/styles": "^5.14.12",
"axios": "^1.2.1",
"date-fns": "^2.29.3",
"file-saver": "^2.0.5",
"html2canvas": "^1.4.1",
"image-size": "^1.0.2",
"jspdf": "^2.5.1",
"mui-one-time-password-input": "^1.0.3",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-drag-resize": "^0.1.4",
"react-draggable": "^4.4.5",
"react-dropzone": "^14.2.3",
"react-google-font-loader": "^1.1.0",
"react-hook-form": "^7.41.0",
"react-image-size": "^2.0.0",
"react-pdf": "^6.2.2",
"react-pdf-to-image": "^1.0.2",
"react-player": "^2.11.2",
"react-query": "^3.39.2",
"react-router-dom": "^6.4.3",
"react-select": "^5.7.0",
"react-toastify": "^9.1.1",
"vite-plugin-svgr": "^2.2.2",
"xlsx": "^0.18.5",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/file-saver": "^2.0.5",
"@types/node": "^18.11.9",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@types/react-pdf": "^6.2.0",
"@vitejs/plugin-react": "^2.2.0",
"concurrently": "^7.5.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-ts-react-important-stuff": "^3.0.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"typescript": "^4.6.4",
"vite": "^3.2.3",
"vite-tsconfig-paths": "^3.6.0"
}
}