2022-05-18 16:40:55 +00:00
|
|
|
{
|
|
|
|
"name": "@nocobase/devtools",
|
2023-07-06 22:56:04 +00:00
|
|
|
"version": "0.10.1-alpha.1",
|
2022-05-18 16:40:55 +00:00
|
|
|
"description": "",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"main": "./src/index.js",
|
|
|
|
"dependencies": {
|
2023-07-06 22:56:04 +00:00
|
|
|
"@nocobase/build": "0.10.1-alpha.1",
|
2022-05-18 16:40:55 +00:00
|
|
|
"@testing-library/react": "^12.1.2",
|
|
|
|
"@types/jest": "^26.0.0",
|
|
|
|
"@types/koa": "^2.13.4",
|
|
|
|
"@types/koa-bodyparser": "^4.3.4",
|
|
|
|
"@types/lodash": "^4.14.177",
|
|
|
|
"@types/node": "*",
|
2023-06-20 03:48:02 +00:00
|
|
|
"@types/react": "^18.0.0",
|
|
|
|
"@types/react-dom": "^18.0.0",
|
2023-04-25 05:12:14 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.59.1",
|
|
|
|
"@typescript-eslint/parser": "^5.59.1",
|
2022-05-18 16:40:55 +00:00
|
|
|
"concurrently": "^7.0.0",
|
|
|
|
"cross-env": "^7.0.3",
|
2023-04-25 05:12:14 +00:00
|
|
|
"eslint": "^8.39.0",
|
|
|
|
"eslint-config-prettier": "^8.8.0",
|
|
|
|
"eslint-plugin-import": "^2.27.5",
|
2022-07-23 04:30:32 +00:00
|
|
|
"eslint-plugin-markdown": "^3.0.0",
|
2022-05-18 16:40:55 +00:00
|
|
|
"eslint-plugin-node": "^11.1.0",
|
2022-07-23 04:30:32 +00:00
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
2023-04-25 05:12:14 +00:00
|
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
|
|
"eslint-plugin-react": "^7.32.2",
|
2022-07-23 04:30:32 +00:00
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
2023-07-07 06:35:22 +00:00
|
|
|
"jsdom": "^16.0.0",
|
2022-05-18 16:40:55 +00:00
|
|
|
"jest": "^26.0.0",
|
|
|
|
"jest-codemods": "^0.19.1",
|
|
|
|
"jest-dom": "^3.1.2",
|
|
|
|
"jest-localstorage-mock": "^2.3.0",
|
|
|
|
"jest-styled-components": "6.3.3",
|
|
|
|
"jest-watch-lerna-packages": "^1.1.0",
|
2023-06-20 03:48:02 +00:00
|
|
|
"jsdom": "^16.0.0",
|
2022-05-18 16:40:55 +00:00
|
|
|
"lerna": "^4.0.0",
|
|
|
|
"prettier": "^2.2.1",
|
|
|
|
"pretty-format": "^24.0.0",
|
|
|
|
"pretty-quick": "^3.1.0",
|
2023-06-20 03:48:02 +00:00
|
|
|
"react": "^18.0.0",
|
|
|
|
"react-dom": "^18.0.0",
|
2022-05-18 16:40:55 +00:00
|
|
|
"rimraf": "^3.0.0",
|
|
|
|
"serve": "^13.0.2",
|
|
|
|
"ts-jest": "^26.0.0",
|
|
|
|
"ts-loader": "^7.0.4",
|
2022-05-25 14:23:51 +00:00
|
|
|
"ts-node": "9.1.1",
|
|
|
|
"ts-node-dev": "1.1.8",
|
2022-05-18 16:40:55 +00:00
|
|
|
"tsconfig-paths": "^3.12.0",
|
2022-05-25 14:23:51 +00:00
|
|
|
"typescript": "4.5.5",
|
2023-06-20 03:48:02 +00:00
|
|
|
"umi": "^4.0.69"
|
2022-05-18 16:40:55 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
|
|
"directory": "packages/core/devtools"
|
|
|
|
},
|
2022-11-04 13:23:02 +00:00
|
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
2022-05-18 16:40:55 +00:00
|
|
|
}
|