{
  "name": "vue-backgrounds",
  "version": "1.0.80",
  "private": false,
  "scripts": {
    "dev": "parcel src/html/index.html",
    "build": "parcel build src/html/index.html --no-cache --no-source-maps --detailed-report"
  },
  "main": "src/index.js",
  "dependencies": {
    "echarts": "^4.9.0",
    "echarts-gl": "^1.1.1",
    "gsap": "^3.5.1",
    "lodash": "^4.17.20",
    "pixi.js": "^6.1.2",
    "simplex-noise": "^2.4.0",
    "three": "^0.121.1",
    "vue-echarts": "^5.0.0-beta.0"
  },
  "devDependencies": {
    "vue": "2.5.17",
    "@babel/core": "^7.0.0-0",
    "typescript": "^4.0.3",
    "@vue/component-compiler-utils": "2.1.2",
    "@nuxtjs/eslint-config-typescript": "^3.0.0",
    "@nuxt/types": "^2.14.6",
    "@nuxt/typescript": "^2.8.1",
    "@nuxt/typescript-build": "^2.0.3",
    "@typescript-eslint/eslint-plugin": "^4.4.0",
    "@typescript-eslint/parser": "^4.0.0",
    "babel-eslint": "^10.0.3",
    "babel-plugin-dynamic-import-webpack": "^1.1.0",
    "babel-plugin-minify-constant-folding": "^0.5.0",
    "babel-plugin-syntax-dynamic-import": "^6.18.0",
    "babel-plugin-transform-regexp-constructors": "^0.4.3",
    "eslint": "^5.16.0",
    "eslint-friendly-formatter": "^3.0.0",
    "eslint-loader": "^1.9.0",
    "eslint-plugin-vue": "^4.0.0",
    "babel-preset-env": "1.7.0",
    "babel-preset-vue": "2.0.2",
    "node-sass": "^4.14.1",
    "parcel-bundler": "1.9.7",
    "postcss-modules": "1.3.2",
    "vue-hot-reload-api": "2.3.0",
    "vue-template-compiler": "2.5.17"
  },
  "files": [
    "dist/*",
    "src/*",
    "public/*",
    "*.json",
    "*.js"
  ],
  "keywords": [
    "vue",
    "video",
    "section",
    "header",
    "background",
    "particles",
    "three",
    "pixi",
    "3dmodels",
    "animated"
  ],
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 8"
  ],
  "license": "MIT",
  "author": "VersaceKemo",
  "repository": "git@gitee.com:jjhoc/vue-backgrounds.git",
  "homepage": "https://gitee.com/jjhoc/vue-backgrounds",
  "jest": {
    "moduleFileExtensions": [
      "js",
      "vue"
    ],
    "moduleNameMapper": {
      "^@/(.*)$": "<rootDir>/src/$1",
      "\\.(css|less)$": "<rootDir>/test/styleMock.js"
    },
    "transform": {
      "^.+\\.js$": "<rootDir>/node_modules/babel-jest",
      ".*\\.(vue)$": "<rootDir>/node_modules/vue-jest"
    },
    "snapshotSerializers": [
      "<rootDir>/node_modules/jest-serializer-vue"
    ],
    "transformIgnorePatterns": [
      "/node_modules/(?!tippy.js/themes/light.css)"
    ]
  }
}
