-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.91 KB
/
package.json
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
{
"name": "antd-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p $CDSW_APP_PORT -H 127.0.0.1",
"build": "next build",
"start": "next start -p $CDSW_APP_PORT -H 127.0.0.1",
"lint": "next lint --fix",
"format": "prettier --write ./app/"
},
"dependencies": {
"@ant-design/icons": "^5.5.2",
"@ant-design/nextjs-registry": "^1.0.2",
"@eslint/compat": "^1.2.5",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.18.0",
"@grpc/grpc-js": "^1.12.4",
"@monaco-editor/react": "^4.6.0",
"@reduxjs/toolkit": "^2.5.0",
"@tailwindcss/typography": "^0.5.16",
"@types/react-router-dom": "^5.3.3",
"@xyflow/react": "^12.3.6",
"axios": "^1.7.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"graphql-request": "^7.1.2",
"html2pdf.js": "^0.10.2",
"jspdf": "^2.5.2",
"lucide-react": "^0.469.0",
"markdown-it": "^14.1.0",
"marked": "^15.0.6",
"next": "^15.1.4",
"node-fetch": "^3.3.2",
"prettier": "^3.4.2",
"protoc": "^1.1.3",
"react": "^18",
"react-dom": "^18",
"react-markdown": "^9.0.3",
"react-redux": "^9.2.0",
"reactflow": "^11.11.4",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"showdown": "^2.1.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"ts-proto": "^2.6.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-redux": "^7.1.34",
"@types/showdown": "^2.0.6",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.18.0",
"eslint-config-next": "^15.1.4",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5"
}
}