-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.53 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
{
"name": "landing-page2",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"start:server": "nodemon payStackServer.js",
"start:both": "concurrently \"npm run dev\" \"npm run start:server\"",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@emailjs/browser": "^3.11.0",
"@netlify/functions": "^2.4.0",
"@splidejs/react-splide": "^0.7.12",
"@splidejs/splide-extension-auto-scroll": "^0.5.3",
"axios": "^1.6.2",
"body-parser": "^1.20.2",
"chart.js": "^4.4.0",
"cors": "^2.8.5",
"country-codes-list": "^1.6.11",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"firebase": "^10.6.0",
"paystack": "^2.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-firebase-hooks": "^5.1.1",
"react-icons": "^4.12.0",
"react-international-phone": "^4.0.4",
"react-paystack": "^4.0.3",
"react-router-dom": "^6.19.0",
"react-toastify": "^9.1.3",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react-swc": "^3.3.2",
"autoprefixer": "^10.4.16",
"concurrently": "^8.2.2",
"eslint": "^8.45.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"nodemon": "^3.0.1",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"vite": "^4.4.5"
}
}