forked from adazzle/react-data-grid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
128 lines (128 loc) · 4.44 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "react-data-grid",
"private": true,
"description": "Data grid for React",
"main": "src/index.js",
"scripts": {
"docs": "gulp docs:create",
"pretest": "npm run eslint",
"test": "./node_modules/.bin/karma start ./config/karma.js --singleRun true --release true",
"dev-test": "./node_modules/.bin/karma start ./config/karma.dev.js --singleRun false --debug true",
"postinstall": "lerna bootstrap",
"build": "webpack --config ./config/webpack.config.prod.js --release true",
"dev-server": "node webpack-dev-server.js",
"beforepublish": "lerna run beforepublish",
"eslint": "eslint -f unix packages/react-data-grid/src/** packages/react-data-grid-addons/src/** packages/common/**",
"fix-eslint": "eslint --fix -f unix packages/react-data-grid/src/** packages/react-data-grid-addons/src/** packages/common/**",
"lerna-publish": "@powershell -NoProfile -ExecutionPolicy Unrestricted -Command ./ci/publish/publish.ps1",
"web": "cd website && npm run start",
"web-publish": "@powershell -NoProfile -ExecutionPolicy Unrestricted -Command ./ci/publish/publish-web.ps1"
},
"repository": {
"type": "git",
"url": "git://github.com/adazzle/react-data-grid.git"
},
"keywords": [
"react",
"grid",
"react-component"
],
"dependencies": {
"@babel/polyfill": "^7.0.0",
"classnames": "^2.2.6",
"es5-shim": "^4.0.3",
"fs-extra": "^0.30.0",
"keymirror": "^0.1.1",
"object-assign": "^4.1.1",
"prop-types": "^15.6.2",
"react-contextmenu": "^2.9.3",
"react-dnd": "^2.6.0",
"react-dnd-html5-backend": "^2.6.0",
"react-is-deprecated": "^0.1.2",
"react-select": "^1.3.0",
"recharts": "^1.1.0",
"reselect": "^2.5.1",
"ron-react-autocomplete": "^4.0.5",
"shallowequal": "^1.1.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-member-expression-literals": "^7.0.0",
"@babel/plugin-transform-property-literals": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.1.5",
"airbnb-browser-shims": "^3.0.0",
"avcoveralls": "^1.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^9.0.0",
"babel-loader": "7.1.1",
"babel-plugin-rewire": "^1.2.0",
"copy-dir": "^0.3.0",
"core-js": "^2.5.7",
"css-loader": "^0.26.0",
"del": "^1.2.1",
"enzyme": "^3.4.3",
"enzyme-adapter-react-16": "^1.2.0",
"eslint": "^5.9.0",
"eslint-plugin-react": "^7.11.1",
"faker": "^3.0.1",
"gh-pages": "^2.0.1",
"gulp": "^3.8.7",
"gulp-concat": "^2.3.4",
"gulp-util": "^3.0.0",
"immutable": "^3.7.3",
"istanbul-instrumenter-loader": "^0.1.2",
"jasmine-core": "2.6.1",
"jasmine-enzyme": "^4.2.0",
"karma": "^3.1.1",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-firefox-launcher": "^1.1.0",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^1.1.2",
"karma-jasmine-matchers": "^3.8.3",
"karma-junit-reporter": "^1.2.0",
"karma-mocha-reporter": "^2.2.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.5",
"lerna": "^3.5.0",
"minimist": "^1.1.0",
"mkdirp": "^0.5.1",
"moment": "^2.22.2",
"node-dir": "^0.1.12",
"open": "0.0.5",
"react": "^16.4.2",
"react-dnd-test-backend": "^2.6.0",
"react-docgen": "^2.21.0",
"react-dom": "^16.4.2",
"react-test-renderer": "^16.4.2",
"run-sequence": "^1.2.2",
"semver": "^5.0.3",
"sinon": "^4.5.0",
"style-loader": "^0.13.1",
"tape": "^4.9.1",
"underscore": "^1.9.1",
"vinyl-source-stream": "^0.1.1",
"webpack": "^4.23.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^1.16.2"
},
"author": "adazzle",
"license": "MIT",
"bugs": {
"url": "https://github.com/adazzle/react-data-grid/issues"
},
"homepage": "https://github.com/adazzle/react-data-grid"
}