66 lines
1.8 KiB
JSON
66 lines
1.8 KiB
JSON
{
|
|
"name": "viser-vue",
|
|
"version": "2.4.8",
|
|
"description": "viser-vue is vue of viser.",
|
|
"repository": "viserjs/viser-vue",
|
|
"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": {
|
|
"vue": ">=1"
|
|
},
|
|
"dependencies": {
|
|
"viser": "^2.0.0",
|
|
"vue": "^2.5.3",
|
|
"@types/node": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@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/runtime": "^7.0.0",
|
|
"babel-loader": "^8.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",
|
|
"rimraf": "^2.6.2",
|
|
"ts-loader": "^3.1.1",
|
|
"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",
|
|
"vue",
|
|
"datavis"
|
|
]
|
|
}
|