106 lines
2.8 KiB
JSON
106 lines
2.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"rc-editor-core@0.8.10",
|
|
"/home/zhiyuanliu/gitlink/forgeplus-react"
|
|
]
|
|
],
|
|
"_from": "rc-editor-core@0.8.10",
|
|
"_id": "rc-editor-core@0.8.10",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-T3aHpeMCIYA1sdAI7ynHHjXy5fqp83uPlD68ovZ0oClTSc3tbHmyCxXlA+Ti4YgmcpCYv7avF6a+TIbAka53kw==",
|
|
"_location": "/rc-editor-core",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "rc-editor-core@0.8.10",
|
|
"name": "rc-editor-core",
|
|
"escapedName": "rc-editor-core",
|
|
"rawSpec": "0.8.10",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.8.10"
|
|
},
|
|
"_requiredBy": [
|
|
"/rc-editor-mention"
|
|
],
|
|
"_resolved": "http://173.15.15.82:8081/repository/npm-all/rc-editor-core/-/rc-editor-core-0.8.10.tgz",
|
|
"_spec": "0.8.10",
|
|
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
|
|
"author": {
|
|
"name": "surgesoft@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/react-component/editor-core/issues"
|
|
},
|
|
"config": {
|
|
"port": 8003
|
|
},
|
|
"dependencies": {
|
|
"babel-runtime": "^6.26.0",
|
|
"classnames": "^2.2.5",
|
|
"draft-js": "^0.10.0",
|
|
"immutable": "^3.7.4",
|
|
"lodash": "^4.16.5",
|
|
"prop-types": "^15.5.8",
|
|
"setimmediate": "^1.0.5"
|
|
},
|
|
"description": "editor-core ui component for react",
|
|
"devDependencies": {
|
|
"expect.js": "0.3.x",
|
|
"pre-commit": "1.x",
|
|
"rc-editor-plugin-basic-style": "^0.3.6",
|
|
"rc-editor-plugin-emoji": "^0.2.8",
|
|
"rc-editor-plugin-image": "^0.0.4",
|
|
"rc-tools": "^7.0.2",
|
|
"react": "^16.0.0",
|
|
"react-dom": "^16.0.0",
|
|
"typescript": "~2.0",
|
|
"typings": "^1.0.4"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"es",
|
|
"assets/*.css",
|
|
"type-definitions"
|
|
],
|
|
"homepage": "https://github.com/react-component/editor-core",
|
|
"keywords": [
|
|
"react",
|
|
"react-component",
|
|
"react-editor-core",
|
|
"editor-core"
|
|
],
|
|
"licenses": "MIT",
|
|
"main": "./lib/index",
|
|
"module": "./es/index",
|
|
"name": "rc-editor-core",
|
|
"peerDependencies": {
|
|
"react": ">=15.0.0",
|
|
"react-dom": ">=15.0.0"
|
|
},
|
|
"pre-commit": [
|
|
"lint"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/react-component/editor-core.git"
|
|
},
|
|
"scripts": {
|
|
"build": "rc-tools run build",
|
|
"chrome-test": "rc-tools run chrome-test",
|
|
"compile": "rc-tools run compile --babel-runtime",
|
|
"coverage": "rc-tools run coverage",
|
|
"gh-pages": "rc-tools run gh-pages",
|
|
"karma": "rc-tools run karma",
|
|
"lint": "rc-tools run lint",
|
|
"pub": "rc-tools run pub",
|
|
"saucelabs": "rc-tools run saucelabs",
|
|
"start": "rc-tools run server",
|
|
"test": "rc-tools run test",
|
|
"watch": "rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib"
|
|
},
|
|
"typings": "type-definitions/rc-editor-core.d.ts",
|
|
"version": "0.8.10"
|
|
}
|