UNPKG

viser-react

Version:
71 lines (70 loc) 2.01 kB
{ "name": "viser-react", "version": "2.4.8", "description": "viser-react is react of viser.", "repository": "viserjs/viser-react", "license": "MIT", "authors": "DT-FE", "files": [ "umd", "es", "lib" ], "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", "scripts": { "prepublish": "npm run build", "build": "npm run build:ts && npm run build:cjs && npm run build:umd", "build:ts": "rimraf es && tsc", "build:cjs": "rimraf lib && cross-env NODE_ENV=commonjs BABEL_ENV=cjs babel ./es -d lib", "build:umd": "rimraf umd && cross-env BABEL_ENV=umd webpack --config webpack.config.js", "clean": "git clean -fdX .", "lint": "tslint src/**/*", "analyse": "cross-env NODE_ENV=analyse webpack --progress --config webpack.config.js" }, "peerDependencies": { "react": ">15", "react-dom": ">15" }, "dependencies": { "@types/node": "*", "@types/prop-types": "*", "prop-types": "^15.6.0", "viser": "^2.0.0" }, "devDependencies": { "@types/react": "*", "@types/react-dom": "*", "@babel/cli": "^7.1.0", "@babel/core": "^7.0.0", "@babel/plugin-proposal-class-properties": "^7.0.0", "@babel/plugin-proposal-export-default-from": "^7.0.0", "@babel/plugin-proposal-export-namespace-from": "^7.0.0", "@babel/plugin-proposal-object-rest-spread": "^7.0.0", "@babel/plugin-external-helpers": "^7.0.0", "@babel/polyfill": "^7.0.0", "@babel/preset-env": "^7.0.0", "@babel/preset-react": "^7.0.0", "@babel/runtime": "^7.0.0", "colors": "^1.1.2", "cross-env": "^5.2.0", "gzip-size": "^4.0.0", "ora": "^1.3.0", "pretty-bytes": "^4.0.2", "react": "^16.0.0", "react-dom": "^16.0.0", "rimraf": "^2.6.2", "tslint": "^5.5.0", "typescript": "~3.2.0", "webpack": "^4.20.0", "webpack-bundle-analyzer": "^3.6.0", "webpack-cli": "^3.1.0" }, "keywords": [ "g2", "chart", "react", "datavis" ] }