|
@@ -18,6 +18,7 @@
|
|
|
"tippy.js": "^6.3.7",
|
|
|
"vue": "^2.5.2",
|
|
|
"vue-router": "^3.0.1",
|
|
|
+ "vue-typed-js": "^0.1.2",
|
|
|
"vue2-org-tree": "^1.3.6",
|
|
|
"vuex": "^3.6.2"
|
|
|
},
|
|
@@ -13359,6 +13360,11 @@
|
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/typed.js": {
|
|
|
+ "version": "2.0.16",
|
|
|
+ "resolved": "git+ssh://git@github.com/mattboldt/typed.js.git#cd02e533c772e35ad60ee48656b33e610eadaca7",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/typedarray": {
|
|
|
"version": "0.0.6",
|
|
|
"resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
|
|
@@ -13967,6 +13973,14 @@
|
|
|
"integrity": "sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==",
|
|
|
"dev": true
|
|
|
},
|
|
|
+ "node_modules/vue-typed-js": {
|
|
|
+ "version": "0.1.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/vue-typed-js/-/vue-typed-js-0.1.2.tgz",
|
|
|
+ "integrity": "sha512-9kDGuz17uYJghe/1hepRWiWYssgUFtrKnMGPHlWjVRxdvs/d9xYYWMkgzztjhx1R1B33hXkN8ctmkzCYHQ+caA==",
|
|
|
+ "dependencies": {
|
|
|
+ "typed.js": "git+https://github.com/mattboldt/typed.js.git"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/vue2-org-tree": {
|
|
|
"version": "1.3.6",
|
|
|
"resolved": "https://registry.npmjs.org/vue2-org-tree/-/vue2-org-tree-1.3.6.tgz",
|