mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 18:08:24 +00:00
52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"name": "@nocobase/app",
|
|
"version": "0.4.0-alpha.0",
|
|
"scripts": {
|
|
"start": "concurrently \"nodemon\" \"umi dev\"",
|
|
"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",
|
|
"@lourenci/react-kanban": "^2.1.0",
|
|
"@nocobase/client": "^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",
|
|
"react-to-print": "^2.12.3",
|
|
"styled-components": "^5.2.1",
|
|
"umi": "^3.2.23",
|
|
"yorkie": "^2.0.0"
|
|
}
|
|
}
|