-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.93 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.93 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
{
"name": "mentor-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"tailwind": " tailwindcss -i ./src/index.css -o ./dist/output.css --watch"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@iconscout/react-unicons": "^2.0.2",
"@reduxjs/toolkit": "^1.9.5",
"@stripe/react-stripe-js": "^2.3.0",
"@stripe/stripe-js": "^2.1.5",
"@tippyjs/react": "^4.2.6",
"@types/react-big-calendar": "^1.6.4",
"@types/react-router-dom": "^5.3.3",
"@zegocloud/zego-uikit-prebuilt": "^1.8.15",
"axios": "^1.4.0",
"chart.js": "^4.4.0",
"date-fns": "^2.30.0",
"emoji-picker-react": "^4.5.16",
"formik": "^2.4.3",
"framer-motion": "^10.17.12",
"react": "^18.2.0",
"react-big-calendar": "^1.8.4",
"react-chartjs-2": "^5.2.0",
"react-content-loader": "^6.2.1",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.11",
"react-modal": "^3.16.1",
"react-redux": "^8.1.2",
"react-router-dom": "^6.15.0",
"react-simple-typewriter": "^5.0.1",
"react-slick": "^0.29.0",
"react-table": "^7.8.0",
"slick-carousel": "^1.8.1",
"socket.io-client": "^4.7.2",
"sonner": "^1.0.3",
"tippy.js": "^6.3.7",
"uuid": "^9.0.1",
"yup": "^1.2.0"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"autoprefixer": "^10.4.15",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.4.27",
"tailwindcss": "^3.3.3",
"typescript": "^5.0.2",
"vite": "^4.4.5"
}
}