| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- {
- "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 <daniel.studencki@gmail.com>",
- "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"
- },
- "__npminstall_done": "Thu Feb 25 2021 10:13:31 GMT+0800 (中国标准时间)",
- "_from": "highcharts-vue@1.3.5",
- "_resolved": "https://registry.npm.taobao.org/highcharts-vue/download/highcharts-vue-1.3.5.tgz"
- }
|