1 Star 1 Fork 2

薄荷本兽/Bocchi Editor

forked from lizzzhh/Bocchi Editor 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 856 Bytes
一键复制 编辑 原始数据 按行查看 历史
lizilizzhh 提交于 2024-04-14 13:58 . 完全重构。
{
"name": "bocchi",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@babel/standalone": "^7.24.4",
"antd": "^5.15.4",
"blockly": "^10.4.3",
"dooringx-lib": "^1.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.2.2",
"vite": "^5.1.4"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/greenyoshi233/bocchi.git
git@gitee.com:greenyoshi233/bocchi.git
greenyoshi233
bocchi
Bocchi Editor
master

搜索帮助