{ "name": "canvas3d", "description": "Web application for affine transformations of three-dimensional figures", "bugs": { "url": "https://github.com/robonen/canvas-3d/issues?q=is:open is:issue label:bug" }, "author": "Andrew Robonen ", "license": "MIT", "private": true, "scripts": { "dev": "nuxt dev", "build": "nuxt build", "preview": "nuxt preview", "postinstall": "nuxt prepare", "prepare": "husky install", "type:check": "nuxt typecheck", "style:check": "prettier --check .", "style:fix": "prettier --write ." }, "dependencies": { "nuxt": "^4.3.1", "sass": "^1.97.3", "vue": "^3.5.28", "vue-router": "^5.0.3" }, "devDependencies": { "husky": "^9.1.7", "prettier": "^3.8.1", "typescript": "^5.9.3", "vue-tsc": "^3.2.4" } }