anchor/docs/package.json

41 lines
1.0 KiB
JSON
Raw Normal View History

2021-01-02 16:24:35 -08:00
{
2022-06-24 11:56:29 -07:00
"name": "anchor-docs",
"version": "0.1.0",
"private": true,
2021-01-02 18:45:51 -08:00
"scripts": {
2022-06-24 11:56:29 -07:00
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"publish:typedoc": "gh-pages -d ./src/.vuepress/dist"
2022-06-24 11:56:29 -07:00
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
2022-07-08 06:22:08 -07:00
"@docsearch/react": "^3.1.1",
"@headlessui/react": "^1.6.6",
2022-06-24 11:56:29 -07:00
"@markdoc/markdoc": "^0.1.3",
2022-07-08 06:22:08 -07:00
"@markdoc/next.js": "^0.1.6",
2022-06-24 11:56:29 -07:00
"@sindresorhus/slugify": "^2.1.0",
2022-07-08 06:22:08 -07:00
"@tailwindcss/typography": "^0.5.3",
2022-06-24 11:56:29 -07:00
"autoprefixer": "^10.4.7",
2022-07-08 06:22:08 -07:00
"clsx": "^1.2.1",
2022-06-24 11:56:29 -07:00
"focus-visible": "^5.2.0",
2023-03-08 05:28:23 -08:00
"gh-pages": "^5.0.0",
2022-07-08 06:22:08 -07:00
"next": "12.2.1",
2022-06-24 11:56:29 -07:00
"next-plausible": "^3.2.0",
"postcss-focus-visible": "^6.0.4",
"postcss-import": "^14.1.0",
2022-07-08 06:22:08 -07:00
"prism-react-renderer": "^1.3.5",
2022-06-24 11:56:29 -07:00
"prismjs": "^1.28.0",
"react": "18.2.0",
"react-dom": "18.2.0",
2022-07-08 06:22:08 -07:00
"tailwindcss": "^3.1.5"
2021-01-02 16:24:35 -08:00
},
"devDependencies": {
2022-07-08 06:22:08 -07:00
"eslint": "8.19.0",
"eslint-config-next": "12.2.1",
2022-06-24 11:56:29 -07:00
"prettier": "^2.7.1",
2022-07-08 06:22:08 -07:00
"prettier-plugin-tailwindcss": "^0.1.12"
2021-01-02 16:24:35 -08:00
}
}