-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
66 lines (66 loc) · 1.41 KB
/
package.json
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
{
"name": "react-drag-listview",
"version": "0.0.9",
"author": "[email protected]",
"description": "drag list view and table view component for react",
"keywords": [
"react",
"react-component",
"sortable",
"antd",
"rc-table",
"react-drag",
"react-drag-table",
"react-drag-list",
"sortable"
],
"license": "MIT",
"homepage": "https://github.com/raisezhang/react-drag-listview#readme",
"main": "./lib/index",
"files": [
"assets/*.css",
"dist",
"lib"
],
"entry": {
"react-drag-listview": [
"./src/index.js"
]
},
"maintainers": [
],
"repository": {
"type": "git",
"url": "git+https://github.com/raisezhang/react-drag-listview.git"
},
"bugs": {
"url": "https://github.com/raisezhang/react-drag-listview/issues"
},
"config": {
"port": 8000
},
"scripts": {
"build": "rc-tools run build",
"compile": "rc-tools run compile",
"gh-pages": "rc-tools run gh-pages",
"start": "rc-tools run server",
"pub": "rc-tools run pub",
"lint": "rc-tools run lint",
"lint:fix": "rc-tools run lint --fix"
},
"dependencies": {
"prop-types": "^15.5.8"
},
"devDependencies": {
"rc-tools": "^5.9.2",
"expect.js": "~0.3.1",
"pre-commit": "1.x",
"react": "^15.2.1",
"prop-types": "^15.5.8",
"react-dom": "^15.2.1"
},
"pre-commit": [
"lint"
]
}