docs/package.json

67 lines
2 KiB
JSON
Raw Permalink Normal View History

2023-11-26 00:35:25 +01:00
{
"name": "@versia-pub/docs",
2024-07-22 11:49:47 +02:00
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"typecheck": "tsc -p .",
2024-07-22 15:22:18 +02:00
"lint": "bunx @biomejs/biome check .",
"uuid": "bun --print 'crypto.randomUUID()'"
2024-07-22 11:49:47 +02:00
},
"dependencies": {
2025-10-08 19:44:36 +02:00
"@algolia/autocomplete-core": "^1.19.4",
"@headlessui/react": "^2.2.9",
2025-02-15 14:46:39 +01:00
"@headlessui/tailwindcss": "^0.2.2",
2024-10-28 14:43:39 +01:00
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
2025-06-07 20:33:49 +02:00
"@next/mdx": "^15.3.3",
2025-08-15 04:53:12 +02:00
"@radix-ui/react-hover-card": "^1.1.15",
2025-10-08 19:44:36 +02:00
"@sindresorhus/slugify": "^3.0.0",
"@tailwindcss/postcss": "^4.1.14",
"@tailwindcss/typography": "^0.5.19",
"@types/mdx": "^2.0.13",
2025-10-08 19:44:36 +02:00
"@types/node": "^24.7.0",
2025-08-15 04:53:12 +02:00
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@types/react-highlight-words": "^0.20.0",
2025-08-15 04:53:12 +02:00
"acorn": "^8.15.0",
"clsx": "^2.1.1",
2025-01-17 15:41:26 +01:00
"fast-glob": "^3.3.3",
2025-10-08 19:44:36 +02:00
"flexsearch": "^0.8.212",
"framer-motion": "^12.23.22",
2024-07-22 11:49:47 +02:00
"mdast-util-to-string": "^4.0.0",
"mdx-annotations": "^0.1.4",
2025-08-15 04:53:12 +02:00
"next": "15.3.3",
2025-04-05 02:56:55 +02:00
"next-themes": "^0.4.6",
"qss": "^3.0.0",
2025-08-15 04:53:12 +02:00
"react": "^19.1.1",
"react-dom": "^19.1.1",
2025-01-17 15:41:26 +01:00
"react-highlight-words": "^0.21.0",
2024-07-22 11:49:47 +02:00
"remark": "^15.0.1",
2025-02-15 14:46:39 +01:00
"remark-gfm": "^4.0.1",
2025-10-08 19:44:36 +02:00
"remark-mdx": "^3.1.1",
"shiki": "^3.13.0",
2024-07-22 11:49:47 +02:00
"simple-functional-loader": "^1.2.1",
2025-10-08 19:44:36 +02:00
"tailwindcss": "^4.1.14",
"typescript": "^5.9.3",
2024-07-22 11:49:47 +02:00
"unist-util-filter": "^5.0.1",
"unist-util-visit": "^5.0.0",
2025-04-05 03:10:36 +02:00
"uwuifier": "^4.2.2",
2025-10-08 19:44:36 +02:00
"zustand": "^5.0.8"
2024-07-22 11:49:47 +02:00
},
"devDependencies": {
2025-10-08 19:44:36 +02:00
"@biomejs/biome": "^2.2.5",
"@iconify-icon/react": "^3.0.1",
"@next/bundle-analyzer": "^15.5.4",
"@shikijs/transformers": "^3.13.0",
"sharp": "^0.34.4"
2024-07-22 11:49:47 +02:00
},
2025-08-15 04:53:12 +02:00
"trustedDependencies": [
"@biomejs/biome",
"@tailwindcss/oxide",
"sharp"
]
2024-04-23 01:55:10 +02:00
}