-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.01 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "paraview-lite",
"version": "0.0.0-semantically-release",
"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"
}
}