UNPKG

paraview-lite

Version:

Lite ParaView client for Scientific Visualization on the Web

72 lines (71 loc) 2.04 kB
{ "name": "paraview-lite", "version": "1.5.1", "description": "Lite ParaView client for Scientific Visualization on the Web", "author": "Kitware", "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "lint": "vue-cli-service lint", "commit": "git cz", "doc": "kw-doc -c ./documentation/config.js", "doc:publish": "kw-doc -c ./documentation/config.js -mp", "doc:www": "kw-doc -c ./documentation/config.js -s", "prepublishOnly": "npm run version", "semantic-release": "semantic-release", "version": "node ./build/writeVersion.js" }, "dependencies": { "@mdi/font": "5.9.55", "commitizen": "^4.2.4", "core-js": "^3.6.5", "material-design-icons-iconfont": "3.0.3", "mousetrap": "^1.6.5", "semantic-release": "^17.4.5", "typeface-roboto": "1.1.13", "vtk.js": "^19.2.3", "vue": "^2.6.14", "vue-vtk-js": "^1.1.4", "vuetify": "^1.5.24", "vuex": "^3.6.2", "wslink": "^1.0.5" }, "devDependencies": { "@vue/cli-plugin-babel": "~4.5.13", "@vue/cli-plugin-eslint": "~4.5.13", "@vue/cli-plugin-vuex": "~4.5.0", "@vue/cli-service": "~4.5.13", "@vue/eslint-config-airbnb": "^5.0.2", "@vue/eslint-config-prettier": "^6.0.0", "babel-eslint": "^10.1.0", "eslint": "^6.7.2", "eslint-plugin-import": "^2.20.2", "eslint-plugin-prettier": "^3.3.1", "eslint-plugin-vue": "^6.2.2", "kw-doc": "3.1.0", "prettier": "^2.2.1", "vue-template-compiler": "^2.6.14", "vuetify-loader": "^1.7.2" }, "bugs": { "url": "https://github.com/kitware/paraview-lite/issues" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "homepage": "https://github.com/kitware/paraview-lite#readme", "keywords": [ "3d", "visualization", "scientific", "paraview", "vtk" ], "license": "BSD-3-Clause", "repository": { "type": "git", "url": "git+https://github.com/kitware/paraview-lite.git" } }