-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
81 lines (81 loc) · 2.21 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"homepage": "/",
"name": "uyscuti",
"description": "Search Engine using laravel as backend and react as frontend.",
"keywords": [
"laravel",
"framework",
"search",
"engine",
"react",
"frontend",
"crawler"
],
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"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"
]
},
"dependencies": {
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.1.1",
"@reduxjs/toolkit": "^1.9.5",
"@testing-library/jest-dom": "^5.17.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"html-react-parser": "^4.2.0",
"laravel-react-i18n": "^2.0.4",
"localstorage-slim": "^2.4.0",
"moment": "^2.29.4",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.45.2",
"react-lazy-load-image-component": "^1.6.0",
"react-loader-spinner": "^5.3.4",
"react-modal-video": "^2.0.1",
"react-photo-album": "^2.2.2",
"react-redux": "^8.1.1",
"react-router": "^6.14.2",
"react-router-dom": "^6.14.2",
"redux": "^4.2.1",
"url-parse": "^1.5.10",
"url-pattern": "^1.0.3",
"use-debounce": "^9.0.4",
"yet-another-react-lightbox": "^3.12.0",
"yup": "^1.2.0",
"yup-password": "^0.2.2"
},
"devDependencies": {
"@popperjs/core": "^2.11.6",
"@vitejs/plugin-react": "^2.2.0",
"autoprefixer": "^10.4.14",
"axios": "^1.1.2",
"bootstrap": "^5.2.3",
"laravel-mix": "^6.0.49",
"laravel-vite-plugin": "^0.7.5",
"postcss": "^8.4.31",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.56.1",
"tailwindcss": "^3.3.3",
"vite": "^4.0.0"
}
}