-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
71 lines (71 loc) · 1.91 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
{
"name": "sanctumlabs",
"version": "0.1.0",
"private": true,
"description": "Sanctum Labs Website",
"dependencies": {
"@apollo/client": "^3.8.7",
"@hookform/resolvers": "^3.3.2",
"aos": "^2.3.4",
"axios": "^1.6.1",
"bootstrap": "^5.3.2",
"classnames": "^2.3.2",
"feather-icons-react": "^0.6.2",
"google-map-react": "^2.2.1",
"i18next": "^23.6.0",
"i18next-browser-languagedetector": "^7.1.0",
"react": "^18.2.0",
"react-bootstrap": "^2.9.1",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.48.2",
"react-i18next": "^13.3.1",
"react-image-lightbox": "^5.1.4",
"react-router-dom": "^6.18.0",
"react-scroll-parallax": "^3.4.3",
"react-use": "^17.4.0",
"sass": "^1.69.5",
"swiper": "^11.0.3",
"typescript": "^5.2.2",
"web-vitals": "^3.5.0",
"yup": "^1.3.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.1.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.1",
"@types/aos": "^3.0.7",
"@types/bootstrap": "^5",
"@types/google-map-react": "^2",
"@types/jest": "^29.5.8",
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/react-helmet": "^6.1.9",
"@types/react-router-dom": "^5.3.3",
"danger": "^11.3.0",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"react-scripts": "5.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"format": "prettier --write 'src/**/*.{ts,tsx}'"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}