mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 15:55:39 +00:00
6c39ac3538
* refactor: fields/views/pages... * update * update * update * updates * updates * add yarn.lock * updates * updates * updates * updates * updates * updates * updates * updates * updates * developerMode * 一大波更新 * bugfix * fix: hide the sorting settings * fix: reload menu when menu is updated * 页面重构 * modify text * 补充细节 * system settings * 继续更新补充 * fix: 多级菜单支持 * 无限嵌套 * fix: icon * 省市区参数调整 * 表单描述、文案调整 * 支持草稿 * 邮箱登录 * 细节补充 * 菜单页面权限初步 * 详情页打开方式 * 菜单父级、草稿问题 * 描述文字 * 详情分组显示 * 状态改为 radio * 菜单权限 * 跳过省市区 api * 修复权限数据范围 * onDraft * 页面跳转 * 修改文案 * 注册、登录 * fix: 权限过滤问题 * 微调上传组件样式 * 0.4.0-alpha.0 * father-build * remove father-build * 细节调整
59 lines
1.7 KiB
JSON
59 lines
1.7 KiB
JSON
{
|
|
"name": "@nocobase/app",
|
|
"version": "0.4.0-alpha.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "concurrently \"nodemon\" \"umi dev\"",
|
|
"start-api": "nodemon",
|
|
"db-migrate": "ts-node ./src/api/migrate.ts",
|
|
"build": "umi build",
|
|
"postinstall": "umi generate tmp",
|
|
"prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,md,json}'",
|
|
"test": "umi-test",
|
|
"test:coverage": "umi-test --coverage"
|
|
},
|
|
"gitHooks": {
|
|
"pre-commit": "lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,less,md,json}": [
|
|
"prettier --write"
|
|
],
|
|
"*.ts?(x)": [
|
|
"prettier --parser=typescript --write"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/pro-layout": "^5.0.12",
|
|
"@formily/antd-components": "^1.3.6",
|
|
"@nocobase/client": "^0.4.0-alpha.0",
|
|
"@nocobase/database": "^0.4.0-alpha.0",
|
|
"@nocobase/plugin-action-logs": "^0.4.0-alpha.0",
|
|
"@nocobase/plugin-china-region": "^0.4.0-alpha.0",
|
|
"@nocobase/plugin-collections": "^0.4.0-alpha.0",
|
|
"@nocobase/plugin-pages": "^0.4.0-alpha.0",
|
|
"@nocobase/server": "^0.4.0-alpha.0",
|
|
"@types/react-big-calendar": "^0.24.8",
|
|
"@umijs/preset-react": "1.x",
|
|
"@umijs/test": "^3.2.23",
|
|
"ahooks": "^2.9.3",
|
|
"antd": "^4.13.0",
|
|
"array-move": "^3.0.1",
|
|
"clean-deep": "^3.4.0",
|
|
"concurrently": "^5.3.0",
|
|
"lint-staged": "^10.0.7",
|
|
"marked": "^2.0.0",
|
|
"nodemon": "^2.0.6",
|
|
"prettier": "^1.19.1",
|
|
"react": "16.14.0",
|
|
"react-big-calendar": "^0.30.0",
|
|
"react-dom": "16.14.0",
|
|
"react-drag-listview": "^0.1.8",
|
|
"react-image-lightbox": "^5.1.1",
|
|
"react-sortable-hoc": "^1.11.0",
|
|
"styled-components": "^5.2.1",
|
|
"umi": "^3.2.23",
|
|
"yorkie": "^2.0.0"
|
|
}
|
|
}
|