mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 18:16:31 +00:00
59 lines
1.7 KiB
JSON
59 lines
1.7 KiB
JSON
{
|
|
"name": "@nocobase/devtools",
|
|
"version": "0.17.0-alpha.1",
|
|
"description": "",
|
|
"license": "Apache-2.0",
|
|
"main": "./src/index.js",
|
|
"dependencies": {
|
|
"@nocobase/build": "0.17.0-alpha.1",
|
|
"@nocobase/client": "0.17.0-alpha.1",
|
|
"@testing-library/react": "^14.0.0",
|
|
"@types/jest": "^29.0.0",
|
|
"@types/koa": "^2.13.4",
|
|
"@types/koa-bodyparser": "^4.3.4",
|
|
"@types/lodash": "^4.14.177",
|
|
"@types/node": "*",
|
|
"@types/react": "^18.0.0",
|
|
"@types/react-dom": "^18.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^6.2.0",
|
|
"@typescript-eslint/parser": "^6.2.0",
|
|
"concurrently": "^7.0.0",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^8.45.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-markdown": "^3.0.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-prettier": "^5.0.0",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-react": "^7.33.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"fast-glob": "^3.3.1",
|
|
"jest": "^29.0.0",
|
|
"jest-cli": "^29.0.0",
|
|
"jest-dom": "^3.1.2",
|
|
"jsdom": "^16.0.0",
|
|
"lerna": "^4.0.0",
|
|
"prettier": "^3.0.0",
|
|
"pretty-format": "^24.0.0",
|
|
"pretty-quick": "^3.1.0",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"rimraf": "^3.0.0",
|
|
"serve": "^13.0.2",
|
|
"ts-jest": "^29.0.0",
|
|
"ts-loader": "^7.0.4",
|
|
"ts-node": "9.1.1",
|
|
"ts-node-dev": "1.1.8",
|
|
"tsconfig-paths": "^3.12.0",
|
|
"typescript": "5.1.3",
|
|
"umi": "^4.0.69"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
"directory": "packages/core/devtools"
|
|
},
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
|
}
|