29 lines
845 B
JSON
29 lines
845 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"dev:showcase": "turbo run dev:showcase --ui tui",
|
|
"preview:showcase": "turbo run preview:showcase --ui tui",
|
|
"dev:directory": "turbo run dev:directory --ui tui",
|
|
"preview:directory": "turbo run preview:directory --ui tui",
|
|
"preview": "http-server ./dist",
|
|
"lint": "turbo run lint",
|
|
"update": "turbo run update",
|
|
"init": "turbo run init",
|
|
"download:game": "turbo run download:game",
|
|
"upload": "turbo run upload",
|
|
"download:data": "turbo run download:data",
|
|
"deploy": "turbo run deploy"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^9.25.1",
|
|
"http-server": "^14.1.1",
|
|
"prettier": "^3.5.3",
|
|
"stylelint": "^16.19.1",
|
|
"turbo": "^2.5.2"
|
|
},
|
|
"packageManager": "pnpm@10.4.1",
|
|
"name": "aklive2d",
|
|
"type": "module"
|
|
}
|