|
15 | 15 | "lint": "vue-cli-service lint" |
16 | 16 | }, |
17 | 17 | "dependencies": { |
18 | | - "@babylonjs/core": "^4.1.0", |
19 | | - "@babylonjs/loaders": "^4.1.0", |
20 | | - "axios": "^0.21.1", |
21 | | - "core-js": "^3.6.5", |
22 | | - "kotlin": "^1.3.72", |
23 | | - "md5": "^2.2.1", |
24 | | - "npm-check-updates": "^6.0.1", |
25 | | - "v-clipboard": "^2.2.3", |
26 | | - "vue": "^2.6.11", |
27 | | - "vue-authenticate": "^1.4.1", |
28 | | - "vue-axios": "^2.1.5", |
29 | | - "vue-babylonjs": "^1.0.0-beta.7", |
30 | | - "vue-cookie-law": "^1.13.3", |
31 | | - "vue-router": "^3.3.2", |
32 | | - "vuetify": "^2.2.30", |
33 | | - "vuex": "^3.4.0" |
| 18 | + "@babylonjs/core": "4.1.0", |
| 19 | + "@babylonjs/loaders": "4.1.0", |
| 20 | + "axios": "0.21.1", |
| 21 | + "core-js": "3.6.5", |
| 22 | + "kotlin": "1.3.72", |
| 23 | + "md5": "2.2.1", |
| 24 | + "npm-check-updates": "6.0.1", |
| 25 | + "v-clipboard": "2.2.3", |
| 26 | + "vue": "2.6.11", |
| 27 | + "vue-authenticate": "1.4.1", |
| 28 | + "vue-axios": "2.1.5", |
| 29 | + "vue-babylonjs": "1.0.0-beta.7", |
| 30 | + "vue-cookie-law": "1.13.3", |
| 31 | + "vue-router": "3.3.2", |
| 32 | + "vuetify": "2.2.30", |
| 33 | + "vuex": "3.4.0" |
34 | 34 | }, |
35 | 35 | "devDependencies": { |
36 | | - "@vue/cli-plugin-babel": "^4.4.1", |
37 | | - "@vue/cli-plugin-eslint": "^4.5.8", |
38 | | - "@vue/cli-plugin-unit-mocha": "^4.4.1", |
39 | | - "@vue/cli-service": "^4.4.1", |
40 | | - "@vue/test-utils": "^1.0.3", |
41 | | - "git-describe": "^4.0.4", |
42 | | - "babel-eslint": "^10.1.0", |
43 | | - "chai": "^4.2.0", |
44 | | - "eslint": "^6.8.0", |
45 | | - "eslint-plugin-vue": "^6.2.2", |
46 | | - "sass": "^1.26.7", |
47 | | - "sass-loader": "^8.0.2", |
48 | | - "vue-cli-plugin-vuetify": "^2.0.5", |
49 | | - "vue-template-compiler": "^2.6.11", |
50 | | - "vuetify-loader": "^1.4.4" |
| 36 | + "@vue/cli-plugin-babel": "4.4.1", |
| 37 | + "@vue/cli-plugin-eslint": "4.5.8", |
| 38 | + "@vue/cli-plugin-unit-mocha": "4.4.1", |
| 39 | + "@vue/cli-service": "4.4.1", |
| 40 | + "@vue/test-utils": "1.0.3", |
| 41 | + "git-describe": "4.0.4", |
| 42 | + "babel-eslint": "10.1.0", |
| 43 | + "chai": "4.2.0", |
| 44 | + "eslint": "6.8.0", |
| 45 | + "eslint-plugin-vue": "6.2.2", |
| 46 | + "sass": "1.26.7", |
| 47 | + "sass-loader": "8.0.2", |
| 48 | + "vue-cli-plugin-vuetify": "2.0.5", |
| 49 | + "vue-template-compiler": "2.6.11", |
| 50 | + "vuetify-loader": "1.4.4" |
51 | 51 | } |
52 | 52 | } |
0 commit comments