To use this just drop a local image file onto the spot on the add dialog that says "drop here". The panel can't display /ipfs/ URLs, so they appear as broken images. Need to use models to display them.
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "referenceimagevr",
|
|
"version": "0.1.0",
|
|
"description": "Source for referenceImageVR gadget",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "webpack --env=production",
|
|
"start": "webpack --env=dev --watch --progress",
|
|
"dev-server": "http-server ./dist -p 8080 -c-1 --cors"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "",
|
|
"repository": "",
|
|
"devDependencies": {
|
|
"@types/color": "^3.0.0",
|
|
"@types/express": "^4.17.0",
|
|
"@types/react": "^16.8.22",
|
|
"@types/react-dom": "^16.8.4",
|
|
"@types/ws": "^6.0.2",
|
|
"copy-webpack-plugin": "^5.0.3",
|
|
"css-loader": "^3.0.0",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"http-server": "^0.12.3",
|
|
"mini-css-extract-plugin": "^0.7.0",
|
|
"npm": "^6.12.0",
|
|
"source-map-loader": "^0.2.4",
|
|
"style-loader": "^1.2.1",
|
|
"ts-loader": "^6.0.4",
|
|
"tslib": "^1.10.0",
|
|
"typescript": "^4.1.4",
|
|
"webpack": "^4.34.0",
|
|
"webpack-cli": "^3.3.6"
|
|
},
|
|
"dependencies": {
|
|
"@aardvarkxr/aardvark-react": "^1.5.1",
|
|
"@aardvarkxr/aardvark-shared": "^1.5.1",
|
|
"bind-decorator": "^1.0.11",
|
|
"ipfs": "^0.54.2",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"react-dropzone": "^11.3.1"
|
|
}
|
|
}
|