mirror of
https://github.com/robonen/canvas-3d.git
synced 2026-03-20 02:44:40 +00:00
33 lines
846 B
JSON
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.1",
|
|
"sass": "^1.94.0",
|
|
"vue": "^3.5.24",
|
|
"vue-router": "^4.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"husky": "^9.1.7",
|
|
"prettier": "^3.6.2",
|
|
"typescript": "^5.9.3",
|
|
"vue-tsc": "^3.1.3"
|
|
}
|
|
}
|