-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
53 lines (53 loc) · 1.33 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
{
"name": "react-droparea",
"version": "4.0.2",
"description": "Drag and Drop library for React",
"main": "index.js",
"homepage": "https://github.com/avocode/react-droparea",
"scripts": {
"start": "webpack-dev-server --hot --progress --colors --port 3000",
"test": "mocha",
"prepublish": "coffee -o ./ index.coffee"
},
"keywords": [
"react",
"drag and drop",
"react-component",
"drag’n’drop"
],
"repository": {
"type": "git",
"url": "git://github.com/avocode/react-droparea.git"
},
"dependencies": {
"dragster-avocode-fork": "^1.0.1",
"escape-string-regexp": "^1.0.5"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-enzyme": "^0.5.1",
"cheerio": "^0.20.0",
"coffee-lint-loader": "0.0.1",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.9.2",
"css-loader": "^0.18.0",
"enzyme": "^2.4.1",
"jsdom": "^9.4.2",
"mocha": "^3.0.2",
"react": "^0.14.7 || ^15",
"react-dom": "^0.14.7 || ^15",
"react-addons-test-utils": "^0.14.7",
"react-hot-loader": "^1.3.0",
"simulant": "^0.2.2",
"sinon": "^1.17.5",
"sinon-chai": "^2.8.0",
"webpack": "^1.9.9",
"webpack-dev-server": "^1.9.0"
},
"peerDependencies": {
"react": "^0.14.7 || ^15",
"react-dom": "^0.14.7 || ^15"
},
"author": "Petr Brzek",
"license": "MIT"
}