28 lines
900 B
JSON
28 lines
900 B
JSON
{
|
|
"name": "@aklive2d/showcase",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"dev:showcase": "bunx --bun vite --clearScreen false",
|
|
"build": "mode=build bun runner.ts",
|
|
"build:directory": "mode=build:directory bun runner.ts",
|
|
"preview:showcase": "bunx --bun vite preview",
|
|
"lint": "biome lint --write .",
|
|
"lint:fix": "biome check --write ."
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.9.3"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^7.1.9",
|
|
"@aklive2d/postcss-config": "workspace:*",
|
|
"@aklive2d/config": "workspace:*",
|
|
"@aklive2d/libs": "workspace:*",
|
|
"@aklive2d/assets": "workspace:*",
|
|
"@aklive2d/operator": "workspace:*",
|
|
"@aklive2d/vite-helpers": "workspace:*",
|
|
"@aklive2d/module": "workspace:*"
|
|
}
|
|
} |