-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.01 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 2.01 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
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "next-app-template",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@heroui/react": "^3.0.2",
"@heroui/styles": "^3.0.2",
"@iconify-icons/mdi": "^1.2.48",
"@iconify/react": "^5.0.2",
"@monaco-editor/react": "^4.6.0",
"@next/bundle-analyzer": "16.2.2",
"@react-aria/ssr": "3.9.6",
"@react-aria/visually-hidden": "3.8.17",
"@tabler/icons-react": "^3.11.0",
"@tanstack/query-sync-storage-persister": "^5.51.15",
"@tanstack/react-query": "^5.51.1",
"@tanstack/react-query-persist-client": "^5.51.15",
"@types/react-katex": "^3.0.4",
"add": "^2.0.6",
"aws-amplify": "^6.3.8",
"clsx": "^2.1.1",
"csstype": "^3.0.10",
"install": "^0.13.0",
"intl-messageformat": "^10.5.0",
"katex": "^0.16.11",
"monaco-editor": "^0.52.0",
"next": "16.2.2",
"next-themes": "0.4.6",
"nextjs-toploader": "^3.7.15",
"npm": "^10.8.2",
"postcss": "^8.1.0",
"prettier": "^3.3.3",
"prop-types": "^15.8.1",
"re-resizable": "^6.9.17",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-katex": "^3.0.1",
"react-markdown": "^10.1.0",
"rehype-katex": "^7.0.0",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"remark-rehype": "^11.1.0",
"sharp": "^0.33.4",
"shiki": "^3.4.0",
"tailwind-merge": "^2.4.0",
"unified": "^11.0.5",
"usehooks-ts": "^3.1.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.2",
"@types/node": "22.8.1",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"autoprefixer": "^10.4.20",
"eslint": "^9",
"eslint-config-next": "16.2.2",
"tailwind-variants": "0.2.1",
"tailwindcss": "^4.2.2",
"typescript": "5.6.3"
}
}