-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.52 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.52 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
{
"name": "apito-console-v4",
"private": true,
"version": "0.2.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"codegen": "NODE_OPTIONS=--experimental-vm-modules DOTENV_CONFIG_PATH=.env graphql-codegen -r dotenv/config --config codegen.yml"
},
"dependencies": {
"@ant-design/icons": "^6.0.0",
"@apollo/client": "^3.13.8",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@graphiql/plugin-explorer": "^5.0.0",
"@graphiql/toolkit": "^0.11.3",
"@iconify/react": "^6.0.0",
"@scalar/api-reference": "^1.32.7",
"@scalar/api-reference-react": "^0.8.0",
"@tiptap/extension-color": "^2.8.0",
"@tiptap/extension-link": "^2.8.0",
"@tiptap/extension-text-align": "^2.8.0",
"@tiptap/extension-text-style": "^2.8.0",
"@tiptap/extension-underline": "^2.8.0",
"@tiptap/react": "^2.8.0",
"@tiptap/starter-kit": "^2.8.0",
"antd": "^5.26.7",
"axios": "^1.10.0",
"dayjs": "^1.11.13",
"graphiql": "^5.0.6",
"graphql": "^16.11.0",
"history": "^5.3.0",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"lucide-react": "^0.523.0",
"marked": "^16.1.1",
"pluralize": "^8.0.0",
"react": "^19.1.0",
"react-cookie": "^8.0.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^19.1.0",
"react-icons": "^5.5.0",
"react-router": "^7.6.2",
"react-router-dom": "^7.6.3",
"reactflow": "^11.11.4",
"recharts": "^3.0.0",
"turndown": "^7.2.0"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@graphql-codegen/cli": "^5.0.7",
"@graphql-codegen/typescript": "^4.1.6",
"@graphql-codegen/typescript-operations": "^4.6.1",
"@graphql-codegen/typescript-react-apollo": "^4.3.3",
"@types/lodash": "^4.17.20",
"@types/marked": "^6.0.0",
"@types/pluralize": "^0.0.33",
"@types/react": "^19.1.8",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^19.1.6",
"@types/turndown": "^5.0.5",
"@vitejs/plugin-react": "^4.5.2",
"eslint": "^9.29.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.2.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.34.1",
"vite": "^7.0.0"
},
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}