Skip to content

Commit 78aaefd

Browse files
committed
Package.json updated
1 parent 05e5293 commit 78aaefd

File tree

1 file changed

+34
-13
lines changed

1 file changed

+34
-13
lines changed

package.json

Lines changed: 34 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"react": "16.6.1"
88
},
99
"dependencies": {
10-
"prop-types": "^15.6.2",
10+
"prop-types": "15.6.2",
1111
"react": "16.6.1",
1212
"webpack": "4.25.1"
1313
},
@@ -20,16 +20,37 @@
2020
"name": "Akash Anand",
2121
"email": "[email protected]"
2222
},
23+
"license": "MIT",
2324
"devDependencies": {
24-
"babel-cli": "^6.26.0",
25-
"babel-preset-es2015": "^6.24.1",
26-
"babel-core": "^6.24.1",
27-
"babel-loader": "^7.0.0",
28-
"babel-plugin-transform-class-properties": "^6.24.1",
29-
"babel-plugin-transform-object-rest-spread": "^6.23.0",
30-
"babel-plugin-transform-react-jsx": "^6.24.1",
31-
"babel-preset-env": "^1.5.1",
32-
"babel-preset-react": "^6.24.1",
33-
"webpack-cli": "^3.1.2"
34-
}
35-
}
25+
"babel-cli": "6.26.0",
26+
"babel-preset-es2015": "6.24.1",
27+
"babel-core": "6.24.1",
28+
"babel-loader": "7.0.0",
29+
"babel-plugin-transform-class-properties": "6.24.1",
30+
"babel-plugin-transform-object-rest-spread": "6.23.0",
31+
"babel-plugin-transform-react-jsx": "6.24.1",
32+
"babel-preset-env": "1.5.1",
33+
"babel-preset-react": "6.24.1",
34+
"webpack-cli": "3.1.2"
35+
},
36+
"keywords": [
37+
"reactjs",
38+
"react",
39+
"react-drag-and-drop",
40+
"react-draggable",
41+
"react-dnd",
42+
"drag",
43+
"drop",
44+
"html5",
45+
"javascript",
46+
"react-component"
47+
],
48+
"repository": {
49+
"type": "git",
50+
"url": "git+https://github.com/akashanand708/react-drag-element.git"
51+
},
52+
"bugs": {
53+
"url": "https://github.com/akashanand708/react-drag-element/issues"
54+
},
55+
"homepage": "https://github.com/akashanand708/react-drag-element#readme"
56+
}

0 commit comments

Comments
 (0)