-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.08 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": "lola-adeoti-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"start": "next start",
"lint": "next lint",
"cypress:open": "cypress open",
"cypress:headless": "cypress run",
"e2e": "start-server-and-test dev http://localhost:3000 cypress",
"e2e:headless": "start-server-and-test dev http://localhost:3000 cypress:headless"
},
"dependencies": {
"gsap": "^3.10.4",
"next": "12.1.0",
"nextjs-google-analytics": "^2.1.0",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@ant-design/icons": "^4.7.0",
"@badrap/bar-of-progress": "^0.1.2",
"@chakra-ui/icons": "^1.1.7",
"@chakra-ui/react": "^1.8.6",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.6",
"@tawk.to/tawk-messenger-react": "^1.0.0",
"antd": "^4.18.9",
"aos": "^3.0.0-beta.6",
"autoprefixer": "^10.4.2",
"axios": "^0.26.0",
"cookies-next": "^2.0.4",
"cors": "^2.8.5",
"cypress": "^9.5.1",
"dotenv": "^16.0.0",
"eslint": "^8.10.0",
"eslint-config-next": "^12.1.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-react": "^7.29.3",
"flutterwave-react-v3": "^1.2.0",
"framer-motion": "^6",
"keen-slider": "^6.6.3",
"moment": "^2.29.1",
"nanoid": "^3.3.1",
"next-seo": "^5.1.0",
"next-sitemap": "^2.5.9",
"next-transpile-modules": "^9.0.0",
"nodemailer": "^6.7.3",
"nookies": "^2.5.2",
"postcss": "^8.4.7",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.8",
"qs": "^6.10.3",
"react-country-region-selector": "^3.4.0",
"react-hook-form": "^7.27.1",
"react-icons": "^4.3.1",
"react-paystack": "^3.0.5",
"react-query": "^3.34.16",
"react-spinners": "^0.11.0",
"start-server-and-test": "^1.14.0",
"swiper": "^8.1.4",
"tailwindcss": "^3.0.23",
"tawkto-react": "^3.0.1",
"typewriter-effect": "^2.18.2"
}
}