-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.37 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
{
"name": "ahmedjadan.dev",
"version": "0.1.11",
"private": true,
"license": "MIT",
"github": "",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"release": "standard-version",
"postbuild": "next-sitemap",
"analyze": "ANALYZE=true next build"
},
"dependencies": {
"@apollo/client": "^3.4.13",
"@mapbox/rehype-prism": "^0.6.0",
"@next/bundle-analyzer": "^11.1.2",
"@tailwindcss/aspect-ratio": "^0.3.0",
"@tailwindcss/typography": "^0.5.0",
"axios": "^0.21.4",
"date-fns": "^2.21.1",
"graphql": "^15.6.0",
"gray-matter": "^4.0.2",
"mdx-prism": "^0.3.3",
"next": "^12.1.5",
"next-mdx-remote": "^2.1.3",
"next-sitemap": "^1.6.168",
"next-themes": "^0.0.14",
"next-translate": "^1.0.7",
"nprogress": "^0.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hot-toast": "^2.2.0",
"react-loading-skeleton": "^2.2.0",
"reading-time": "^1.3.0",
"rehype": "^11.0.0",
"rehype-autolink-headings": "^6.1.0",
"remark-autolink-headings": "^6.0.1",
"remark-capitalize": "^1.1.0",
"remark-code-titles": "^0.1.1",
"remark-prism": "^1.3.6",
"remark-slug": "^6.0.0",
"standard-version": "^9.3.0",
"swr": "^1.0.1"
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"postcss": "^8.4.4",
"tailwindcss": "^3.0.1"
}
}