-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
57 lines (57 loc) · 1.56 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
{
"name": "skillhub-front",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --fix",
"preview": "vite preview"
},
"dependencies": {
"@cloudinary/react": "^1.13.0",
"@cloudinary/url-gen": "^1.16.1",
"@emailjs/browser": "^4.1.0",
"@heroicons/react": "^2.1.1",
"@material-tailwind/react": "^2.1.9",
"@reduxjs/toolkit": "^2.2.1",
"aos": "^2.3.4",
"axios": "^1.6.7",
"cloudinary": "^2.0.1",
"dotenv": "^16.4.5",
"firebase": "^10.8.0",
"flowbite": "^2.3.0",
"flowbite-react": "^0.7.2",
"framer-motion": "^11.0.5",
"moment": "^2.30.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-redux": "^9.1.0",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.22.1",
"react-scroll": "^1.9.0",
"react-toastify": "^10.0.4",
"sonner": "^1.4.0",
"toastify-js": "^1.12.0"
},
"devDependencies": {
"autoprefixer": "^10.4.17",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"@vercel/style-guide": "^5.2.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"vite": "^5.1.4"
}
}