UNPKG

regular-excel-clipboard

Version:
53 lines (52 loc) 1.71 kB
{ "name": "regular-excel-clipboard", "version": "0.0.1", "description": "Excel Clipboard of Regular Components", "main": "dist/clipboard.total.js", "scripts": { "startdev": "cross-env NODE_ENV=development webpack-dev-server --open --hot --config ./config/webpack.min.js", "pack": "cross-env NODE_ENV=production webpack --progress --hide-modules --config ./config/webpack.min.js", "packall": "cross-env webpack --progress --hide-modules --config ./config/webpack.total.js", "del": "rm -rf ./dist/**/*", "build": "run-s del pack packall", "test": "eslint ./src" }, "repository": { "type": "git", "url": "git+https://github.com/Deol/regular-excel-clipboard.git" }, "keywords": [ "regular", "hotzone" ], "author": "Aeo", "license": "MIT", "bugs": { "url": "https://github.com/Deol/regular-excel-clipboard/issues" }, "homepage": "https://github.com/Deol/regular-excel-clipboard#readme", "peerDependencies": { "regularjs": "^0.4.3" }, "devDependencies": { "babel-core": "^6.24.1", "babel-loader": "^7.0.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "*", "babel-runtime": "^6.23.0", "cross-env": "^5.0.0", "css-loader": "^0.28.4", "element-resize-detector": "^1.1.12", "eslint": "^3.19.0", "eslint-config-kaola": "^0.1.3", "extract-text-webpack-plugin": "^2.1.0", "mcss": "^0.5.1", "mcss-loader": "^1.0.1", "npm-run-all": "^4.0.2", "regularjs": "^0.4.3", "rgl-tplmin-loader": "0.0.14", "style-loader": "^0.18.1", "webpack": "^2.6.1", "webpack-dev-server": "^2.4.5" } }