|
| 1 | +{ |
| 2 | + "name": "pointcloud-diff-benchmark-test", |
| 3 | + "version": "1.1.0", |
| 4 | + "description": "A web application for visualizing and comparing point cloud data.", |
| 5 | + "author": "Leo Arnal--Anger", |
| 6 | + "private": true, |
| 7 | + "scripts": { |
| 8 | + "compress-img": "node scripts/compressor.js", |
| 9 | + "convert-pts": "node scripts/convertPtsToJson.js", |
| 10 | + "dev": "next dev", |
| 11 | + "build": "node scripts/convertPtsToJson.js && cross-env NODE_OPTIONS=\"--max-old-space-size=8192\" STATIC_BUILD=false next build", |
| 12 | + "build-simple": "STATIC_BUILD=false next build && touch out/.nojekyll", |
| 13 | + "start": "next start", |
| 14 | + "lint": "next lint", |
| 15 | + "deploy": "node scripts/convertPtsToJson.js && cross-env NODE_OPTIONS=\"--max-old-space-size=8192\" STATIC_BUILD=false next build && touch out/.nojekyll", |
| 16 | + "build-portable-simple": "STATIC_BUILD=true next build && node scripts/preparePortable.js", |
| 17 | + "build-portable": "node scripts/convertPtsToJson.js && cross-env NODE_OPTIONS=\"--max-old-space-size=8192\" STATIC_BUILD=true next build && node scripts/preparePortable.js", |
| 18 | + "image-compression": "node scripts/compressor.js" |
| 19 | + }, |
| 20 | + "dependencies": { |
| 21 | + "@radix-ui/react-accordion": "^1.2.0", |
| 22 | + "@radix-ui/react-dialog": "^1.1.1", |
| 23 | + "@radix-ui/react-dropdown-menu": "^2.0.6", |
| 24 | + "@radix-ui/react-label": "^2.1.0", |
| 25 | + "@radix-ui/react-menubar": "^1.0.4", |
| 26 | + "@radix-ui/react-scroll-area": "^1.0.5", |
| 27 | + "@radix-ui/react-select": "^2.0.0", |
| 28 | + "@radix-ui/react-separator": "^1.0.3", |
| 29 | + "@radix-ui/react-slider": "^1.1.2", |
| 30 | + "@radix-ui/react-slot": "^1.0.2", |
| 31 | + "@radix-ui/react-switch": "^1.1.0", |
| 32 | + "@radix-ui/react-tabs": "^1.0.4", |
| 33 | + "@radix-ui/react-tooltip": "^1.2.0", |
| 34 | + "@react-three/drei": "^9.106.0", |
| 35 | + "@react-three/fiber": "^8.16.8", |
| 36 | + "@types/styled-components": "^5.1.34", |
| 37 | + "@types/three": "^0.165.0", |
| 38 | + "class-variance-authority": "^0.7.0", |
| 39 | + "clsx": "^2.1.1", |
| 40 | + "d3": "^7.9.0", |
| 41 | + "lucide-react": "^0.378.0", |
| 42 | + "next": "^14.2.3", |
| 43 | + "next-themes": "^0.3.0", |
| 44 | + "react": "^18", |
| 45 | + "react-dom": "^18.3.1", |
| 46 | + "react-plotly.js": "^2.6.0", |
| 47 | + "react-resizable-panels": "^2.0.19", |
| 48 | + "sharp": "^0.33.5", |
| 49 | + "styled-components": "^6.1.11", |
| 50 | + "tailwind-merge": "^2.3.0", |
| 51 | + "tailwindcss-animate": "^1.0.7", |
| 52 | + "three": "^0.165.0" |
| 53 | + }, |
| 54 | + "devDependencies": { |
| 55 | + "@types/d3": "^7.4.3", |
| 56 | + "@types/node": "^20", |
| 57 | + "@types/plotly.js": "^2.29.4", |
| 58 | + "@types/plotly.js-basic-dist": "^1.54.4", |
| 59 | + "@types/react": "^18", |
| 60 | + "@types/react-dom": "^18", |
| 61 | + "@types/react-plotly.js": "^2.6.3", |
| 62 | + "eslint": "^8", |
| 63 | + "eslint-config-next": "14.2.3", |
| 64 | + "postcss": "^8", |
| 65 | + "serve": "^14.2.3", |
| 66 | + "tailwindcss": "^3.4.1", |
| 67 | + "typescript": "^5" |
| 68 | + } |
| 69 | +} |
0 commit comments