-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
46 lines (46 loc) · 1.18 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
{
"name": "next-billion-website",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.1.3",
"@types/mdx": "^2.0.11",
"eslint-config-prettier": "^9.1.0",
"framer-motion": "^11.0.3",
"gray-matter": "^4.0.3",
"image-size": "^1.1.1",
"mdast-util-toc": "^7.0.0",
"next": "14.1.0",
"next-mdx-remote": "^4.4.1",
"next-sitemap": "^3.1.32",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-globe.gl": "^2.27.2",
"react-icons": "^5.0.1",
"remark-gfm": "^4.0.0",
"rss-parser": "^3.13.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@types/node": "^20.4.2",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"eslint": "^8.45.0",
"eslint-config-next": "^14.1.0",
"typescript": "^5.1.6"
}
}