1 Star 0 Fork 0

橙子/highcharts-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.10 KB
一键复制 编辑 原始数据 按行查看 历史
Daniel Studencki 提交于 2019-05-29 21:39 +08:00 . chore(release): 1.3.5
{
"name": "highcharts-vue",
"version": "1.3.5",
"description": "Highcharts wrapper Vue component",
"main": "dist/highcharts-vue.min.js",
"typings": "types/highcharts-vue.d.ts",
"scripts": {
"test": "jest",
"build": "webpack",
"build:app": "cd demo && npm install",
"app": "cd demo && npm run dev",
"lint": "eslint . --ext .js,.vue",
"lint:fix": "eslint . --ext .js,.vue --fix",
"release": "standard-version"
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"vue"
],
"transform": {
"^.+\\.js$": "<rootDir>/node_modules/babel-jest",
".*\\.(vue)$": "<rootDir>/node_modules/vue-jest"
},
"moduleNameMapper": {
"^@/(.*)$": "<rootDir>/src/$1"
},
"snapshotSerializers": [
"<rootDir>/node_modules/jest-serializer-vue"
]
},
"homepage": "https://github.com/highcharts/highcharts-vue#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/highcharts/highcharts-vue"
},
"bugs": {
"url": "https://github.com/highcharts/highcharts-vue/issues"
},
"keywords": [
"highcharts",
"wrapper",
"vue",
"component"
],
"author": "Daniel Studencki <[email protected]>",
"license": "SEE LICENSE IN LICENSE",
"files": [
"dist",
"src",
"types",
"utils"
],
"peerDependencies": {
"highcharts": ">=5.0.0",
"vue": ">=1.0.0"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint && npm run test && npm run build && git add -A"
}
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.39",
"@babel/preset-env": "^7.0.0-beta.39",
"@vue/test-utils": "^1.0.0-beta.29",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.0-beta.0",
"eslint": "^4.17.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "^4.2.2",
"highcharts": "^7.1.1",
"husky": "^1.0.0-rc.13",
"jest": "^24.8.0",
"jest-serializer-vue": "^2.0.2",
"standard": "^10.0.3",
"standard-version": "^4.4.0",
"vue": "^2.6.10",
"vue-jest": "^3.0.4",
"vue-template-compiler": "^2.6.10",
"webpack": "^3.10.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xuchengzhi/highcharts-vue.git
[email protected]:xuchengzhi/highcharts-vue.git
xuchengzhi
highcharts-vue
highcharts-vue
master

搜索帮助