-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.85 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 1.85 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
{
"name": "teachflow",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/v5-patch-for-react-19": "^1.0.3",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.2.0",
"@next/env": "^15.2.3",
"@react-pdf/renderer": "^4.3.0",
"@types/uuid": "^10.0.0",
"@uiw/react-markdown-preview": "^5.1.3",
"@wojtekmaj/react-hooks": "^1.22.0",
"axios": "^1.13.2",
"class-variance-authority": "^0.7.1",
"dayjs": "^1.11.13",
"framer-motion": "^12.6.3",
"fs": "^0.0.1-security",
"highlight.js": "^11.11.1",
"immer": "^10.1.1",
"katex": "^0.16.21",
"lucide-react": "^0.487.0",
"next": "^15.2.5",
"path": "^0.12.7",
"pptxgenjs": "^3.12.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-pdf": "^9.2.1",
"react-textarea-autosize": "^8.5.8",
"recharts": "^2.15.1",
"rehype-highlight": "^7.0.2",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"simplex-noise": "^4.0.3",
"tailwind-merge": "^3.0.2",
"tailwind-scrollbar": "^4.0.1",
"three": "^0.174.0",
"uuid": "^11.1.0",
"xlsx": "^0.18.5",
"zustand": "^5.0.8"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20.17.25",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/three": "^0.174.0",
"eslint": "^9",
"eslint-config-next": "15.2.3",
"prettier": "^3.5.3",
"tailwindcss": "^4",
"typescript": "^5"
}
}