{ "name": "vite-react-cornerstone-3d", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build && cp dist/index.js /home/ross/penracourses/rad/rad/static/dv3d/index.js", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "dependencies": { "@cornerstonejs/calculate-suv": "^1.1.0", "@cornerstonejs/core": "^3.19.5", "@cornerstonejs/dicom-image-loader": "^3.19.5", "@cornerstonejs/nifti-volume-loader": "^3.19.5", "@cornerstonejs/tools": "^3.19.5", "@cornerstonejs/codec-libjpeg-turbo-8bit": "^1.2.2", "@cornerstonejs/codec-charls": "^1.2.3", "@cornerstonejs/codec-openjpeg": "^1.2.4", "dcmjs": "0.33.0", "dicom-parser": "1.8.21", "dicomweb-client": "0.10.4", "react": "^18.2.0", "react-dom": "^18.2.0", "vite-plugin-wasm": "^3.3.0" }, "devDependencies": { "@babel/preset-react": "^7.25.9", "@originjs/vite-plugin-commonjs": "^1.0.3", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^28.0.1", "@rollup/plugin-node-resolve": "^15.3.0", "@rollup/plugin-typescript": "^12.1.1", "@rollup/plugin-wasm": "^6.2.2", "@types/react": "^18.2.66", "@types/react-dom": "^18.2.22", "@typescript-eslint/eslint-plugin": "^7.2.0", "@typescript-eslint/parser": "^7.2.0", "@vitejs/plugin-react": "^4.2.1", "eslint": "^8.57.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.6", "rollup": "^4.24.3", "rollup-plugin-copy": "^3.5.0", "rollup-plugin-dts": "^6.1.1", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "typescript": "^5.6.3", "vite": "^5.2.0", "vite-plugin-static-copy": "^1.0.5" } }