gtajesgenga-ami.js
Version:
1. [Hello AMI](#hello-ami) 2. [Features](#features) 3. [Usage](#yarn) 4. [Developer corner](#developer-corner) 5. [Change log](#change-log) 6. [Credits](#credits) 7. [Citations](#citations)
20 lines (19 loc) • 398 B
JSON
{
"name": "ami-lesson-01",
"version": "1.0.0",
"description": "Visualiza DICOM in 3D",
"main": "index.html",
"scripts": {
"start": "parcel index.html --open"
},
"dependencies": {
"parcel": "^1.10.3"
},
"devDependencies": {
"@types/three": "0.92.23",
"babel-core": "^6.26.3",
"parcel-bundler": "^1.6.1"
},
"keywords": [],
"template": "create-react-app"
}