-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.78 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 1.78 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "laravel-breeze-react",
"version": "0.1.0",
"private": true,
"author": "Nilanth",
"keywords": [
"react",
"react-router",
"swr",
"tailwindcss",
"vercel",
"axios",
"react-hooks",
"laravel",
"sanctum",
"vite"
],
"description": "Laravel Breeze is a cutting-edge React App template designed for Laravel Sanctum-based authentication, meticulously crafted using Vite.",
"license": "MIT",
"dependencies": {
"@googlemaps/js-api-loader": "^1.16.6",
"@headlessui/react": "^1.7.17",
"@ramonak/react-progress-bar": "^5.2.0",
"@tailwindcss/forms": "^0.5.6",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/user-event": "^13.5.0",
"@vitejs/plugin-react": "4.1.1",
"autoprefixer": "^10.4.16",
"axios": "^0.26.1",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"postcss": "^8.4.31",
"react": "^18.3.1",
"react-bootstrap": "^2.10.2",
"react-bootstrap-icons": "^1.11.4",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-notifications-component": "^4.0.1",
"react-quill": "^2.0.0",
"react-router-dom": "^6.23.0",
"react-slick": "^0.30.2",
"react-toastify": "^10.0.5",
"sass": "^1.69.5",
"sweetalert2": "^11.11.0",
"swr": "^2.2.4",
"tailwindcss": "^3.3.5",
"typescript": "^5.4.5",
"vite": "4.5.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "vite",
"build": "vite build",
"dev": "vite"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}