-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.68 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"@babel/preset-react": "^7.22.3",
"@popperjs/core": "^2.11.6",
"autoprefixer": "^10.4.14",
"axios": "^1.4.0",
"bootstrap": "^5.2.3",
"laravel-mix": "^6.0.49",
"postcss": "^8.4.24",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.56.1",
"tailwindcss": "^3.3.2"
},
"dependencies": {
"@greatsumini/react-facebook-login": "^3.3.3",
"@headlessui/react": "^1.7.15",
"@heroicons/react": "^2.0.18",
"@react-oauth/google": "^0.11.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"currency-symbol-map": "^5.1.0",
"js-cookie": "^3.0.5",
"jwt-decode": "^3.1.2",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"moment": "^2.29.4",
"react-ga4": "^2.1.0",
"react-gtm-module": "^2.0.11",
"react-loading-skeleton": "^3.3.1",
"react-medium-image-zoom": "^5.1.8",
"react-router-dom": "^6.12.1",
"react-slick": "^0.29.0",
"react-toastify": "^9.1.3",
"react-use-cart": "^1.13.0",
"slick-carousel": "^1.8.1",
"sort-by": "^0.0.2",
"swr": "^2.1.5"
}
}