-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (46 loc) · 1.17 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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"postbuild": "next-sitemap"
},
"dependencies": {
"animated-number-react": "^0.1.2",
"bootstrap-icons": "^1.8.3",
"classnames": "2.3.1",
"date-fns": "2.28.0",
"expo": "^47.0.8",
"framer-motion": "^6.3.11",
"fs": "^0.0.1-security",
"gray-matter": "4.0.3",
"newsapi": "^2.4.1",
"next": "^12.1.6",
"next-absolute-url": "^1.2.2",
"next-sitemap": "^3.1.3",
"react": "^17.0.2",
"react-animated-numbers": "^0.13.0",
"react-dom": "^17.0.2",
"react-vis": "^0.3.4",
"rehype-autolink-headings": "^6.1.1",
"rehype-document": "^6.0.1",
"rehype-format": "^4.0.1",
"rehype-slug": "^5.0.1",
"rehype-stringify": "^9.0.3",
"remark": "^14.0.2",
"remark-gemoji": "^7.0.1",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.1",
"remark-iframes": "^4.0.5",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"unified": "^10.1.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.8",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.7",
"tailwindcss": "^3.1.3"
}
}