2023-11-26 00:35:25 +01:00
|
|
|
{
|
2024-08-13 16:47:37 +02: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",
|
2024-07-22 12:12:40 +02:00
|
|
|
"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-06-07 20:33:49 +02:00
|
|
|
"@algolia/autocomplete-core": "^1.19.2",
|
|
|
|
|
"@headlessui/react": "^2.2.4",
|
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",
|
2024-07-22 12:12:40 +02:00
|
|
|
"@sindresorhus/slugify": "^2.2.1",
|
2025-06-07 20:33:49 +02:00
|
|
|
"@tailwindcss/postcss": "^4.1.8",
|
2025-01-17 15:41:26 +01:00
|
|
|
"@tailwindcss/typography": "^0.5.16",
|
2024-07-22 12:12:40 +02:00
|
|
|
"@types/mdx": "^2.0.13",
|
2025-06-07 20:33:49 +02:00
|
|
|
"@types/node": "^22.15.30",
|
|
|
|
|
"@types/react": "^19.1.6",
|
|
|
|
|
"@types/react-dom": "^19.1.6",
|
2024-07-22 12:12:40 +02:00
|
|
|
"@types/react-highlight-words": "^0.20.0",
|
2025-04-05 02:56:55 +02:00
|
|
|
"acorn": "^8.14.1",
|
2024-07-22 12:12:40 +02:00
|
|
|
"clsx": "^2.1.1",
|
2025-01-17 15:41:26 +01:00
|
|
|
"fast-glob": "^3.3.3",
|
2025-06-07 20:33:49 +02:00
|
|
|
"flexsearch": "^0.8.205",
|
|
|
|
|
"framer-motion": "^12.16.0",
|
2024-07-22 11:49:47 +02:00
|
|
|
"mdast-util-to-string": "^4.0.0",
|
2024-07-22 12:12:40 +02:00
|
|
|
"mdx-annotations": "^0.1.4",
|
2025-06-07 20:33:49 +02:00
|
|
|
"next": "^15.3.3",
|
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-06-07 20:33:49 +02:00
|
|
|
"shiki": "^3.6.0",
|
2024-07-22 11:49:47 +02:00
|
|
|
"simple-functional-loader": "^1.2.1",
|
2025-06-07 20:33:49 +02:00
|
|
|
"tailwindcss": "^4.1.8",
|
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-06-07 20:33:49 +02:00
|
|
|
"zustand": "^5.0.5"
|
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",
|
2025-06-07 20:33:49 +02:00
|
|
|
"@next/bundle-analyzer": "^15.3.3",
|
|
|
|
|
"@shikijs/transformers": "^3.6.0",
|
|
|
|
|
"sharp": "^0.34.2"
|
2024-07-22 11:49:47 +02:00
|
|
|
},
|
2025-06-07 20:33:49 +02:00
|
|
|
"trustedDependencies": ["@biomejs/biome", "@tailwindcss/oxide", "sharp"]
|
2024-04-23 01:55:10 +02:00
|
|
|
}
|