Scripts/resources/[ps]/ps-housing/ui/package.json

31 lines
796 B
JSON
Raw Permalink Normal View History

2024-12-29 20:28:24 +00:00
{
"name": "would_you_rather",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "1.0.0-next.49",
"@threlte/core": "^5.0.9",
"@threlte/preprocess": "^0.0.2",
"@tsconfig/svelte": "^3.0.0",
"@types/three": "^0.150.1",
"autoprefixer": "^10.4.7",
"magic-string": "^0.30.0",
"postcss": "^8.4.14",
"svelte": "^3.48.0",
"svelte-check": "^2.7.2",
"svelte-preprocess": "^4.10.7",
"svelte-sequential-preprocessor": "^1.0.0",
"tailwindcss": "^3.1.2",
"three": "^0.151.3",
"tslib": "^2.4.0",
"typescript": "^4.7.3",
"vite": "^2.9.12"
}
}