-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 922 Bytes
/
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
{
"name": "lark_amount_capital",
"version": "1.0.0",
"type": "module",
"description": "飞书多维表格插件-数字金额转大写",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"keywords": [
"Lark",
"飞书",
"bitable"
],
"author": "vc1",
"license": "MIT",
"devDependencies": {
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.3.2",
"vite": "^4.5.0"
},
"dependencies": {
"@douyinfe/semi-foundation": "^2.47.0",
"@douyinfe/semi-icons": "^2.47.0",
"@douyinfe/semi-ui": "^2.47.0",
"@lark-base-open/js-sdk": "^0.3.4",
"i18next": "^23.7.6",
"i18next-browser-languagedetector": "^7.2.0",
"nzh": "^1.0.11",
"react-i18next": "^13.5.0",
"reset-css": "^5.0.2"
}
}