45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "ag-grid-react-example",
|
|
"version": "7.2.0",
|
|
"description": "Example Reach applicaiton using ag-Grid.",
|
|
"main": "dist/ag-grid-react-example.js",
|
|
"scripts": {
|
|
"standard": "webpack-dev-server --config webpack.config.standard.js --progress --colors --hot --inline",
|
|
"grouped": "webpack-dev-server --config webpack.config.grouped.js --progress --colors --hot --inline",
|
|
"large": "webpack-dev-server --config webpack.config.large.js --progress --colors --hot --inline"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ceolter/ag-grid-react-example.git"
|
|
},
|
|
"keywords": [
|
|
"react",
|
|
"grid",
|
|
"data",
|
|
"table"
|
|
],
|
|
"author": "Niall Crosby <niall.crosby@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/ceolter/ag-grid-react-example/issues"
|
|
},
|
|
"homepage": "http://www.ag-grid.com/",
|
|
"devDependencies": {
|
|
"babel-loader": "6.2.1",
|
|
"babel-preset-es2015": "6.3.13",
|
|
"babel-preset-react": "6.3.13",
|
|
"babel-core": "^6.0.0",
|
|
"css-loader": "0.23.1",
|
|
"style-loader": "0.13.0",
|
|
"webpack": "1.12.11",
|
|
"webpack-dev-server": "^1.14.1"
|
|
},
|
|
"dependencies": {
|
|
"react": "0.14.6",
|
|
"react-dom": "0.14.6",
|
|
"ag-grid": "7.2.x",
|
|
"ag-grid-enterprise": "7.2.x",
|
|
"ag-grid-react": "7.2.x"
|
|
}
|
|
}
|