starting on menu-controls

This commit is contained in:
Kevin Ngo
2018-10-02 17:42:12 -07:00
parent dc97bdb1aa
commit 2720de0294
5 changed files with 165 additions and 1 deletions

27
package-lock.json generated
View File

@@ -8,6 +8,16 @@
"resolved": "https://registry.npmjs.org/@tweenjs/tween.js/-/tween.js-16.11.0.tgz",
"integrity": "sha1-bnqKPWx4oFfs1WBQh5MEBtTgWAA="
},
"@types/estree": {
"version": "0.0.39",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz",
"integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw=="
},
"@types/node": {
"version": "10.11.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.11.3.tgz",
"integrity": "sha512-3AvcEJAh9EMatxs+OxAlvAEs7OTy6AG94mcH1iqyVDwVVndekLxzwkWQ/Z4SDbY6GO2oyUXyWW8tQ4rENSSQVQ=="
},
"a-sync-waterfall": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/a-sync-waterfall/-/a-sync-waterfall-1.0.0.tgz",
@@ -193,6 +203,14 @@
}
}
},
"aframe-thumb-controls-component": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/aframe-thumb-controls-component/-/aframe-thumb-controls-component-1.1.0.tgz",
"integrity": "sha512-qm66UizRn3y7REMtP4EFyI8X7GJlIAicQqSShCC/1pukMtWQ3tknQzFXYqN2unst7Lr0GG+MnYg5mE6BsRacyg==",
"requires": {
"rollup": "^0.59.1"
}
},
"agentkeepalive": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-2.2.0.tgz",
@@ -9003,6 +9021,15 @@
"inherits": "^2.0.1"
}
},
"rollup": {
"version": "0.59.4",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-0.59.4.tgz",
"integrity": "sha512-ISiMqq/aJa+57QxX2MRcvLESHdJ7wSavmr6U1euMr+6UgFe6KM+3QANrYy8LQofwhTC1I7BcAdlLnDiaODs1BA==",
"requires": {
"@types/estree": "0.0.39",
"@types/node": "*"
}
},
"run-async": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/run-async/-/run-async-0.1.0.tgz",