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

Annotation of /trunk/docs/package.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 632 - (hide annotations)
Thu Oct 10 17:53:11 2024 UTC (5 months, 2 weeks ago) by rakinar2
File MIME type: application/json
File size: 1336 byte(s)
chore: synchronize

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26