UNPKG

yii-react-gridview

Version:
61 lines (60 loc) 1.98 kB
{ "name": "yii-react-gridview", "version": "0.5.14", "description": "React render of Yii gridview", "main": "dist/GridView.js", "scripts": { "build": "webpack --config webpack.config.js --display-error-details", "build:flow": "flow-copy-source src dist", "test": "echo \"Error: no test specified\" && exit 1", "watch": "chokidar 'src/**/*.{jsx,js}' 'webpack.config.js' -c 'npm run build & npm run build:flow'", "flow": "flow" }, "repository": { "type": "git", "url": "git+https://github.com/sufitman/yii-react-gridview.git" }, "keywords": [ "yii2", "yii", "gridview", "react" ], "author": "Tim Mustafin", "license": "ISC", "bugs": { "url": "https://github.com/sufitman/yii-react-gridview/issues" }, "homepage": "https://github.com/sufitman/yii-react-gridview#readme", "devDependencies": { "@babel/cli": "^7.1.5", "@babel/core": "^7.1.5", "@babel/plugin-proposal-class-properties": "^7.1.0", "@babel/plugin-proposal-decorators": "^7.1.2", "@babel/plugin-proposal-export-namespace-from": "^7.0.0", "@babel/plugin-proposal-function-sent": "^7.1.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/preset-env": "^7.1.5", "@babel/preset-flow": "^7.0.0", "@babel/preset-react": "^7.0.0", "@babel/preset-stage-2": "^7.0.0", "babel-loader": "^8.0.4", "chokidar": "^1.6.1", "chokidar-cli": "^1.2.1", "flow-bin": "^0.81.0", "flow-copy-source": "^2.0.2", "npm-run-all": "^4.0.1", "random-string": "^0.2.0", "react": "^16.4.1", "react-dom": "^16.4.1", "react-scripts": "^2.1.5", "uglifyjs-webpack-plugin": "^2.0.1", "webpack": "^4.20.2", "webpack-cli": "^3.1.0" }, "dependencies": {} }