-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
158 lines (158 loc) · 4.71 KB
/
package.json
File metadata and controls
158 lines (158 loc) · 4.71 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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
"name": "@devtable/dashboard",
"version": "14.60.1",
"license": "Apache-2.0",
"repository": {
"url": "https://github.com/merico-dev/table"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"files": [
"dist"
],
"main": "./dist/dashboard.umd.js",
"module": "./dist/dashboard.es.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/dashboard.es.js"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/dashboard.umd.js"
}
},
"./dist/style.css": {
"import": "./dist/style.css",
"require": "./dist/style.css"
},
"./dist/version.json": {
"import": "./dist/version.json",
"require": "./dist/version.json"
}
},
"scripts": {
"dev-build": "tsc && vite build --watch",
"preview": "vite preview",
"test": "vitest",
"test:ui": "vitest --ui",
"coverage": "vitest --coverage"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/helpers": "0.0.4",
"@dnd-kit/react": "^0.0.4",
"@dnd-kit/sortable": "^8.0.0",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/serialize": "1.3.3",
"@emotion/utils": "1.4.2",
"@faker-js/faker": "7.6.0",
"@json2csv/whatwg": "7.0.3",
"@mantine/code-highlight": "7.17.8",
"@mantine/core": "7.17.8",
"@mantine/dates": "7.17.8",
"@mantine/emotion": "7.17.8",
"@mantine/hooks": "7.17.8",
"@mantine/modals": "7.17.8",
"@mantine/notifications": "7.17.8",
"@mantine/spotlight": "7.17.8",
"@mantine/tiptap": "7.17.8",
"@monaco-editor/react": "4.6.0",
"@tabler/icons-react": "2.47.0",
"@tanstack/react-table": "8.10.0",
"@tanstack/react-virtual": "3.13.12",
"@tiptap/core": "^v2.14.0",
"@tiptap/extension-code-block": "^v2.14.0",
"@tiptap/extension-code-block-lowlight": "^v2.14.0",
"@tiptap/extension-color": "^v2.14.0",
"@tiptap/extension-highlight": "^v2.14.0",
"@tiptap/extension-link": "^v2.14.0",
"@tiptap/extension-placeholder": "^v2.14.0",
"@tiptap/extension-subscript": "^v2.14.0",
"@tiptap/extension-superscript": "^v2.14.0",
"@tiptap/extension-table": "^v2.14.0",
"@tiptap/extension-table-cell": "^v2.14.0",
"@tiptap/extension-table-header": "^v2.14.0",
"@tiptap/extension-table-row": "^v2.14.0",
"@tiptap/extension-text-align": "^v2.14.0",
"@tiptap/extension-text-style": "^v2.14.0",
"@tiptap/extension-underline": "^v2.14.0",
"@tiptap/pm": "^v2.14.0",
"@tiptap/react": "^v2.14.0",
"@tiptap/starter-kit": "^v2.14.0",
"@types/chroma-js": "^2.1.4",
"ahooks": "^3.3.11",
"axios": "^1.7.7",
"chroma-js": "^2.4.2",
"constrained-editor-plugin": "^1.3.0",
"crypto-js": "^4.1.1",
"d3-array": "3.2.4",
"d3-regression": "1.3.10",
"d3-scale": "4.0.2",
"dayjs": "1.11.9",
"dom-to-image-more": "3.1.6",
"echarts": "5.4.1",
"echarts-for-react": "3.0.2",
"echarts-gl": "2.0.9",
"eventemitter2": "^6.4.6",
"file-saver": "2.0.5",
"highlight.js": "^11.8.0",
"i18next": "^23.10.1",
"i18next-browser-languagedetector": "^7.2.0",
"intl-pluralrules": "^2.0.1",
"js-base64": "3.7.8",
"js-yaml": "^4.1.0",
"jszip": "3.10.1",
"lodash": "^4.17.21",
"lowlight": "^2.9.0",
"mathjs": "11.12.0",
"mobx": "^6.6.1",
"mobx-react-lite": "^3.4.0",
"mobx-state-tree": "^5.1.5",
"monaco-editor": "0.52.0",
"numbro": "^2.3.6",
"performant-array-to-tree": "1.11.0",
"popmotion": "^11.0.3",
"rc-select": "14.1.0",
"rc-tree-select": "5.23.0",
"react-grid-layout": "^1.3.4",
"react-hook-form": "7.53.0",
"react-i18next": "^14.1.0",
"react-router-dom": "^6.3.0",
"reactflow": "^11.6.0",
"uuid": "9.0.1"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.11.0",
"@testing-library/cypress": "^9.0.0",
"@testing-library/dom": "^8.11.4",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.3.0",
"@types/crypto-js": "4.2.2",
"@types/d3-array": "3.2.2",
"@types/d3-scale": "4.0.9",
"@types/file-saver": "2.0.5",
"@types/lodash": "^4.14.182",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-grid-layout": "^1.3.2",
"@types/uuid": "9.0.8",
"cypress": "^12.9.0",
"cypress-wait-until": "^1.7.2",
"jsdom": "^20.0.0",
"jsdom-testing-mocks": "^1.5.0",
"rollup-plugin-visualizer": "5.12.0",
"typescript": "^4.6.3",
"vite-plugin-static-copy": "^0.17.0"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}