|
12 | 12 | "build:all": "npm run build:dicom && npm run build" |
13 | 13 | }, |
14 | 14 | "dependencies": { |
15 | | - "@vue/composition-api": "^1.0.0-rc.1", |
16 | | - "core-js": "^3.8.3", |
17 | | - "daikon": "^1.2.42", |
18 | | - "gl-matrix": "^3.3.0", |
19 | | - "itk": "^13.3.1", |
20 | | - "vtk.js": "^16.1.7", |
21 | | - "vue": "^2.6.12", |
22 | | - "vue-notification": "^1.3.20", |
23 | | - "vuetify": "^2.4.3", |
24 | | - "vuex": "^3.6.2" |
| 15 | + "@vue/composition-api": "1.0.0-rc.1", |
| 16 | + "core-js": "3.8.3", |
| 17 | + "daikon": "1.2.42", |
| 18 | + "gl-matrix": "3.3.0", |
| 19 | + "itk": "13.3.1", |
| 20 | + "vtk.js": "16.1.7", |
| 21 | + "vue": "2.6.12", |
| 22 | + "vue-notification": "1.3.20", |
| 23 | + "vuetify": "2.4.3", |
| 24 | + "vuex": "3.6.2" |
25 | 25 | }, |
26 | 26 | "devDependencies": { |
27 | | - "@vue/cli-plugin-babel": "^4.5.11", |
28 | | - "@vue/cli-plugin-eslint": "^4.5.11", |
29 | | - "@vue/cli-plugin-unit-mocha": "^4.5.11", |
30 | | - "@vue/cli-plugin-vuex": "^4.5.11", |
31 | | - "@vue/cli-service": "^4.5.11", |
32 | | - "@vue/eslint-config-airbnb": "^5.3.0", |
33 | | - "@vue/test-utils": "^1.1.2", |
34 | | - "babel-eslint": "^10.1.0", |
35 | | - "chai": "^4.1.2", |
36 | | - "chai-as-promised": "^7.1.1", |
37 | | - "eslint": "^7.18.0", |
38 | | - "eslint-config-prettier": "^7.2.0", |
39 | | - "eslint-plugin-import": "^2.22.1", |
40 | | - "eslint-plugin-vue": "^7.5.0", |
41 | | - "lint-staged": "^10.5.3", |
42 | | - "null-loader": "^4.0.1", |
43 | | - "prettier": "^2.2.1", |
44 | | - "sass": "^1.32.5", |
45 | | - "sass-loader": "^10.1.1", |
46 | | - "shader-loader": "^1.3.1", |
47 | | - "sinon": "^9.2.4", |
48 | | - "sinon-chai": "^3.5.0", |
49 | | - "vue-cli-plugin-vuetify": "^2.1.0", |
50 | | - "vue-template-compiler": "^2.6.12", |
51 | | - "vuetify-loader": "^1.7.1", |
52 | | - "worker-loader": "^3.0.7" |
| 27 | + "@vue/cli-plugin-babel": "4.5.11", |
| 28 | + "@vue/cli-plugin-eslint": "4.5.11", |
| 29 | + "@vue/cli-plugin-unit-mocha": "4.5.11", |
| 30 | + "@vue/cli-plugin-vuex": "4.5.11", |
| 31 | + "@vue/cli-service": "4.5.11", |
| 32 | + "@vue/eslint-config-airbnb": "5.3.0", |
| 33 | + "@vue/test-utils": "1.1.2", |
| 34 | + "babel-eslint": "10.1.0", |
| 35 | + "chai": "4.1.2", |
| 36 | + "chai-as-promised": "7.1.1", |
| 37 | + "eslint": "7.18.0", |
| 38 | + "eslint-config-prettier": "7.2.0", |
| 39 | + "eslint-plugin-import": "2.22.1", |
| 40 | + "eslint-plugin-vue": "7.5.0", |
| 41 | + "lint-staged": "10.5.3", |
| 42 | + "null-loader": "4.0.1", |
| 43 | + "prettier": "2.2.1", |
| 44 | + "sass": "1.32.5", |
| 45 | + "sass-loader": "10.1.1", |
| 46 | + "shader-loader": "1.3.1", |
| 47 | + "sinon": "9.2.4", |
| 48 | + "sinon-chai": "3.5.0", |
| 49 | + "vue-cli-plugin-vuetify": "2.1.0", |
| 50 | + "vue-template-compiler": "2.6.12", |
| 51 | + "vuetify-loader": "1.7.1", |
| 52 | + "worker-loader": "3.0.7" |
53 | 53 | }, |
54 | 54 | "gitHooks": { |
55 | 55 | "pre-commit": "lint-staged" |
|
0 commit comments