-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
55 lines (55 loc) · 1.29 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
{
"version": "0.1.17",
"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": {
"@apitable/components": "latest",
"@apitable/icons": "latest",
"@apitable/react-contexify": "^5.0.7",
"@apitable/widget-sdk": "latest",
"@nivo/core": "^0.79.0",
"@nivo/funnel": "^0.79.1",
"@reduxjs/toolkit": "^1.8.0",
"@types/react": "^16.9.43",
"@types/react-dom": "^16.9.8",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-grid-layout": "^1.3.4",
"react-redux": "^7.2.6",
"react-spring": "^9.4.4",
"styled-components": "^5.3.5",
"typescript": "4.1.2"
},
"devDependencies": {
"@types/node": "^16.4.10",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.2"
},
"authorName": "__template__",
"authorLink": "https://aitable.ai",
"authorEmail": "[email protected]"
}