-
Notifications
You must be signed in to change notification settings - Fork 403
/
package.json
48 lines (48 loc) · 1.25 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
{
"name": "made-in-nigeria",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@badrap/bar-of-progress": "^0.2.2",
"@chakra-ui/icons": "^2.0.10",
"@chakra-ui/next-js": "^2.1.5",
"@chakra-ui/react": "^2.8.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@next/third-parties": "^14.1.0",
"@splidejs/react-splide": "^0.7.12",
"@types/node": "20.5.7",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.15",
"cheerio": "^1.0.0-rc.12",
"dayjs": "^1.11.10",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"framer-motion": "^10.16.1",
"glob": "^10.3.10",
"gray-matter": "^4.0.3",
"lodash.debounce": "^4.0.8",
"marked": "^9.0.0",
"next": "^14.0.0",
"next-mdx-remote": "^4.4.1",
"postcss": "8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.4.0",
"react-share": "^5.0.3",
"react-svg": "^16.1.32",
"reading-time": "^1.5.0",
"sharp": "^0.33.2",
"tailwindcss": "3.3.3",
"typescript": "5.2.2",
"zustand": "^4.5.0"
}
}