{
  "name": "thsc-datav-paradigm-timeline",
  "version": "0.5.3",
  "description": "时间轴组件",
  "keywords": [
    "时间轴",
    "组件",
    "可视化",
    "范式"
  ],
  "author": "",
  "license": "ISC",
  "exports": {
    "import": "./index.esm.js",
    "require": "./index.umd.js",
    "browser": "./index.umd.js"
  },
  "main": "./index.umd.js",
  "module": "./index.esm.js",
  "browser": "./index.umd.js",
  "types": "./types/index.d.ts",
  "files": [
    "build/",
    "types/",
    "index.esm.js",
    "index.umd.js"
  ],
  "scripts": {
    "build:docs-html": "generate-md --layout github --input ./docs --output ./docs-html",
    "serve": "node scripts/serve.cjs",
    "lint:js": "eslint src/ --no-eslintrc --config=.eslintrc.cjs --ext=js,ts --fix --quiet --cache --cache-location=node_modules/.cache/.eslintcache --format=pretty",
    "lint": "npm run lint:js",
    "test": "jest --passWithNoTests",
    "test-watch": "jest --passWithNoTests --watch",
    "tsc:types:check": "tsc --noEmit",
    "tsc:types:build": "tsc --emitDeclarationOnly",
    "tsc:types:build-watch": "tsc --emitDeclarationOnly --watch",
    "build:types": "node scripts/run-cli.cjs \"npm run tsc:types:build\"",
    "build-watch:types": "node scripts/run-cli.cjs \"npm run tsc:types:build-watch\" --silent",
    "build": "npm run test && npm run build:types && cross-env NODE_ENV=production rollup --config",
    "build:cdn": "npm run test && npm run build:types && cross-env NODE_ENV=production BUILD_TARGET=cdn rollup --config",
    "build-watch": "cross-env NODE_ENV=development rollup --config --watch",
    "build-watch-serve": "cross-env NODE_ENV=development rollup --config --watch --serve",
    "esbuild-build-watch": "cross-env NODE_ENV=development node scripts/esbuild-watch.cjs",
    "esbuild-build-watch-serve": "cross-env NODE_ENV=development node scripts/esbuild-watch.cjs --serve",
    "dev": "concurrently --raw --kill-others \"npm:build-watch\" \"npm:build-watch:types\"",
    "dev-serve": "concurrently --raw --kill-others \"npm:build-watch-serve\" \"npm:build-watch:types\"",
    "esbuild-dev": "concurrently --raw --kill-others \"npm:esbuild-build-watch\" \"npm:build-watch:types\"",
    "esbuild-dev-serve": "concurrently --raw --kill-others \"npm:esbuild-build-watch-serve\" \"npm:build-watch:types\"",
    "prerelease": "npm run test",
    "prepublishOnly": "npm run build"
  },
  "husky": {
    "hooks": {
      "commit-msg": "node .check-commit-msg.js"
    }
  },
  "devDependencies": {
    "@babel/core": "^7.17.10",
    "@babel/plugin-proposal-decorators": "^7.17.9",
    "@babel/plugin-transform-runtime": "^7.17.10",
    "@babel/preset-env": "^7.17.10",
    "@babel/preset-typescript": "^7.16.7",
    "@rollup/plugin-babel": "^5.3.1",
    "@rollup/plugin-commonjs": "^22.0.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@rollup/plugin-replace": "^4.0.0",
    "@rollup/plugin-strip": "^2.1.0",
    "@rollup/plugin-url": "^7.0.0",
    "@rollup/plugin-virtual": "^2.1.0",
    "@types/jest": "^28.1.1",
    "@types/node": "^18.6.3",
    "@typescript-eslint/eslint-plugin": "^5.23.0",
    "@typescript-eslint/parser": "^5.23.0",
    "ajv": "^8.11.0",
    "babel-jest": "^28.1.1",
    "browser-sync": "^2.27.10",
    "concurrently": "^7.2.1",
    "cross-env": "^7.0.3",
    "esbuild": "^0.14.51",
    "esbuild-style-plugin": "^1.6.0",
    "eslint": "^8.15.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-airbnb-typescript": "^17.0.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-config-sonarjs": "^1.0.21",
    "eslint-formatter-pretty": "^4.1.0",
    "eslint-plugin-compat": "^4.0.2",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-sonarjs": "^0.13.0",
    "eslint-plugin-tsdoc": "^0.2.16",
    "fs-extra": "^10.1.0",
    "husky": "^4.3.0",
    "jest": "^28.1.1",
    "jest-environment-jsdom": "^28.1.1",
    "less": "^4.1.2",
    "markdown-styles": "^3.2.0",
    "prettier": "2.6.2",
    "rollup": "^2.75.5",
    "rollup-plugin-esbuild": "^4.9.1",
    "rollup-plugin-filesize": "^9.1.2",
    "rollup-plugin-progress": "^1.1.2",
    "rollup-plugin-styles": "^4.0.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-visualizer": "^5.6.0",
    "typescript": "^4.6.4"
  },
  "dependencies": {
    "@babel/runtime": "^7.17.9",
    "core-js": "^3.22.5",
    "debug": "^4.3.4",
    "postcss-url": "^10.1.3",
    "rollup-plugin-postcss": "^4.0.2"
  }
}
