This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
58 lines (58 loc) · 1.65 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
{
"name": "getcryst.al",
"version": "0.1.0",
"private": true,
"packageManager": "yarn@3.2.3",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@catppuccin/tailwindcss": "^0.1.0",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-regular-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mdx-js/loader": "^2.1.3",
"@mdx-js/mdx": "^2.1.3",
"@mdx-js/react": "^2.1.3",
"@next/mdx": "^12.2.5",
"@tailwindcss/typography": "^0.5.7",
"catppuccin-highlightjs": "github:mrshmllow/highlightjs#patch-1",
"front-matter": "^4.0.2",
"js-yaml": "^4.1.0",
"next": "12.2.5",
"next-i18next": "^12.0.1",
"next-mdx-remote": "^4.1.0",
"next-seo": "^5.5.0",
"next-themes": "^0.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-highlight": "^5.0.2",
"rehype-slug": "^5.0.1",
"remark-gfm": "^3.0.1",
"sharp": "^0.31.0"
},
"devDependencies": {
"@svgr/webpack": "^6.3.1",
"@types/js-yaml": "^4.0.5",
"@types/node": "18.7.14",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.8",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"husky": "^8.0.1",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"sass": "^1.54.9",
"tailwindcss": "^3.1.8",
"typescript": "4.8.2"
}
}