Files
TSCUT/package.json

28 lines
601 B
JSON

{
"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": {
"@logto/browser": "^3.0.13",
"@logto/react": "^4.0.14",
"papaparse": "^5.5.3",
"vite": "^7.3.1",
"xlsx": "^0.18.5"
}
}