-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.68 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
56
57
58
59
60
{
"name": "imdesk",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "serve dist -s -n -L -p ${PORT}",
"dev": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^2.9.10",
"@tinymce/tinymce-react": "^4.3.0",
"@types/react-beautiful-dnd": "^13.1.4",
"axios": "^1.2.0",
"date-fns": "^2.29.3",
"dotenv": "^16.0.3",
"lottie-react": "^2.4.0",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-datepicker": "^4.8.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.39.5",
"react-icons": "^4.6.0",
"react-input-mask": "^2.0.4",
"react-router-dom": "^6.4.3",
"react-scripts": "^5.0.1",
"react-select": "^5.7.4",
"react-signature-canvas": "^1.0.6",
"react-to-print": "^2.14.13",
"react-toastify": "^9.1.1",
"serve": "^14.2.1",
"styled-components": "^5.3.6",
"xlsx": "^0.18.5",
"yarn": "^1.22.19",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/dateformat": "^5.0.0",
"@types/node": "^18.11.17",
"@types/react": "^18.0.24",
"@types/react-datepicker": "^4.8.0",
"@types/react-dom": "^18.0.8",
"@types/react-helmet": "^6.1.5",
"@types/react-input-mask": "^3.0.2",
"@types/react-select": "^5.0.1",
"@types/react-signature-canvas": "^1.0.4",
"@types/react-toastify": "^4.1.0",
"@types/styled-components": "^5.1.26",
"@types/uuid": "^9.0.2",
"@vitejs/plugin-react": "^2.2.0",
"prettier": "2.8.4",
"typescript": "^4.6.4",
"vite": "^3.2.3"
}
}