forked from pitrho/react-gridstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.39 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
{
"name": "react-gridstack",
"version": "0.1.4",
"description": "React wrapper for gridstack.js",
"main": "lib/index.js",
"scripts": {
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/pitrho/react-gridstack.git"
},
"keywords": [
"react",
"grid",
"gridstack",
"layout",
"jquery"
],
"author": "Alejandro Mesa",
"license": "MIT",
"bugs": {
"url": "https://github.com/pitrho/react-gridstack.git/issues"
},
"homepage": "https://github.com/pitrho/react-gridstack.git#readme",
"peerDependencies": {
"react": ">= 0.14.7",
"react-dom": ">= 0.14.5"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.7.7",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-object-rest-spread": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"babel-runtime": "^6.6.1",
"css-loader": "^0.23.1",
"eslint": "^2.9.0",
"eslint-config-rackt": "^1.1.1",
"eslint-plugin-babel": "^3.2.0",
"eslint-plugin-react": "^5.0.1",
"extract-text-webpack-plugin": "^1.0.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-rimraf": "^0.2.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.0",
"webpack-stream": "^3.2.0"
},
"dependencies": {
"gridstack": "^0.2.6"
}
}