SpeechVR/package.json
dependabot[bot] 362d789bbe
Bump three from 0.84.0 to 0.137.0
Bumps [three](https://github.com/mrdoob/three.js) from 0.84.0 to 0.137.0.
- [Release notes](https://github.com/mrdoob/three.js/releases)
- [Commits](https://github.com/mrdoob/three.js/commits)

---
updated-dependencies:
- dependency-name: three
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-27 16:04:29 +00:00

30 lines
700 B
JSON

{
"name": "speechvr",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"altspace": "^2.9.0",
"express": "^4.16.3"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"html-webpack-plugin": "^3.2.0",
"pleasejs": "^0.4.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"script-loader": "^0.7.2",
"three": "0.137.0",
"webpack": "^4.16.4",
"webpack-dev-middleware": "^3.1.3"
}
}