mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
* fix: client lib require wrapper * fix: bug * fix: add tsconfig.paths.json * fix: collection dir not exists * fix: improve... * fix: update yarn.lock * fix: db.sync * fix: bugs * fix: bugs * fix: bugs * fix: bugs && allow user custom build config * docs: user custom config docs * refactor: custom user build config * fix: bugs * fix: build plugin-client bug --------- Co-authored-by: chenos <chenlinxh@gmail.com>
33 lines
664 B
Smarty
33 lines
664 B
Smarty
{
|
|
"name": "{{{name}}}",
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*/*"
|
|
],
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"scripts": {
|
|
"nocobase": "nocobase",
|
|
"pm": "nocobase pm",
|
|
"dev": "nocobase dev",
|
|
"start": "nocobase start",
|
|
"clean": "nocobase clean",
|
|
"build": "nocobase build",
|
|
"test": "nocobase test",
|
|
"postinstall": "nocobase postinstall",
|
|
"lint": "eslint ."
|
|
},
|
|
"resolutions": {
|
|
"@types/react": "^18.0.0",
|
|
"@types/react-dom": "^18.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@nocobase/cli": "{{{version}}}",
|
|
{{{dependencies}}}
|
|
},
|
|
"devDependencies": {
|
|
"@nocobase/devtools": "{{{version}}}"
|
|
}
|
|
}
|