1
0
mirror of https://github.com/robonen/canvas-3d.git synced 2026-03-20 10:54:39 +00:00
Files
canvas-3d/package.json
2025-10-31 15:55:10 +00:00

33 lines
846 B
JSON

{
"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 <robonenandrew@gmail.com>",
"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.2.0",
"sass": "^1.93.3",
"vue": "^3.5.22",
"vue-router": "^4.6.3"
},
"devDependencies": {
"husky": "^9.1.7",
"prettier": "^3.6.2",
"typescript": "^5.9.3",
"vue-tsc": "^3.1.2"
}
}