mirror of
https://github.com/catppuccin/website.git
synced 2026-02-05 03:37:14 +08:00
84 lines
2.3 KiB
JSON
84 lines
2.3 KiB
JSON
{
|
|
"name": "catppuccin-website",
|
|
"description": "Soothing pastel website",
|
|
"license": "MIT",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@catppuccin/palette": "^0.1.5",
|
|
"@formkit/auto-animate": "1.0.0-beta.5",
|
|
"@jsdevtools/rehype-url-inspector": "^2.0.2",
|
|
"@octokit/graphql": "^5.0.4",
|
|
"@octokit/rest": "^19.0.5",
|
|
"@types/color-convert": "^2.0.0",
|
|
"axios": "^1.2.2",
|
|
"classnames": "^2.3.2",
|
|
"color-convert": "^2.0.1",
|
|
"highlight.js": "^11.7.0",
|
|
"memory-cache": "^0.2.0",
|
|
"next": "13.1.1",
|
|
"next-themes": "^0.2.1",
|
|
"nprogress": "^0.2.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-hot-toast": "^2.4.0",
|
|
"react-icons": "^4.7.1",
|
|
"react-lazy-load": "^4.0.1",
|
|
"rehype-autolink-headings": "^6.1.1",
|
|
"rehype-external-links": "^2.0.1",
|
|
"rehype-highlight": "^6.0.0",
|
|
"rehype-raw": "^6.1.1",
|
|
"rehype-sanitize": "^5.0.1",
|
|
"rehype-stringify": "^9.0.3",
|
|
"remark": "^14.0.2",
|
|
"remark-gfm": "^3.0.1",
|
|
"remark-html": "^15.0.1",
|
|
"remark-parse": "^10.0.1",
|
|
"remark-rehype": "^10.1.0",
|
|
"unified": "^10.1.2",
|
|
"usehooks-ts": "^2.9.1",
|
|
"zod": "^3.20.2"
|
|
},
|
|
"devDependencies": {
|
|
"@catppuccin/tailwindcss": "^0.1.1",
|
|
"@svgr/webpack": "^6.5.1",
|
|
"@tailwindcss/typography": "^0.5.8",
|
|
"@types/memory-cache": "^0.2.2",
|
|
"@types/node": "18.11.18",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@types/react": "18.0.26",
|
|
"@types/react-dom": "18.0.10",
|
|
"autoprefixer": "^10.4.13",
|
|
"csstype": "^3.0.10",
|
|
"eslint": "8.31.0",
|
|
"eslint-config-next": "13.1.1",
|
|
"postcss": "^8.4.20",
|
|
"postcss-import": "^15.1.0",
|
|
"prettier": "^2.8.1",
|
|
"tailwindcss": "^3.2.4",
|
|
"typescript": "4.9.4",
|
|
"yaml": "^2.2.1"
|
|
},
|
|
"ct3aMetadata": {
|
|
"initVersion": "5.6.0",
|
|
"next": "12.1.5",
|
|
"react": "18.0.0",
|
|
"react-dom": "18.0.0",
|
|
"react-icons": "^4.3.1",
|
|
"react-lazyload": "^3.2.0",
|
|
"react-markdown": "^8.0.3",
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
"rehype-highlight": "^5.0.2",
|
|
"rehype-prism": "^2.1.3",
|
|
"rehype-raw": "^6.1.1",
|
|
"rehype-sanitize": "^5.0.1",
|
|
"remark-gfm": "^3.0.1"
|
|
}
|
|
}
|