forked from bokuweb/react-draggable-custom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.69 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
{
"name": "react-draggable-custom",
"version": "1.4.7",
"description": "React draggable component",
"main": "dist/react-draggable.js",
"browser": "dist/react-draggable.js",
"scripts": {
"test": "make test",
"test-debug": "karma start --browsers=Chrome --single-run=false",
"dev": "make dev",
"build": "make clean build",
"lint": "make lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lokewei/react-draggable-custom.git"
},
"keywords": [
"react",
"draggable",
"react-component"
],
"author": "lokewei",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.5.1",
"babel-core": "^6.5.1",
"babel-eslint": "^4.1.8",
"babel-loader": "^6.2.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"eslint": "^1.7.3",
"eslint-plugin-react": "^3.6.3",
"karma": "^0.13.14",
"karma-chrome-launcher": "^0.2.1",
"karma-cli": "0.1.1",
"karma-firefox-launcher": "^0.1.6",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"karma-phantomjs-shim": "^1.1.1",
"karma-webpack": "^1.7.0",
"lodash": "^3.10.1",
"open": "0.0.5",
"phantomjs": "^1.9.18",
"react": "^15.0.0",
"react-dom": "^15.0.0",
"semver": "^5.0.3",
"static-server": "^2.0.0",
"uglify-js": "^2.5.0",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.1"
},
"dependencies": {
"classnames": "^2.2.0"
},
"directories": {
"example": "example"
},
"bugs": {
"url": "https://github.com/lokewei/react-draggable-custom/issues"
},
"homepage": "https://github.com/lokewei/react-draggable-custom#readme"
}