-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
76 lines (76 loc) · 2.27 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
{
"name": "afrisplash-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"docker:build": "sudo docker build . -t afri-frontend",
"docker:publish": "sudo docker run --publish 3000:3000 afri-frontend"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.16.2",
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.13",
"@hookform/resolvers": "^3.3.2",
"@next/font": "13.1.4",
"@react-google-maps/api": "^2.17.1",
"@reduxjs/toolkit": "^1.9.1",
"@tanstack/react-query": "^4.35.3",
"@tanstack/react-query-devtools": "^4.35.3",
"@types/node": "18.11.18",
"@types/react-dom": "18.0.10",
"@types/react-slick": "^0.23.10",
"autoprefixer": "^10.4.13",
"axios": "^1.7.2",
"combined-stream": "^1.0.8",
"eslint-config-next": "13.1.4",
"framer-motion": "^8.5.0",
"gray-matter": "^4.0.3",
"i18next": "^23.2.3",
"isomorphic-dompurify": "^1.2.0",
"js-cookie": "^3.0.1",
"next": "^13.5.6",
"next-auth": "^4.24.3",
"next-i18next": "^14.0.0",
"next-pwa": "^5.6.0",
"nextjs-progressbar": "^0.0.16",
"postcss": "^8.4.21",
"react": "18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.46.2",
"react-hot-toast": "^2.4.0",
"react-i18next": "^13.0.1",
"react-icons": "^4.11.0",
"react-markdown": "^8.0.7",
"react-redux": "^8.0.5",
"react-select": "^5.7.5",
"react-slick": "^0.29.0",
"react-stars": "^2.2.5",
"react-switch": "^7.0.0",
"slick-carousel": "^1.8.1",
"tailwindcss": "^3.3.3",
"typescript": "4.9.4",
"yup": "^1.3.2",
"zustand": "^4.4.6"
},
"devDependencies": {
"@types/dompurify": "^3.0.1",
"@types/js-cookie": "^3.0.3",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-stars": "^2.2.1",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.4",
"sass": "^1.57.1"
}
}