加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
陈强 提交于 2023-05-09 15:34 . 20230509
{
"name": "lazy-web",
"version": "1.0.0",
"description": "懒人低代码",
"author": "jasper chan",
"license": "MIT",
"scripts": {
"server": "cd server && npm run dev ",
"client": "cd client && npm run dev ",
"dev": "concurrently \"npm run client\" \"npm run server\"",
"start": "cd server && npm run start",
"stop": "cd server && npm run stop",
"build": "npm run clientbuild && npm run serverbuild",
"install": "npm run clientInstall && npm run serverInstall",
"clientInstall": "cd client && yarn",
"serverInstall": "cd server && yarn",
"clientbuild": "cd client && npm run build",
"serverbuild": "cd server && npm run build"
},
"keywords": [
"node",
"react",
"midway",
"typeScript",
"ant-design"
],
"dependencies": {
"@monaco-editor/react": "^4.5.0",
"concurrently": "^7.5.0",
"react-quill": "^2.0.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化