-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.07 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.07 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
{
"name": "react-sortable-items",
"version": "0.0.13",
"description": "Sort stuff with React.js",
"main": "Sortable.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/samvtran/react-sortable-items"
},
"keywords": [
"react"
],
"author": "Sam Tran",
"license": "MIT",
"bugs": {
"url": "https://github.com/samvtran/react-sortable-items/issues"
},
"homepage": "https://github.com/samvtran/react-sortable-items",
"devDependencies": {
"css-loader": "^0.9.1",
"del": "^1.1.1",
"extend": "^2.0.0",
"gulp": "^3.8.11",
"gulp-react": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-webpack": "^1.2.0",
"immutable": "^3.6.2",
"jsx-loader": "^0.12.2",
"react": "^0.14.3",
"reflux": "^0.2.4",
"style-loader": "^0.8.3",
"webpack": "^1.5.3"
},
"dependencies": {
"classnames": "^1.1.4",
"react-addons-update": "^15.6.2",
"react-dom": "^16.8.4",
"prop-types": "15.6.0",
"create-react-class": "15.6.2"
}
}