forked from ALTA-LapakUMKM-Group-2/LapakUMKM-FE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.58 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
{
"name": "lapak-umkm",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@headlessui/react": "^1.7.13",
"@radix-ui/react-accordion": "^1.1.1",
"@radix-ui/react-collapsible": "^1.0.2",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^2.0.4",
"@radix-ui/react-toast": "^1.1.3",
"@react-oauth/google": "^0.9.0",
"@reduxjs/toolkit": "^1.9.3",
"@smastrom/react-rating": "^1.2.2",
"axios": "^1.3.4",
"clsx": "^1.2.1",
"daisyui": "^2.51.4",
"google-auth-library": "^8.7.0",
"googleapis": "^114.0.0",
"gsap": "^3.11.5",
"lottie-react": "^2.4.0",
"prettier-plugin-tailwind": "^2.2.12",
"react": "^18.2.0",
"react-cookie": "^4.1.1",
"react-cookies": "^0.1.1",
"react-currency-input-field": "^3.6.10",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-password-strength-bar": "^0.4.1",
"react-redux": "^8.0.5",
"react-router-dom": "^6.9.0",
"react-toastify": "^9.1.2",
"sweetalert2": "^11.4.8",
"sweetalert2-react-content": "^5.0.7",
"tailwindcss-radix": "^2.8.0"
},
"devDependencies": {
"@types/node": "^18.15.10",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"prettier": "^2.8.6",
"prettier-plugin-tailwindcss": "^0.2.5",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.3",
"vite": "^4.2.0"
}
}