docs/package.json

61 lines
1.9 KiB
JSON
Raw 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-05-13 15:34:47 +02:00
"@algolia/autocomplete-core": "^1.19.1",
"@headlessui/react": "^2.2.3",
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-05-13 15:34:47 +02:00
"@next/mdx": "^15.3.2",
"@sindresorhus/slugify": "^2.2.1",
"@tailwindcss/postcss": "^4.1.6",
2025-01-17 15:41:26 +01:00
"@tailwindcss/typography": "^0.5.16",
"@types/mdx": "^2.0.13",
"@types/node": "^24.1.0",
2025-05-13 15:34:47 +02:00
"@types/react": "^19.1.4",
"@types/react-dom": "^19.1.5",
"@types/react-highlight-words": "^0.20.0",
2025-04-05 02:56:55 +02:00
"acorn": "^8.14.1",
"clsx": "^2.1.1",
2025-01-17 15:41:26 +01:00
"fast-glob": "^3.3.3",
2025-05-14 18:26:54 +02:00
"flexsearch": "^0.8.166",
"framer-motion": "^12.11.3",
2024-07-22 11:49:47 +02:00
"mdast-util-to-string": "^4.0.0",
"mdx-annotations": "^0.1.4",
2025-05-13 15:34:47 +02:00
"next": "^15.3.2",
2025-04-05 02:56:55 +02:00
"next-themes": "^0.4.6",
"react": "^19.1.0",
"react-dom": "^19.1.0",
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",
2024-10-28 14:43:39 +01:00
"remark-mdx": "^3.1.0",
2025-05-14 18:26:54 +02:00
"shiki": "^3.4.1",
2024-07-22 11:49:47 +02:00
"simple-functional-loader": "^1.2.1",
"tailwindcss": "^4.1.6",
2025-04-05 02:56:55 +02:00
"typescript": "^5.8.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-05-13 15:34:47 +02:00
"zustand": "^5.0.4"
2024-07-22 11:49:47 +02:00
},
"devDependencies": {
2024-10-18 10:49:43 +02:00
"@biomejs/biome": "^1.9.4",
2025-05-13 15:34:47 +02:00
"@iconify-icon/react": "^3.0.0",
"@next/bundle-analyzer": "^15.3.2",
2025-05-14 18:26:54 +02:00
"@shikijs/transformers": "^3.4.1",
2025-04-21 18:38:27 +02:00
"sharp": "^0.34.1"
2024-07-22 11:49:47 +02:00
},
"trustedDependencies": ["@biomejs/biome", "sharp"]
2024-04-23 01:55:10 +02:00
}