UNPKG

paraview-glance

Version:

Web application for Visualizing Scientific and Medical datasets

86 lines (85 loc) 2.7 kB
{ "name": "paraview-glance", "version": "4.17.1", "description": "Web application for Visualizing Scientific and Medical datasets", "keywords": [ "3d", "visualization", "webgl", "medical", "scientific", "vtk", "paraview", "geometry", "point cloud", "mesh" ], "repository": { "type": "git", "url": "https://github.com/kitware/paraview-glance.git" }, "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/kitware/paraview-glance/issues" }, "homepage": "https://github.com/kitware/paraview-glance#readme", "scripts": { "validate": "prettier --config ./prettier.config.js --list-different \"src/**/*.js\"", "reformat": "prettier --config ./prettier.config.js --write \"src/**/*.js\"", "doc": "kw-doc -c ./documentation/config.js", "doc:www": "kw-doc -c ./documentation/config.js -s", "doc:publish": "kw-doc -c ./documentation/config.js -mp", "build": "webpack --config build/webpack.dev.config.js", "build:release": "webpack --config build/webpack.prod.config.js -p", "version": "node ./build/writeVersion.js", "dev": "webpack-dev-server --config build/webpack.dev.config.js", "bundle": "inline-source --compress false --root ./dist ./dist/index.html ./dist/ParaViewGlance.html", "commit": "git cz", "semantic-release": "semantic-release", "prepublishOnly": "npm run version && npm run bundle" }, "author": "Kitware", "dependencies": { "@girder/components": "^2.2.4", "@linusborg/vue-simple-portal": "^0.1.3", "itk": "13.1.4", "mousetrap": "^1.6.3", "pug": "^3.0.0", "pug-plain-loader": "^1.0.0", "typeface-roboto": "0.0.75", "vtk.js": "17.17.2", "vue": "2.6.11", "vue-cli-plugin-vuetify": "^2.0.7", "vuetify": "2.3.4", "vuex": "^3.5.1", "webworker-promise": "0.4.2", "workbox-sw": "2.1.2" }, "devDependencies": { "@babel/plugin-syntax-dynamic-import": "7.8.3", "@babel/plugin-transform-runtime": "^7.10.5", "@mdi/font": "5.3.45", "clean-webpack-plugin": "^3.0.0", "deep-merge": "^1.0.0", "eslint-plugin-vue": "6.2.2", "kw-doc": "1.3.2", "kw-web-suite": "10.0.0", "mini-css-extract-plugin": "^0.9.0", "paraview-glance": "4.9.13", "sass": "^1.26.10", "sass-loader": "^9.0.2", "vue-loader": "15.9.3", "vue-style-loader": "4.1.2", "vue-template-compiler": "2.6.11", "vuetify-loader": "^1.6.0", "webpack-merge": "4.1.2", "workbox-webpack-plugin": "5.1.2", "worker-loader": "^3.0.6", "write-file-webpack-plugin": "^4.3.2" }, "config": { "commitizen": { "path": "node_modules/cz-conventional-changelog" } } }