Upload inicial do TSCUT

This commit is contained in:
root
2026-03-10 11:03:54 +00:00
commit d8d8a3fbce
9 changed files with 4611 additions and 0 deletions

25
package.json Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "tscut",
"version": "1.0.0",
"description": "Otimizador de Plano de Corte 2D",
"scripts": {
"dev": "vite",
"build": "vite build",
"start": "vite preview --port $PORT --host 0.0.0.0",
"preview": "vite preview",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cutting",
"optimizer",
"vite"
],
"author": "admtracksteel",
"license": "ISC",
"type": "module",
"dependencies": {
"papaparse": "^5.5.3",
"vite": "^7.3.1",
"xlsx": "^0.18.5"
}
}