-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.23 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
{
"version": "0.0.16",
"description": "a apitable widget",
"engines": {
"node": ">=8.x"
},
"keywords": [
"apitable",
"widgets",
"apitable widgets"
],
"main": "./dist/index",
"module": "./dist/index",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"license": "MIT",
"scripts": {
"start": "widget-cli start",
"release": "widget-cli release"
},
"peerDependencies": {
"react": "16.14.0",
"react-dom": "16.14.0"
},
"dependencies": {
"@monaco-editor/react": "^4.4.5",
"@reduxjs/toolkit": "^1.8.3",
"@types/react": "^16.9.43",
"@types/react-dom": "^16.9.8",
"@apitable/components": "latest",
"@apitable/icons": "latest",
"@apitable/widget-sdk": "0.0.1-alpha.2",
"ahooks": "^3.5.2",
"ali-react-table": "^2.6.1",
"allotment": "^1.14.2",
"axios": "^0.27.2",
"color": "^4.2.3",
"console-feed": "3.2.2",
"esbuild-wasm": "0.14.42",
"monaco-editor": "^0.33.0",
"raw-loader": "^4.0.2",
"rc-trigger": "^5.0.6",
"react-highlight-words": "^0.18.0",
"react-is": "^18.2.0",
"react-markdown": "^8.0.3",
"react-redux": "^8.0.2",
"typescript": "4.1.2"
},
"devDependencies": {
"@types/node": "^16.4.10"
}
}