55 lines
1.6 KiB
JSON
55 lines
1.6 KiB
JSON
{
|
|
"name": "playground",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"test": "vitest",
|
|
"lint": "prettier --check . && eslint .",
|
|
"format": "prettier --write .",
|
|
"model-pipeline:run": "node scripts/model-pipeline.js"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/adapter-auto": "^3.0.0",
|
|
"@sveltejs/kit": "^2.0.0",
|
|
"@sveltejs/vite-plugin-svelte": "^3.0.0",
|
|
"@tailwindcss/typography": "^0.5.13",
|
|
"@theatre/core": "^0.7.1",
|
|
"@theatre/studio": "^0.7.1",
|
|
"@threlte/theatre": "^2.1.7",
|
|
"@types/eslint": "^8.56.0",
|
|
"@types/three": "^0.159.0",
|
|
"@typescript-eslint/eslint-plugin": "^7.0.0",
|
|
"@typescript-eslint/parser": "^7.0.0",
|
|
"autoprefixer": "^10.4.19",
|
|
"daisyui": "^4.11.1",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-svelte": "^2.35.1",
|
|
"postcss": "^8.4.38",
|
|
"prettier": "^3.1.1",
|
|
"prettier-plugin-svelte": "^3.1.2",
|
|
"svelte": "^4.2.7",
|
|
"svelte-check": "^3.6.0",
|
|
"tailwindcss": "^3.4.3",
|
|
"tslib": "^2.4.1",
|
|
"typescript": "^5.0.0",
|
|
"vite": "^5.0.3",
|
|
"vitest": "^1.2.0"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@dimforge/rapier3d-compat": "^0.11.2",
|
|
"@threlte/core": "^7.3.0",
|
|
"@threlte/extras": "^8.11.2",
|
|
"@threlte/rapier": "^2.0.0",
|
|
"mdsvex": "^0.11.0",
|
|
"three": "^0.159.0",
|
|
"three-inspect": "^0.4.5"
|
|
}
|
|
}
|