-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.42 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
{
"name": "bittable-dashboard-goal",
"version": "1.0.0",
"type": "module",
"description": "Goal widget for bittable dashboard",
"scripts": {
"dev": "vite",
"start": "vite",
"build": "vite build",
"preview": "vite preview"
},
"keywords": [],
"output": "dist",
"author": "",
"license": "ISC",
"devDependencies": {
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.7.4",
"vite": "^3.0.4"
},
"dependencies": {
"@douyinfe/semi-foundation": "^2.58.0",
"@douyinfe/semi-icons": "^2.58.0",
"@douyinfe/semi-ui": "^2.62.0",
"@lark-base-open/js-sdk": "https://lf3-static.bytednsdoc.com/obj/eden-cn/jjjpceh7nulojvhj/@lark-base-open-js-sdk-0.4.1-beta.5.tgz",
"@reduxjs/toolkit": "^2.2.4",
"@semi-bot/semi-theme-feishu-dashboard": "^1.0.3",
"echarts": "^5.5.0",
"echarts-for-react": "^3.0.2",
"i18next": "^23.5.1",
"i18next-browser-languagedetector": "^7.1.0",
"normalize.css": "^8.0.1",
"react-i18next": "^13.2.2",
"react-redux": "^9.1.2",
"react-resize-detector": "^10.0.1",
"vite-plugin-semi-theme": "^0.5.0",
"vite-plugin-semi-theming": "^0.1.0",
"vite-plugin-svgr": "^4.2.0"
}
}