CoolFace
Apppublic

hkscsheph/GLTF-Voter

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
package.json21 linesDownload Raw Back to root
1{2  "name": "svelte",3  "private": true,4  "version": "0.0.0",5  "type": "module",6  "scripts": {7    "dev": "vite",8    "build": "vite build",9    "preview": "vite preview",10    "check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json"11  },12  "devDependencies": {13    "@sveltejs/vite-plugin-svelte": "^5.0.3",14    "@tsconfig/svelte": "^5.0.4",15    "svelte": "^5.28.1",16    "svelte-check": "^4.1.6",17    "typescript": "~5.8.3",18    "vite": "^6.3.5"19  }20}21