-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.58 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
{
"name": "hsytrailer",
"homepage": "https://Lor3wp.github.io/hsytrailer/",
"private": false,
"version": "0.0.0",
"type": "module",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"format": "prettier --write ./src"
},
"dependencies": {
"axios": "^1.6.2",
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.1",
"dotenv": "^16.3.1",
"geolib": "^3.3.4",
"i18next": "^23.7.6",
"i18next-browser-languagedetector": "^7.2.0",
"i18next-http-backend": "^2.4.2",
"jquery": "^3.7.1",
"popper.js": "^1.16.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-bootstrap": "^2.9.0",
"react-bootstrap-icons": "^1.10.3",
"react-calendar": "^4.6.0",
"react-countdown-circle-timer": "^3.2.1",
"react-datepicker": "^4.19.0",
"react-dom": "^18.2.0",
"react-form-stepper": "^2.0.3",
"react-i18next": "^13.5.0",
"react-router-dom": "^6.16.0",
"react-simple-star-rating": "^5.1.7",
"react-toastify": "^9.1.3",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"eslint": "^8.45.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"gh-pages": "^6.0.0",
"prettier": "3.0.3",
"vite": "^4.4.5"
}
}