You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
getcryst.al/package.json

59 lines
1.6 KiB
JSON

{
"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"
}
}