/[sudobot]/branches/9.x-dev/docs/package.json
ViewVC logotype

Annotation of /branches/9.x-dev/docs/package.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 577 - (hide annotations)
Mon Jul 29 18:52:37 2024 UTC (8 months ago) by rakinar2
File MIME type: application/json
File size: 1366 byte(s)
chore: add old version archive branches (2.x to 9.x-dev)
1 rakinar2 577 {
2     "name": "sudobot-docs",
3     "version": "1.0.0",
4     "private": true,
5     "scripts": {
6     "dev": "next dev",
7     "build:next": "next build",
8     "build": "sh build.sh",
9     "start": "next start",
10     "lint": "next lint"
11     },
12     "dependencies": {
13     "@emotion/react": "^11.11.3",
14     "@emotion/styled": "^11.11.0",
15     "@mapbox/rehype-prism": "^0.9.0",
16     "@mdx-js/loader": "^3.0.0",
17     "@mdx-js/react": "^3.0.0",
18     "@mui/material": "^5.15.3",
19     "@next/mdx": "^14.0.4",
20     "@types/mdx": "^2.0.10",
21     "date-fns": "^3.2.0",
22     "glob": "^10.3.10",
23     "next": "14.1.1",
24     "prism-themes": "^1.9.0",
25     "react": "^18",
26     "react-dom": "^18",
27     "react-icons": "^4.12.0",
28     "rehype-autolink-headings": "^7.1.0",
29     "rehype-slug": "^6.0.0",
30     "remark-frontmatter": "^5.0.0",
31     "remark-gfm": "^4.0.0",
32     "remark-mdx-frontmatter": "^4.0.0",
33     "tailwind-merge": "^2.2.0"
34     },
35     "devDependencies": {
36     "@tailwindcss/typography": "^0.5.10",
37     "@types/node": "^20",
38     "@types/react": "^18",
39     "@types/react-dom": "^18",
40     "autoprefixer": "^10.0.1",
41     "eslint": "^8",
42     "eslint-config-next": "14.0.4",
43     "postcss": "^8",
44     "tailwindcss": "^3.3.0",
45     "typescript": "^5"
46     }
47     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26