-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 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
{
"name": "rashidbik",
"private": true,
"homepage": "./",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"start:server": "json-server --watch db.json"
},
"dependencies": {
"@babel/runtime-corejs2": "^7.19.2",
"@react-icons/all-files": "^4.1.0",
"@supabase/supabase-js": "^2.10.0",
"axios": "^1.3.3",
"chart.js": "^4.2.1",
"emailjs": "^4.0.1",
"emailjs-com": "^3.2.0",
"framer-motion": "^7.3.6",
"heroicons": "^2.0.11",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-icon": "^1.0.0",
"react-icons": "^4.4.0",
"react-scroll": "^1.8.7",
"react-toastify": "^9.0.8",
"react-top-loading-bar": "^2.3.1",
"react-type-animation": "^2.1.1",
"swiper": "^8.4.2",
"tailwind": "^4.0.0"
},
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"vite": "^3.1.0"
}
}