docs/package.json

63 lines
2 KiB
JSON
Raw Normal View History

2023-11-26 00:35:25 +01:00
{
2024-07-22 11:49:47 +02:00
"name": "tailwindui-protocol",
"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
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@algolia/autocomplete-core": "^1.17.4",
"@headlessui/react": "^2.1.2",
"@headlessui/tailwindcss": "^0.2.1",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.5",
"@shikijs/rehype": "^1.11.0",
"@sindresorhus/slugify": "^2.2.1",
"@tailwindcss/typography": "^0.5.13",
"@types/mdx": "^2.0.13",
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-highlight-words": "^0.20.0",
"acorn": "^8.12.1",
"autoprefixer": "^10.4.19",
"clsx": "^2.1.1",
"fast-glob": "^3.3.2",
"flexsearch": "^0.7.43",
"framer-motion": "^11.3.8",
2024-07-22 11:49:47 +02:00
"mdast-util-to-string": "^4.0.0",
"mdx-annotations": "^0.1.4",
"next": "^14.2.5",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
2024-07-22 11:49:47 +02:00
"react-highlight-words": "^0.20.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-mdx": "^3.0.1",
"shiki": "0.14.7",
2024-07-22 11:49:47 +02:00
"simple-functional-loader": "^1.2.1",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3",
2024-07-22 11:49:47 +02:00
"unist-util-filter": "^5.0.1",
"unist-util-visit": "^5.0.0",
"zustand": "^4.5.4"
2024-07-22 11:49:47 +02:00
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"eslint": "^9.7.0",
"eslint-config-next": "^14.2.5",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"sharp": "^0.33.4"
2024-07-22 11:49:47 +02:00
},
"trustedDependencies": ["@biomejs/biome", "sharp"]
2024-04-23 01:55:10 +02:00
}