forked from nishp1/react-datagrid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 3.35 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
90
91
92
93
94
95
96
97
98
99
{
"name": "react-datagrid",
"version": "2.1.2-lic.2",
"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/build-style.config.js",
"build-style-dist": "webpack --progress --colors --config build/build-style-dist.config.js",
"build-style-dist-min": "webpack --progress --colors --config build/build-style-dist-min.config.js",
"stats": "webpack --profile --progress --colors --config build/dist.config.js --json > stats.json",
"dist": "webpack --progress --colors --config build/dist.config.js",
"watch-dist": "webpack --watch --progress --colors --config build/dist.config.js",
"dist.min": "webpack --progress --colors -p --config build/dist.min.config.js",
"build": "SET NODE_ENV=production && 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",
"dev": "SET NODE_ENV=production && SET PORT=9090 && webpack-dev-server --progress --colors --config build/dev.config.js",
"hot": "SET NODE_ENV=production && SET HOT=true && SET PORT=9090 && webpack-dev-server --progress --colors --config build/dev.config.js"
},
"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": {
"autoprefixer-loader": "^3.1.0",
"babel-core": "^6.1.2",
"babel-loader": "^6.1.0",
"babel-preset-es2015": "^6.1.2",
"babel-preset-react": "^6.1.2",
"css-loader": "^0.23.1",
"exports-loader": "^0.6.2",
"extract-text-webpack-plugin": "^0.8.2",
"faker": "^3.0.1",
"file-loader": "^0.8.1",
"gulp": "^3.8.11",
"gulp-babel": "^6.1.0",
"jsdom": "7.0.2",
"json-loader": "^0.5.2",
"mocha": "^2.2.1",
"node-libs-browser": "^0.5.2",
"parse-keys": "^1.3.0",
"raw-loader": "^0.5.1",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-hot-loader": "^1.2.7",
"should": "^7.1.1",
"sorty": "^1.2.0",
"style-loader": "^0.13.0",
"stylus": "^0.54.5",
"stylus-loader": "^2.1.1",
"webpack": "^1.9.12",
"webpack-dev-server": "^1.9.0"
},
"dependencies": {
"clone": "^1.0.2",
"css-utils": "^1.0.0",
"drag-helper": "^1.2.3",
"es6-promise": "^3.0.2",
"has-touch": "^1.0.1",
"hasown": "^1.0.1",
"node-uuid": "^1.4.3",
"normalize.css": "^3.0.3",
"object-assign": "^4.0.1",
"react-class": "^1.2.4",
"react-load-mask": "2.0.3-lic.0",
"react-menus": "^2.0.5",
"react-simple-toolbar": "^1.0.5",
"react-style-normalizer": "^1.2.8",
"react-virtual-scroller": "2.1.4-lic.4",
"region": "^2.1.2",
"region-align": "^2.1.2",
"ustring": "^1.4.1",
"whatwg-fetch": "^0.10.0"
},
"peerDependencies": {
"react": ">=0.14.0 || >=15.0.0",
"react-dom": ">=0.14.0 || >=15.0.0"
},
"author": "ZippyUI <[email protected]>",
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/zippyui/react-datagrid/issues"
},
"homepage": "https://github.com/zippyui/react-datagrid"
}