UNPKG

@doreamonjs/page-detail

Version:
85 lines (84 loc) 1.82 kB
{ "name": "@doreamonjs/page-detail", "version": "1.12.89", "description": "detail page", "keywords": [ "doreamonjs", "page", "detail" ], "author": "whatwewant <tobewhatwewant@gmail.com>", "homepage": "https://github.com/doreamonjs/doreamon#readme", "license": "MIT", "main": "lib/index.js", "typings": "lib/index.d.ts", "directories": { "lib": "lib" }, "files": [ "lib" ], "jest": { "roots": [ "__tests__" ], "transform": { "^.+\\.tsx?$": "ts-jest" }, "testRegex": ".*\\.(spec|test)\\.(ts|tsx)$", "moduleDirectories": [ "node_modules", "src" ], "moduleFileExtensions": [ "ts", "tsx", "js", "jsx" ], "coverageDirectory": "./coverage/", "collectCoverage": true, "collectCoverageFrom": [ "src/**/*.{ts,tsx}" ], "coverageThreshold": { "global": { "branches": 60, "functions": 60, "lines": 60, "statements": -10 } } }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/doreamonjs/doreamon.git" }, "scripts": { "build": "tsc && npm run copy", "test": "jest -w 1", "coverage": "codecov", "copy": "node scripts/copy.js" }, "bugs": { "url": "https://github.com/doreamonjs/doreamon/issues" }, "devDependencies": { "@types/react": "16.14.23", "@znode/fs": "^1.0.2" }, "dependencies": { "@doreamonjs/components": "^1.12.89", "@zodash/doreamon": "^1.1.5", "antd": "4.18.9", "react-monaco-editor": "^0.50.1", "react-router-dom": "5.1.2", "xterm": "^4.19.0", "xterm-addon-attach": "^0.6.0", "xterm-addon-fit": "^0.5.0" }, "gitHead": "98af0de8b4a848c21492c9338526d2a57f46d2d7" }