house/package.json

22 lines
498 B
JSON
Raw Normal View History

{
"name": "vr-experiments3",
"version": "0.0.0",
"description": "vr experiments 3",
"scripts": {
"rollup": "rollup -c",
"rollup:watch": "rollup -c -w",
2023-01-05 09:09:59 +00:00
"prepare": "yarn run rollup"
},
"author": "Tony Garnock-Jones <tonyg@leastfixedpoint.com>",
"dependencies": {
"@babylonjs/core": "5"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "15.0",
2023-01-05 09:09:59 +00:00
"@rollup/plugin-typescript": "10.0",
"rollup": "3.8",
2023-01-05 09:09:59 +00:00
"tslib": "2.4",
"typescript": "4.9"
}
}