This repository was archived by the owner on Jun 29, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.68 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "checkdownit",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"lint": "next lint"
},
"dependencies": {
"@auth0/nextjs-auth0": "^3.5.0",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.3",
"@nextui-org/avatar": "^2.0.29",
"@nextui-org/button": "^2.0.33",
"@nextui-org/card": "^2.0.31",
"@nextui-org/checkbox": "^2.1.1",
"@nextui-org/input": "^2.2.1",
"@nextui-org/link": "^2.0.31",
"@nextui-org/listbox": "^2.1.21",
"@nextui-org/modal": "^2.0.35",
"@nextui-org/navbar": "^2.0.32",
"@nextui-org/popover": "^2.1.23",
"@nextui-org/progress": "^2.0.30",
"@nextui-org/skeleton": "^2.0.28",
"@nextui-org/snippet": "^2.0.37",
"@nextui-org/system": "^2.2.1",
"@nextui-org/tabs": "^2.0.32",
"@nextui-org/theme": "^2.2.5",
"@nextui-org/tooltip": "^2.0.35",
"@nextui-org/user": "^2.0.30",
"@types/mdx": "^2.0.13",
"dotenv": "^16.4.5",
"framer-motion": "^11.2.10",
"mysql2": "^3.10.0",
"next": "^14.2.14",
"next-intl": "^3.14.1",
"next-mdx-remote": "^5.0.0",
"next-swagger-doc": "^0.4.0",
"next-themes": "^0.3.0",
"react": "^18",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5",
"swagger-ui-react": "^5.17.14"
},
"devDependencies": {
"@types/node": "^20.14.0",
"@types/swagger-ui-react": "^4.18.3",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"jest": "^29.7.0",
"postcss": "^8",
"tailwindcss": "^3.4.1"
},
"type": "module"
}