-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 1.86 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "rc-editor-list",
"version": "2.0.1",
"description": "editor style panel visibility component for react",
"keywords": [
"react",
"react-component",
"react-editor-list",
"editor-list",
"style panel visibility"
],
"homepage": "https://github.com/ant-motion/editor-list",
"author": "155259966@qq.com",
"repository": {
"type": "git",
"url": "https://github.com/ant-motion/editor-list.git"
},
"bugs": {
"url": "https://github.com/ant-motion/editor-list/issues"
},
"files": [
"lib",
"assets/*.css",
"dist",
"es"
],
"licenses": "MIT",
"main": "./lib/index",
"module": "./es/index",
"config": {
"port": 8022,
"entry": {
"rc-editor-list": [
"./assets/index.less",
"./src/index.js"
]
}
},
"scripts": {
"build": "rc-tools run build",
"gh-pages": "rc-tools run gh-pages",
"start": "rc-tools run server",
"compile": "rc-tools run compile --babel-runtime",
"pub": "rc-tools run pub --babel-runtime",
"lint": "rc-tools run lint --fix",
"karma": "rc-tools run karma",
"saucelabs": "rc-tools run saucelabs",
"test": "rc-tools run test",
"chrome-test": "rc-tools run chrome-test",
"coverage": "rc-tools run coverage"
},
"devDependencies": {
"expect.js": "0.3.x",
"pre-commit": "1.x",
"precommit-hook": "1.x",
"rc-tools": "8.x",
"react": "16.x",
"react-addons-test-utils": "15.x",
"react-dom": "16.x"
},
"dependencies": {
"@ant-design/compatible": "^1.0.2",
"antd": "^4.0.1",
"babel-runtime": "6.x",
"classnames": "^2.2.5",
"codemirror": "^5.42.0",
"prop-types": "^15.5.0",
"rc-tween-one": "^2.3.2",
"react-beautiful-dnd": "^11.0.5",
"react-color": "^2.17.3",
"react-lifecycles-compat": "^3.0.4",
"specificity": "^0.3.2"
},
"pre-commit": [
"lint"
]
}