forked from prometheusresearch-archive/react-grid
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
85 lines (85 loc) · 2.21 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "adazzle-react-grid",
"version": "0.12.3",
"description": "Data grid for React",
"main": "src/index.js",
"scripts": {
"test": "gulp test",
"prepublish": "gulp dist"
},
"repository": {
"type": "git",
"url": "git://github.com/adazzle/react-grid.git"
},
"keywords": [
"react",
"grid"
],
"dependencies": {
"es5-shim": "^4.0.3",
"highlight.js": "^8.4.0",
"immutable": "^3.0.0",
"jquery": "^2.1.1",
"object-assign": "^2.0.0",
"react": "^0.12.1",
"react-highlight": "^0.4.1",
"react-router": "^0.11.6",
"reactify": "^0.17.1",
"ron-react-autocomplete": "1.0.3"
},
"devDependencies": {
"6to5": "^1.14.13",
"6to5-loader": "^0.2.3",
"bootstrap": "^3.2.0",
"browser-sync": "^1.3.2",
"browserify": "^7.0.0",
"connect": "^2.24.3",
"coveralls": "^2.11.2",
"es5-shim": "^4.0.1",
"es6-shim": "^0.15.0",
"eslint-jsx": "git+https://github.com/andreypopp/eslint#jsx",
"gh-pages": "~0.2.0",
"gulp": "^3.8.7",
"gulp-changed": "^0.4.1",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.3.4",
"gulp-flatten": "0.0.2",
"gulp-jasmine": "^0.3.0",
"gulp-less": "^1.3.3",
"gulp-notify": "^1.4.1",
"gulp-open": "^0.2.8",
"gulp-react": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.2",
"gulp-util": "^3.0.0",
"istanbul-instrumenter-loader": "^0.1.2",
"jasmine-react": "^1.0.7",
"jsx-loader": "^0.13.1",
"karma": "^0.12.28",
"karma-chrome-launcher": "^0.1.4",
"karma-cli": "0.0.4",
"karma-coverage": "^0.2.6",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.1.5",
"karma-junit-reporter": "^0.2.2",
"karma-phantomjs-launcher": "^0.1.4",
"karma-webpack": "^1.2.2",
"minimist": "^1.1.0",
"mocha": "^1.18.2",
"mochify": "^0.11.3",
"moment": "^2.8.1",
"pretty-hrtime": "^0.2.1",
"react-tools": "^0.11.2",
"rewire": "^2.1.3",
"rewire-webpack": "^1.0.0",
"sinon": "^1.9.1",
"vinyl-source-stream": "^0.1.1",
"webpack": "^1.5.3"
},
"author": "Adazzle",
"license": "MIT",
"bugs": {
"url": "https://github.com/adazzle/react-grid/issues"
},
"homepage": "https://github.com/adazzle/react-grid"
}