2022-05-19 00:40:55 +08:00
|
|
|
{
|
|
|
|
"name": "@nocobase/devtools",
|
2024-03-11 09:59:08 +08:00
|
|
|
"version": "0.20.0-alpha.8",
|
2022-05-19 00:40:55 +08:00
|
|
|
"description": "",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"main": "./src/index.js",
|
|
|
|
"dependencies": {
|
2024-03-11 09:59:08 +08:00
|
|
|
"@nocobase/build": "0.20.0-alpha.8",
|
|
|
|
"@nocobase/client": "0.20.0-alpha.8",
|
|
|
|
"@nocobase/test": "0.20.0-alpha.8",
|
2022-05-19 00:40:55 +08:00
|
|
|
"@types/koa": "^2.13.4",
|
|
|
|
"@types/koa-bodyparser": "^4.3.4",
|
|
|
|
"@types/lodash": "^4.14.177",
|
|
|
|
"@types/node": "*",
|
2023-06-20 11:48:02 +08:00
|
|
|
"@types/react": "^18.0.0",
|
|
|
|
"@types/react-dom": "^18.0.0",
|
2023-07-25 20:33:38 +08:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.2.0",
|
|
|
|
"@typescript-eslint/parser": "^6.2.0",
|
2022-05-19 00:40:55 +08:00
|
|
|
"concurrently": "^7.0.0",
|
|
|
|
"cross-env": "^7.0.3",
|
2023-07-25 20:33:38 +08:00
|
|
|
"eslint": "^8.45.0",
|
2023-04-25 13:12:14 +08:00
|
|
|
"eslint-config-prettier": "^8.8.0",
|
|
|
|
"eslint-plugin-import": "^2.27.5",
|
2022-07-23 12:30:32 +08:00
|
|
|
"eslint-plugin-markdown": "^3.0.0",
|
2022-05-19 00:40:55 +08:00
|
|
|
"eslint-plugin-node": "^11.1.0",
|
2023-07-25 16:29:49 +08:00
|
|
|
"eslint-plugin-prettier": "^5.0.0",
|
2023-04-25 13:12:14 +08:00
|
|
|
"eslint-plugin-promise": "^6.1.1",
|
2023-07-25 20:33:38 +08:00
|
|
|
"eslint-plugin-react": "^7.33.0",
|
2022-07-23 12:30:32 +08:00
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
2023-09-12 22:42:43 +08:00
|
|
|
"fast-glob": "^3.3.1",
|
2022-05-19 00:40:55 +08:00
|
|
|
"lerna": "^4.0.0",
|
2023-07-25 16:29:49 +08:00
|
|
|
"prettier": "^3.0.0",
|
2022-05-19 00:40:55 +08:00
|
|
|
"pretty-format": "^24.0.0",
|
|
|
|
"pretty-quick": "^3.1.0",
|
2023-06-20 11:48:02 +08:00
|
|
|
"react": "^18.0.0",
|
|
|
|
"react-dom": "^18.0.0",
|
2022-05-19 00:40:55 +08:00
|
|
|
"rimraf": "^3.0.0",
|
|
|
|
"serve": "^13.0.2",
|
|
|
|
"ts-loader": "^7.0.4",
|
2022-05-25 22:23:51 +08:00
|
|
|
"ts-node": "9.1.1",
|
|
|
|
"ts-node-dev": "1.1.8",
|
2022-05-19 00:40:55 +08:00
|
|
|
"tsconfig-paths": "^3.12.0",
|
2023-12-21 20:39:11 +08:00
|
|
|
"tsx": "^4.6.2",
|
2023-07-08 08:26:27 +08:00
|
|
|
"typescript": "5.1.3",
|
2023-09-12 22:42:43 +08:00
|
|
|
"umi": "^4.0.69"
|
2022-05-19 00:40:55 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
|
|
"directory": "packages/core/devtools"
|
|
|
|
},
|
2024-03-04 23:02:29 +08:00
|
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1"
|
2022-05-19 00:40:55 +08:00
|
|
|
}
|