-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
131 lines (131 loc) · 4.13 KB
/
Copy pathpackage.json
File metadata and controls
131 lines (131 loc) · 4.13 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3666",
"build": "next build --webpack",
"start": "next start -p 3666",
"lint": "eslint",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"@ant-design/nextjs-registry": "^1.3.0",
"@e965/xlsx": "^0.20.3",
"@floating-ui/react": "^0.27.19",
"@paper-design/shaders-react": "^0.0.76",
"@photo-sphere-viewer/core": "^5.14.1",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-slider": "^1.3.6",
"@tiptap/core": "^3.23.6",
"@tiptap/extension-bubble-menu": "^3.23.1",
"@tiptap/extension-character-count": "^3.23.1",
"@tiptap/extension-color": "^3.20.4",
"@tiptap/extension-floating-menu": "^3.23.1",
"@tiptap/extension-highlight": "^3.23.6",
"@tiptap/extension-horizontal-rule": "^3.22.5",
"@tiptap/extension-image": "^3.20.4",
"@tiptap/extension-link": "^3.23.1",
"@tiptap/extension-list": "^3.20.4",
"@tiptap/extension-placeholder": "^3.20.4",
"@tiptap/extension-subscript": "^3.24.0",
"@tiptap/extension-superscript": "^3.23.1",
"@tiptap/extension-table": "^3.23.1",
"@tiptap/extension-table-cell": "^3.23.1",
"@tiptap/extension-table-header": "^3.23.1",
"@tiptap/extension-table-row": "^3.23.1",
"@tiptap/extension-task-item": "^3.23.1",
"@tiptap/extension-task-list": "^3.20.4",
"@tiptap/extension-text-align": "^3.23.4",
"@tiptap/extension-text-style": "^3.20.4",
"@tiptap/extension-typography": "^3.23.6",
"@tiptap/extension-underline": "^3.23.1",
"@tiptap/extensions": "^3.20.4",
"@tiptap/pm": "^3.20.4",
"@tiptap/react": "^3.20.4",
"@tiptap/starter-kit": "^3.23.6",
"@types/dagre": "^0.7.54",
"@types/lodash.debounce": "^4.0.9",
"@types/react-window": "^1.8.8",
"@xyflow/react": "^12.10.1",
"antd": "^6.4.2",
"axios": "^1.16.0",
"clsx": "^2.1.1",
"dagre": "^0.8.5",
"framer-motion": "^12.34.3",
"html-to-image": "^1.11.13",
"i18next": "^26.0.3",
"konva": "^10.3.0",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"lucide-react": "^1.14.0",
"next": "16.2.6",
"pixi.js": "^8.18.1",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-hotkeys-hook": "^5.2.4",
"react-i18next": "^17.0.2",
"react-is": "^19.2.0",
"react-konva": "^19.2.4",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^16.1.1",
"react-window": "^2.2.7",
"recharts": "^3.7.0",
"remark-gfm": "^4.0.1",
"socket.io-client": "^4.8.3",
"sonner": "^2.0.7",
"swr": "^2.4.0",
"tailwind-merge": "^3.5.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^14.0.0",
"zustand": "^5.0.12"
},
"devDependencies": {
"@base-ui/react": "^1.4.1",
"@tailwindcss/postcss": "^4",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/jest": "^30.0.0",
"@types/lodash.throttle": "^4.1.9",
"@types/node": "^25.7.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/uuid": "^10.0.0",
"@xmldom/xmldom": "0.9.10",
"class-variance-authority": "^0.7.1",
"eslint": "^9",
"eslint-config-next": "16.2.6",
"jest": "^30.4.2",
"jest-environment-jsdom": "^30.4.1",
"sass": "^1.99.0",
"tailwindcss": "^4",
"ts-jest": "^29.4.9",
"typescript": "^6"
},
"overrides": {
"handlebars": "^4.7.9",
"flatted": "^3.4.2",
"minimatch": "^9.0.7",
"socket.io-parser": "^4.2.6",
"follow-redirects": "^1.16.0",
"picomatch": "^4.0.4",
"postcss": "^8.5.10",
"axios": "^1.16.0",
"lodash": "^4.18.1",
"prismjs": "^1.30.0",
"react": "19.2.3",
"react-dom": "19.2.3"
},
"optionalDependencies": {
"lightningcss-linux-arm64-gnu": "^1.30.1",
"lightningcss-linux-arm64-musl": "^1.30.1",
"lightningcss-linux-x64-gnu": "^1.30.1",
"lightningcss-linux-x64-musl": "^1.30.1"
}
}