-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.45 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
{
"name": "hired-dream-job",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "npm run dev",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.2",
"@stripe/react-stripe-js": "^1.16.4",
"@stripe/stripe-js": "^1.46.0",
"axios": "^1.3.2",
"classnames": "^2.3.2",
"date-fns": "^2.29.3",
"dotenv": "^16.0.3",
"firebase": "^9.16.0",
"lottie-react": "^2.3.1",
"markdown-it": "^13.0.1",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-datepicker": "^4.8.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.42.1",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.7.1",
"react-markdown": "^8.0.5",
"react-markdown-editor-lite": "^1.3.4",
"react-minimal-pie-chart": "^8.4.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.6.2",
"react-select": "^5.7.0",
"react-topbar-progress-indicator": "^4.1.1",
"recharts": "^2.4.1",
"socket.io-client": "^4.6.0",
"swiper": "^8.4.5",
"tw-elements": "^1.0.0-alpha13",
"watchman": "^1.0.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"prettier-plugin-tailwindcss": "^0.2.3",
"tailwindcss": "^3.2.4",
"vite": "^4.0.4"
}
}