-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
48 lines (48 loc) · 1.47 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
{
"name": "hunajaholisti-homepage",
"private": true,
"version": "1.1.3",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@firebase/firestore": "^4.0.0",
"@heroicons/react": "^1.0.6",
"@paypal/react-paypal-js": "^8.0.0",
"@stripe/react-stripe-js": "^2.1.1",
"@stripe/stripe-js": "^1.54.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"autoprefixer": "^10.4.14",
"firebase": "^10.0.0",
"heroicons": "^2.0.18",
"i18n": "^0.15.1",
"i18next": "^22.4.13",
"js-cookie": "^3.0.5",
"netlify-cli": "^15.8.1",
"nodemailer": "^6.9.3",
"postcss": "^8.4.26",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.6.1",
"react-transition-group": "^4.4.5",
"stripe": "^12.11.0",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@types/js-cookie": "^3.0.3",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-transition-group": "^4.4.6",
"@vitejs/plugin-react": "^3.0.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"postcss-cli": "^10.1.0",
"typescript": "^5.0.4",
"vite": "^4.0.0",
"vite-plugin-tsconfig-paths": "^1.3.0"
}
}