/[sudobot]/trunk/docs/package.json
ViewVC logotype

Annotation of /trunk/docs/package.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 626 - (hide annotations)
Sat Sep 7 09:38:45 2024 UTC (6 months, 3 weeks ago) by rakinar2
File MIME type: application/json
File size: 1298 byte(s)
chore: sync with git

1 rakinar2 575 {
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.4",
14     "@emotion/styled": "^11.11.5",
15     "@mdx-js/loader": "^3.0.1",
16     "@mdx-js/react": "^3.0.1",
17 rakinar2 626 "@mui/material": "^6.0.1",
18 rakinar2 575 "@next/mdx": "^14.2.5",
19 rakinar2 626 "@nextui-org/react": "^2.4.6",
20 rakinar2 575 "@types/mdx": "^2.0.13",
21     "date-fns": "^3.6.0",
22 rakinar2 626 "framer-motion": "^11.5.4",
23 rakinar2 593 "glob": "^11.0.0",
24 rakinar2 575 "next": "^14.2.5",
25     "react": "^18.3.1",
26     "react-dom": "^18.3.1",
27     "react-icons": "^5.2.1",
28     "rehype-autolink-headings": "^7.1.0",
29 rakinar2 626 "rehype-pretty-code": "^0.14.0",
30 rakinar2 575 "rehype-slug": "^6.0.0",
31     "remark-frontmatter": "^5.0.0",
32     "remark-gfm": "^4.0.0",
33     "remark-mdx-frontmatter": "^5.0.0",
34 rakinar2 626 "shiki": "^1.15.2",
35 rakinar2 575 "tailwind-merge": "^2.4.0"
36     },
37     "devDependencies": {
38     "@tailwindcss/typography": "^0.5.13",
39 rakinar2 610 "@types/node": "^22.4.1",
40 rakinar2 575 "@types/react": "^18.3.3",
41     "@types/react-dom": "^18.3.0",
42     "autoprefixer": "^10.4.19",
43     "eslint": "^8.57.0",
44     "eslint-config-next": "^14.2.5",
45     "postcss": "^8.4.39",
46     "tailwindcss": "^3.4.6",
47     "typescript": "^5.5.3"
48     }
49     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26