-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.41 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.41 KB
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": "weddingapp_front",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@hookform/resolvers": "^5.2.2",
"@shadcn/ui": "^0.0.4",
"axios": "^1.8.4",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"cra-template": "1.2.0",
"framer-motion": "^12.6.2",
"jquery": "^3.7.1",
"js-cookie": "^3.0.5",
"laravel-vapor": "^0.7.1",
"lucide-react": "^0.479.0",
"react": "^19.1.0",
"react-bootstrap": "^2.10.7",
"react-bootstrap-icons": "^1.11.5",
"react-cookie-consent": "^9.0.0",
"react-dom": "^19.1.0",
"react-google-recaptcha": "^3.1.0",
"react-hook-form": "^7.54.2",
"react-icons": "^5.4.0",
"react-owl-carousel": "^2.3.3",
"react-router-dom": "^6.28.1",
"react-scripts": "5.0.1",
"sweetalert2": "^11.17.2",
"zod": "^4.3.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"autoprefixer": "^10.4.21",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.6"
}
}