Some checks failed
Deploy Production / deploy (push) Failing after 1m11s
- Added canvasId prop to DesignerCanvas for identifying multiple canvases. - Implemented active view selection (front, top, left, right) in designer page. - Updated DesignerCanvas to maintain aspect ratio and dimensions based on view. - Integrated @google/model-viewer for 3D model rendering on the index page. - Refactored useSlipmatDesigner to manage multiple canvases and their states. - Added LAMESA.glb model file for 3D representation. - Updated package.json and package-lock.json to include @google/model-viewer dependency.
25 lines
552 B
JSON
25 lines
552 B
JSON
{
|
|
"name": "tablejerseys-web",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare"
|
|
},
|
|
"dependencies": {
|
|
"@google/model-viewer": "^4.1.0",
|
|
"@nuxtjs/color-mode": "^3.5.2",
|
|
"@tailwindcss/vite": "^4.1.16",
|
|
"fabric": "^6.0.2",
|
|
"firebase": "^12.5.0",
|
|
"nuxt": "^4.2.0",
|
|
"stripe": "^19.3.0",
|
|
"tailwindcss": "^4.1.16",
|
|
"vue": "^3.5.22",
|
|
"vue-router": "^4.6.3"
|
|
}
|
|
}
|