UNPKG

@difizen/mana-app

Version:

80 lines 2.03 kB
{ "name": "@difizen/mana-app", "version": "0.1.32", "sideEffects": false, "description": "", "keywords": [ "mana", "difizen", "app" ], "license": "MIT", "exports": { ".": { "import": { "typings": "./es/index.d.ts", "default": "./es/index.js" }, "require": { "typings": "./lib/index.d.ts", "default": "./lib/index.js" } }, "./package.json": "./package.json" }, "main": "lib/index.js", "module": "es/index.js", "typings": "lib/index.d.ts", "files": [ "lib", "es", "src" ], "dependencies": { "@ant-design/icons": "^5.1.0", "@difizen/mana-common": "^0.1.32", "@difizen/mana-core": "^0.1.32", "@difizen/mana-observable": "^0.1.32", "@difizen/mana-react": "^0.1.32", "@difizen/mana-syringe": "^0.1.32", "@difizen/mana-l10n": "^0.1.32", "@types/lodash.debounce": "4.0.3", "@types/react-virtualized": "^9.21.22", "classnames": "^2.3.2", "debug": "^4.3.1", "file-icons-js": "~1.0.3", "font-awesome": "^4.7.0", "lodash.debounce": "^4.0.8", "perfect-scrollbar": "^1.5.5", "rc-tooltip": "^5.1.1", "react-virtualized": "^9.22.5", "uuid": "^9.0.0", "vscode-uri": "^2.1.1" }, "peerDependencies": { "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { "@types/react": ">=16.8.6", "@types/react-dom": ">=16.8.6", "@types/uuid": "^9.0.2", "rimraf": "latest" }, "publishConfig": { "access": "public" }, "scripts": { "setup": "father build", "build": "father build", "test": ": Note: lint task is delegated to test:* scripts", "test:vitest": "vitest run", "test:jest": "jest", "coverage": ": Note: lint task is delegated to coverage:* scripts", "coverage:vitest": "vitest run --coverage", "coverage:jest": "jest --coverage", "lint": ": Note: lint task is delegated to lint:* scripts", "lint:eslint": "eslint src", "lint:tsc": "tsc --noEmit" } }