-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 788 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 788 Bytes
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
{
"name": "playground",
"version": "2.10.7-13-g93e79c3c",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.6.1",
"@hello-pangea/dnd": "^16.6.0",
"@next/font": "13.5.6",
"@types/node": "20.11.21",
"@types/react": "18.2.60",
"@types/react-dom": "18.2.19",
"@types/react-syntax-highlighter": "^15.5.13",
"antd": "^5.26.0",
"eslint": "8.57.0",
"eslint-config-next": "14.1.0",
"next": "13.5.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-syntax-highlighter": "^15.6.1",
"shenai-sdk": "file:shenai-sdk",
"typescript": "5.8.3",
"uplot": "^1.6.32",
"uplot-react": "^1.2.2"
}
}