-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.98 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "dashpod-react",
"private": true,
"version": "1.0.5",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"author": {
"name": "Dashpod",
"email": "[email protected]",
"url": "https://dashpod.in"
},
"dependencies": {
"@aws-amplify/ui-react": "^4.6.0",
"@emotion/react": "^11.10.6",
"lodash": "^4.17.21",
"@emotion/styled": "^11.10.6",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.17",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.24",
"@types/react-dom": "^16.8.0",
"apexcharts": "^3.37.0",
"awesome-phonenumber": "^5.10.0",
"aws-amplify": "^5.1.3",
"aws-appsync": "^4.1.9",
"aws-appsync-react": "^4.0.15",
"graphql-tag": "^2.12.6",
"html2canvas": "^1.4.1",
"immer": "^10.0.2",
"jotai": "^2.2.2",
"jotai-immer": "^0.2.0",
"jspdf": "^2.5.1",
"jsvectormap": "^1.5.1",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
"react-apollo": "^2.5.8",
"react-datepicker": "^4.11.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.10.1",
"react-iframe": "^1.8.5",
"react-phone-input-2": "^2.15.1",
"react-phone-number-input": "^3.2.22",
"react-router-dom": "^6.8.1",
"react-select": "^5.7.4",
"react-vis": "^1.11.12",
"recharts": "^2.6.2",
"sort-by": "^0.0.2",
"typescript": "^3.2.1",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"@types/react": "^18.0.27",
"@types/react-datepicker": "^4.11.2",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.13",
"file-loader": "^6.2.0",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.2",
"tailwindcss": "^3.2.6",
"vite": "^4.1.0",
"webpack": "^5.79.0"
}
}