2020-11-11 07:23:39 +00:00
|
|
|
{
|
|
|
|
"name": "@nocobase/app",
|
2021-03-16 06:31:54 +00:00
|
|
|
"version": "0.4.0-alpha.0",
|
2020-11-11 07:23:39 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"start": "concurrently \"nodemon\" \"umi dev\"",
|
2020-11-11 12:57:18 +00:00
|
|
|
"start-api": "nodemon",
|
2020-12-07 00:51:50 +00:00
|
|
|
"db-migrate": "ts-node ./src/api/migrate.ts",
|
2021-03-16 06:31:54 +00:00
|
|
|
"build": "umi build",
|
2020-11-11 07:23:39 +00:00
|
|
|
"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",
|
2021-03-16 06:31:54 +00:00
|
|
|
"@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",
|
2021-01-04 12:53:30 +00:00
|
|
|
"@types/react-big-calendar": "^0.24.8",
|
2020-11-11 07:23:39 +00:00
|
|
|
"@umijs/preset-react": "1.x",
|
|
|
|
"@umijs/test": "^3.2.23",
|
2020-12-30 14:46:22 +00:00
|
|
|
"ahooks": "^2.9.3",
|
2021-03-16 06:31:54 +00:00
|
|
|
"antd": "^4.13.0",
|
2020-11-19 13:12:15 +00:00
|
|
|
"array-move": "^3.0.1",
|
2021-01-06 07:40:27 +00:00
|
|
|
"clean-deep": "^3.4.0",
|
2020-11-11 07:23:39 +00:00
|
|
|
"concurrently": "^5.3.0",
|
|
|
|
"lint-staged": "^10.0.7",
|
2021-02-22 07:12:57 +00:00
|
|
|
"marked": "^2.0.0",
|
2020-11-11 07:23:39 +00:00
|
|
|
"nodemon": "^2.0.6",
|
|
|
|
"prettier": "^1.19.1",
|
2020-12-05 01:27:24 +00:00
|
|
|
"react": "16.14.0",
|
2021-01-04 12:53:30 +00:00
|
|
|
"react-big-calendar": "^0.30.0",
|
2020-12-05 01:27:24 +00:00
|
|
|
"react-dom": "16.14.0",
|
2021-03-16 06:31:54 +00:00
|
|
|
"react-drag-listview": "^0.1.8",
|
2021-01-05 09:31:41 +00:00
|
|
|
"react-image-lightbox": "^5.1.1",
|
2020-11-19 13:12:15 +00:00
|
|
|
"react-sortable-hoc": "^1.11.0",
|
2020-11-11 07:23:39 +00:00
|
|
|
"styled-components": "^5.2.1",
|
|
|
|
"umi": "^3.2.23",
|
|
|
|
"yorkie": "^2.0.0"
|
|
|
|
}
|
|
|
|
}
|