UNPKG

1.68 kBJSONView Raw
1{
2 "name": "rc-editor-plugin-basic-style",
3 "version": "0.3.0",
4 "description": "editor-plugin-basic-style ui component for react",
5 "keywords": [
6 "react",
7 "react-component",
8 "react-editor-plugin-basic-style",
9 "editor-plugin-basic-style"
10 ],
11 "homepage": "https://github.com/rc-editor/editor-plugin-basic-style",
12 "author": "surgesoft@gmail.com",
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/rc-editor/editor-plugin-basic-style.git"
16 },
17 "bugs": {
18 "url": "https://github.com/rc-editor/editor-plugin-basic-style/issues"
19 },
20 "files": [
21 "lib",
22 "assets/*.css"
23 ],
24 "licenses": "MIT",
25 "main": "./lib/index",
26 "config": {
27 "port": 8001
28 },
29 "scripts": {
30 "build": "rc-tools run build",
31 "gh-pages": "rc-tools run gh-pages",
32 "start": "rc-tools run server",
33 "pub": "rc-tools run pub",
34 "lint": "rc-tools run lint",
35 "karma": "rc-tools run karma",
36 "saucelabs": "rc-tools run saucelabs",
37 "test": "rc-tools run test",
38 "chrome-test": "rc-tools run chrome-test",
39 "coverage": "rc-tools run coverage"
40 },
41 "devDependencies": {
42 "expect.js": "0.3.x",
43 "pre-commit": "1.x",
44 "rc-tools": "^5.5.12"
45 },
46 "pre-commit": [
47 "lint"
48 ],
49 "peerDependencies": {
50 "react": "15.x",
51 "react-addons-test-utils": "15.x",
52 "react-dom": "15.x",
53 "draft-js": "~0.10.0",
54 "rc-editor-core": "0.6.0"
55 },
56 "dependencies": {
57 "classnames": "^2.2.5",
58 "draft-js": "~0.10.0",
59 "immutable": "^3.8.1",
60 "rc-color-picker": "^1.1.0",
61 "rc-editor-core": "^0.6.10-beta6",
62 "rc-editor-utils": "~0.1.0",
63 "rc-select": "^6.4.6",
64 "rc-trigger": "^1.8.1"
65 }
66}