forked from nishp1/react-datagrid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.89 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
86
87
88
89
{
"name": "react-datagrid",
"version": "1.1.6",
"description": "React DataGrid",
"main": "lib/index.js",
"scripts": {
"test": "mocha --recursive --reporter spec --require should",
"test-w": "mocha --recursive --reporter spec --require should --watch",
"lib": "gulp",
"build-style": "webpack --progress --colors --config build-style.config.js",
"build-style-dist": "webpack --progress --colors --config build-style-dist.config.js",
"build-style-dist-min": "webpack --progress --colors --config build-style-dist-min.config.js",
"stats": "webpack --profile --progress --colors --config dist.config.js --json > stats.json",
"dist": "webpack --progress --colors --config dist.config.js",
"watch-dist": "webpack --watch --progress --colors --config dist.config.js",
"dist.min": "webpack --progress --colors --optimize-minimize --optimize-occurence-order --optimize-dedupe --config dist.min.config.js",
"build": "npm run lib && npm run dist && npm run dist.min && npm run build-style && npm run build-style-dist && npm run build-style-dist-min",
"serve": "http-server -p 9091",
"dev": "webpack-dev-server --progress --colors --port 9090"
},
"repository": {
"type": "git",
"url": "https://github.com/zippyui/react-datagrid.git"
},
"keywords": [
"grid",
"datagrid",
"data-grid",
"grid",
"widget",
"table",
"list",
"react-component",
"react",
"grid"
],
"devDependencies": {
"babel-core": "^5.1.13",
"babel-loader": "^5.0.0",
"css-loader": "^0.9.0",
"exports-loader": "^0.6.2",
"extract-text-webpack-plugin": "^0.3.8",
"faker": "^2.1.2",
"file-loader": "^0.8.1",
"guid": "0.0.12",
"gulp": "^3.8.11",
"gulp-react": "^3.0.0",
"jsdom": "5.1.0",
"mocha": "^2.2.1",
"raw-loader": "^0.5.1",
"react-hot-loader": "^1.2.4",
"should": "^6.0.1",
"sorty": "^1.2.0",
"style-loader": "^0.8.2",
"stylus-loader": "^0.4.0",
"webpack": "^1.8.4",
"webpack-dev-middleware": "^1.0.11",
"webpack-dev-server": "1.6.6"
},
"dependencies": {
"clone": "^0.1.18",
"css-utils": "^0.4.2",
"drag-helper": "^1.2.3",
"es6-promise": "^2.1.1",
"hasown": "^1.0.1",
"normalize.css": "^3.0.3",
"object-assign": "^2.0.0",
"react-event-names": "^1.0.0",
"react-load-mask": "^1.0.1",
"react-menus": "^1.1.1",
"react-simple-toolbar": "^1.0.5",
"react-style-normalizer": "^1.2.0",
"react-virtual-scroller": "[email protected]:jamieabc/react-virtual-scroller-1.git",
"region": "^2.1.2",
"region-align": "^2.1.2",
"ustring": "^1.4.1",
"whatwg-fetch": "^0.7.0"
},
"peerDependencies": {
"react": ">=0.13.0"
},
"author": "ZippyUI <[email protected]>",
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/zippyui/react-datagrid/issues"
},
"homepage": "https://github.com/zippyui/react-datagrid"
}