{
  "name": "jupyter-vuetify",
  "version": "3.0.0-alpha.6",
  "description": "Jupyter widgets based on vuetify UI components",
  "license": "MIT",
  "author": "Mario Buikhuizen, Maarten Breddels",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/widgetti/ipyvuetify.git"
  },
  "keywords": [
    "jupyter",
    "widgets",
    "ipython",
    "ipywidgets",
    "jupyterlab-extension"
  ],
  "files": [
    "src/**/*.js",
    "lib/**/*.js",
    "dist/",
    "styles.css"
  ],
  "browserslist": ">0.8%, not ie 11, not op_mini all, not dead",
  "scripts": {
    "build:babel": "babel src --out-dir lib --copy-files",
    "watch:babel": "babel src --watch --out-dir lib --copy-files --verbose",
    "build:labextension": "jupyter labextension build .",
    "watch:labextension": "jupyter labextension watch .",
    "build:webpack": "webpack",
    "build:docs": "npm run build:babel && webpack --config webpack.config.docs.js",
    "watch:webpack": "webpack --mode development --watch",
    "watch": "run-p watch:*",
    "clean": "rimraf lib/ dist/",
    "build": "run-s build:*",
    "prepare": "run-s build:*",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "devDependencies": {
    "@babel/cli": "^7.5.0",
    "@babel/core": "^7.4.4",
    "@babel/preset-env": "^7.4.4",
    "@jupyterlab/builder": "^3 || ^4",
    "ajv": "^6.10.0",
    "autoprefixer": "^10.4.16",
    "eslint": "^8.57.1",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-vue": "^9.33.0",
    "npm-run-all": "^4.1.5",
    "postcss-loader": "^7.3.3",
    "postcss-scopify": "^1.0.0",
    "rimraf": "^2.6.3",
    "webpack": "^5"
  },
  "dependencies": {
    "@jupyter-widgets/base": "^1 || ^2 || ^3 || ^4 || ^6",
    "@jupyterlab/apputils": "^2 || ^3 || ^4",
    "@mdi/font": "^7.2.96",
    "core-js": "^3.0.1",
    "jupyter-vue": "^3.0.0-alpha.4",
    "lodash": "^4.17.11",
    "material-design-icons-iconfont": "^5.0.1",
    "typeface-roboto": "^1.1.13",
    "vue": "^3.5.39",
    "vuetify": "3.12.9"
  },
  "jupyterlab": {
    "extension": "lib/labplugin",
    "outputDir": "../prefix/share/jupyter/labextensions/jupyter-vuetify",
    "webpackConfig": "webpack.config.lab3.js",
    "sharedPackages": {
      "@jupyter-widgets/base": {
        "bundled": false,
        "singleton": true
      },
      "@jupyterlab/apputils": {
        "bundled": false,
        "singleton": true
      },
      "jupyter-vue": {
        "bundled": false,
        "singleton": true
      }
    }
  }
}
