-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.42 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
82
83
84
85
86
87
88
89
90
91
{
"name": "transken_ltd",
"homepage": "http://transken.co.ke",
"version": "0.1.2",
"description": "Transken Links Limited",
"private": true,
"dependencies": {
"@aws-amplify/auth": "^4.4.3",
"@emailjs/browser": "^3.4.0",
"@fortawesome/fontawesome-free": "^6.1.0",
"@googlemaps/react-wrapper": "^1.1.27",
"@hcaptcha/react-hcaptcha": "^1.1.1",
"@iconify/react": "^3.2.0",
"@material-tailwind/react": "0.3.4",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"aws-sdk": "^2.1096.0",
"bootstrap": "5.1.3",
"browser-sync": "^2.27.9",
"cors": "^2.8.5",
"express": "^4.17.3",
"framer-motion": "^6.2.8",
"fs": "^0.0.1-security",
"google-maps-react": "^2.0.6",
"gulp-changed": "^3.2.0",
"gulp-clean-css": "^4.3.0",
"gulp-real-favicon": "^0.3.2",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-webp": "^4.0.0",
"next": "^12.1.0",
"node-fetch": "^3.2.3",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-awesome-slider": "^4.1.0",
"react-cookie-consent": "^7.3.1",
"react-dom": "^17.0.2",
"react-elastic-carousel": "^0.11.5",
"react-google-recaptcha": "^2.1.0",
"react-hide-on-scroll": "^1.1.4",
"react-responsive-carousel": "^3.2.23",
"react-router-hash-link": "^2.4.3",
"react-scripts": "^2.1.3",
"react-scroll": "^1.8.6",
"react-slick": "^0.28.1",
"sass": "^1.49.9",
"swiper": "^8.0.7",
"typescript": "^4.6.2",
"web-vitals": "^2.1.4"
},
"scripts": {
"tw": "tailwind build -i src/index.css -o src/tailwind.css --watch",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
},
"devDependencies": {
"autoprefixer": "^10.4.4",
"axios": "^0.26.1",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"hamburger-react": "^2.4.1",
"postcss": "^8.4.12",
"react-router-dom": "^6.2.2",
"tailwindcss": "^3.0.23"
},
"main": "gulpfile.js",
"keywords": [],
"author": "",
"license": "ISC"
}