-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.58 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
75
76
77
78
79
80
81
82
83
84
85
{
"name": "dgya",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"description": "https://github.com/mui/material-ui/blob/v5.15.12/docs/data/material/components/table/DataTable.js",
"dependencies": {
"@emailjs/browser": "^3.11.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@firebase/storage": "^0.11.2",
"@fontsource/roboto": "^5.0.12",
"@mui/icons-material": "^5.15.12",
"@mui/material": "^5.15.12",
"@mui/styled-engine-sc": "^6.0.0-alpha.17",
"@mui/x-date-pickers": "^6.19.6",
"@mui/x-date-pickers-pro": "^6.19.6",
"@paypal/react-paypal-js": "^8.1.3",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.4",
"@radix-ui/react-tooltip": "^1.0.7",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"chart.js": "^4.4.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cmdk": "^0.2.1",
"cors": "^2.8.5",
"express": "^4.18.3",
"faker": "^5.5.3",
"firebase": "^10.0.0",
"firebase-admin": "^11.10.1",
"formik": "^2.4.2",
"framer-motion": "^10.12.18",
"jquery": "^3.7.1",
"jwt-decode": "^3.1.2",
"lucide-react": "^0.259.0",
"mui": "^0.0.1",
"paypal-rest-sdk": "^1.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-imask": "^7.5.0",
"react-markdown": "^8.0.7",
"react-number-format": "^5.3.3",
"react-player": "^2.12.0",
"react-query": "^3.39.3",
"react-router-dom": "^6.22.3",
"recharts": "^2.8.0",
"resend": "^1.1.0",
"stripe": "^12.18.0",
"styled-components": "^6.1.8",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.6",
"uid": "^2.0.2",
"uuid": "^9.0.1",
"xlsx": "^0.18.5",
"yup": "^1.2.0"
},
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react": "^4.0.1",
"autoprefixer": "^10.4.14",
"eslint": "^8.44.0",
"eslint-plugin-react": "^7.25.3",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"postcss": "^8.4.25",
"tailwindcss": "^3.4.1",
"vite": "^4.4.0"
}
}