summaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2022-09-19 21:02:33 +0200
committerSanto Cariotti <santo@dcariotti.me>2022-09-19 21:02:33 +0200
commit0a99b1d5da22b8fdec44d14b12377488091758f9 (patch)
treeb761e0e9927eabff2152ffadb53fef153cbfc1fd /package-lock.json
parent6657722d68169ada3f36fff9455413f9cc6d6c53 (diff)
Model info page
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json
index bcf3768..d8c72d5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -13,6 +13,7 @@
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"vue": "^2.6.14",
+ "vue-3d-model": "^1.4.1",
"vue-server-renderer": "^2.6.14",
"vue-template-compiler": "^2.6.14",
"vue-toastification": "^1.7.14",
@@ -17713,6 +17714,11 @@
"url": "https://opencollective.com/webpack"
}
},
+ "node_modules/three": {
+ "version": "0.135.0",
+ "resolved": "https://registry.npmjs.org/three/-/three-0.135.0.tgz",
+ "integrity": "sha512-kuEpuuxRzLv0MDsXai9huCxOSQPZ4vje6y0gn80SRmQvgz6/+rI0NAvCRAw56zYaWKMGMfqKWsxF9Qa2Z9xymQ=="
+ },
"node_modules/through": {
"version": "2.3.8",
"resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
@@ -18487,6 +18493,17 @@
"csstype": "^3.1.0"
}
},
+ "node_modules/vue-3d-model": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/vue-3d-model/-/vue-3d-model-1.4.1.tgz",
+ "integrity": "sha512-IQjpqEjK1OLF/0XgF6O++IvOPLinLQ2aWZQFHxPFoTfPlB4vQW2sgv8EJSqpsIYC/wSCdGlP3CEnv9L3aZHlow==",
+ "dependencies": {
+ "three": "^0.135.0"
+ },
+ "peerDependencies": {
+ "vue": ">=2.0.0"
+ }
+ },
"node_modules/vue-client-only": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/vue-client-only/-/vue-client-only-2.1.0.tgz",
@@ -33795,6 +33812,11 @@
}
}
},
+ "three": {
+ "version": "0.135.0",
+ "resolved": "https://registry.npmjs.org/three/-/three-0.135.0.tgz",
+ "integrity": "sha512-kuEpuuxRzLv0MDsXai9huCxOSQPZ4vje6y0gn80SRmQvgz6/+rI0NAvCRAw56zYaWKMGMfqKWsxF9Qa2Z9xymQ=="
+ },
"through": {
"version": "2.3.8",
"resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
@@ -34381,6 +34403,14 @@
"csstype": "^3.1.0"
}
},
+ "vue-3d-model": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/vue-3d-model/-/vue-3d-model-1.4.1.tgz",
+ "integrity": "sha512-IQjpqEjK1OLF/0XgF6O++IvOPLinLQ2aWZQFHxPFoTfPlB4vQW2sgv8EJSqpsIYC/wSCdGlP3CEnv9L3aZHlow==",
+ "requires": {
+ "three": "^0.135.0"
+ }
+ },
"vue-client-only": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/vue-client-only/-/vue-client-only-2.1.0.tgz",