-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.05 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
{
"name": "lark-base-plugin-batch-upload-file",
"version": "1.0.0",
"description": "React TypeScript on Replit, using Vite bundler",
"scripts": {
"clean": "rm -rf .parcel-cache/ dist/",
"dev": "npm run clean && parcel index.html",
"build": "npm run clean && tsc --noEmit && parcel build index.html --public-url ."
},
"devDependencies": {
"@parcel/config-default": "~2.12.0",
"@parcel/transformer-typescript-tsc": "~2.12.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"parcel": "~2.12.0",
"process": "^0.11.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.6.3"
},
"dependencies": {
"@douyinfe/semi-foundation": "^2.68.3",
"@douyinfe/semi-ui": "^2.68.3",
"@lark-base-open/js-sdk": "0.4.0",
"i18next": "^23.16.4",
"i18next-browser-languagedetector": "^8.0.0",
"koajax": "^3.0.2",
"mobx": "^6.13.5",
"mobx-react": "^9.1.1",
"mobx-restful": "^1.0.1",
"react-i18next": "^15.1.0",
"reset-css": "^5.0.2",
"web-utility": "^4.4.1"
}
}