-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 1.95 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
{
"name": "design",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"prettier": "prettier --write ."
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@ethora/chat-component": "^24.12.34",
"@headlessui/react": "^2.1.8",
"@mui/icons-material": "^6.1.1",
"@mui/lab": "^6.0.0-beta.10",
"@mui/material": "^6.1.1",
"@stripe/react-stripe-js": "^2.9.0",
"@stripe/stripe-js": "^4.10.0",
"axios": "^1.7.5",
"classnames": "^2.5.1",
"firebase": "^10.14.0",
"hex-to-rgba": "^2.0.1",
"immer": "^10.1.1",
"js-sha256": "^0.11.0",
"lodash": "^4.17.21",
"luxon": "^3.5.0",
"react": "^18.3.1",
"react-colorful": "^5.6.1",
"react-copy-to-clipboard": "^5.1.0",
"react-date-range": "^2.0.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.53.0",
"react-image-crop": "^11.0.7",
"react-paginate": "^8.2.0",
"react-qr-code": "^2.0.15",
"react-router-dom": "^6.28.0",
"react-toastify": "^10.0.5",
"recharts": "^2.13.3",
"sass": "^1.77.8",
"tailwind-scrollbar-hide": "^1.1.7",
"zustand": "^4.5.5"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@types/luxon": "^3.4.2",
"@types/react": "^18.3.12",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-date-range": "^1.4.9",
"@types/react-dom": "^18.3.1",
"@types/react-helmet": "^6.1.11",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"eslint": "^9.13.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"postcss": "^8.4.49",
"prettier-plugin-organize-imports": "^3.2.4",
"tailwindcss": "^3.4.15",
"typescript": "~5.6.2",
"typescript-eslint": "^8.11.0",
"vite": "^5.4.10"
}
}