2024-07-10 12:55:22 +00:00
|
|
|
{
|
|
|
|
"name": "react-emplate",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"type": "module",
|
|
|
|
"description": "React TypeScript on Replit, using Vite bundler",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
2025-06-14 16:16:56 +08:00
|
|
|
"build": "vite build",
|
2024-07-10 12:55:22 +00:00
|
|
|
"preview": "vite preview"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
2025-03-05 19:58:04 +08:00
|
|
|
"output": "dist",
|
2024-07-10 12:55:22 +00:00
|
|
|
"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.38.0",
|
|
|
|
"@douyinfe/semi-ui": "^2.36.0",
|
2025-04-16 20:34:40 +08:00
|
|
|
"@lark-base-open/js-sdk": "^0.5.0",
|
2024-07-10 12:55:22 +00:00
|
|
|
"i18next": "^23.5.1",
|
|
|
|
"i18next-browser-languagedetector": "^7.1.0",
|
|
|
|
"react-i18next": "^13.2.2",
|
|
|
|
"reset-css": "^5.0.1"
|
|
|
|
}
|
|
|
|
}
|