UNPKG

@aliedu/app-self-check

Version:

应用自检模块

92 lines (91 loc) 2.42 kB
{ "name": "@aliedu/app-self-check", "version": "1.0.22", "description": "应用自检模块", "files": [ "demo/", "es/", "lib/", "build/" ], "main": "lib/index.js", "module": "es/index.js", "stylePath": "style.js", "types": "lib/index.d.ts", "scripts": { "start": "icejs start --config build_dev.json", "build": "rm -rf src/services && build-scripts build && git reset --hard", "watch": "npm run start -- --watch", "addPage": "node ./scripts/create.js", "test": "build-scripts test", "prepublishOnly": "npm run build", "eslint": "eslint --cache --ext .js,.jsx ./", "eslint:fix": "npm run eslint -- --fix", "stylelint": "stylelint \"**/*.{css,scss,less}\"", "lint": "npm run eslint && npm run stylelint", "f2elint-scan": "f2elint scan", "f2elint-fix": "f2elint fix" }, "keywords": [ "ice", "react", "component" ], "dependencies": { "@aliedu/page-title": "^1.0.0", "copy-to-clipboard": "^3.3.1", "lodash": "^4.17.20", "moment": "^2.29.1", "react-file-viewer": "^1.2.1", "react-highlight": "^0.14.0", "save": "^2.4.0" }, "devDependencies": { "@alib/build-scripts": "^0.1.3", "@b-design/ui": "2.0.33", "@icedesign/container": "^1.0.4", "@iceworks/spec": "^1.0.0", "@types/react": "^16.9.13", "@types/react-dom": "^16.9.4", "axios": "^0.21.1", "build-plugin-component": "^1.0.0", "build-plugin-fusion": "^0.1.0", "build-plugin-icestark": "^2.0.0", "build-plugin-moment-locales": "^0.1.0", "chalk": "^4.1.1", "enzyme": "^3.10.0", "enzyme-adapter-react-16": "^1.14.0", "f2elint": "^1.2.0", "fs-extra": "^10.0.0", "ice.js": "^1.0.0", "minimist": "^1.2.5", "pont-engine": "^1.2.0", "prettier": "^2.3.0", "react": "^16.3.0", "react-dom": "^16.3.0" }, "peerDependencies": { "@b-design/ui": "^2.0.10", "@iceworks/spec": "^1.0.0", "ice.js": "^1.0.0", "react": "^16.3.0", "react-dom": "^16.3.0" }, "componentConfig": { "name": "app-self-check", "title": "app-self-check", "category": "Others" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "license": "MIT", "husky": { "hooks": { "pre-commit": "f2elint commit-file-scan", "commit-msg": "f2elint commit-msg-scan" } }, "homepage": "" }