회원 썸네일 경로 필터를 제거해 관리자 미디어의 회원/썸네일 카테고리에서 업로드 결과를 확인할 수 있게 하고, 설정 프로필 썸네일 UI 개편 및 문서 버전 업데이트를 함께 반영한다. Co-authored-by: Cursor <cursoragent@cursor.com>
30 lines
746 B
JSON
30 lines
746 B
JSON
{
|
|
"name": "sori.studio",
|
|
"version": "0.0.78",
|
|
"private": true,
|
|
"type": "module",
|
|
"imports": {
|
|
"#internal/nuxt/paths": "./.nuxt/paths.mjs",
|
|
"#internal/nitro": {
|
|
"node": "./scripts/node-paths-nitro-shim.mjs"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"dev": "node scripts/dev-server.js",
|
|
"build": "nuxt build",
|
|
"preview": "nuxt preview --dotenv .env.development --host 127.0.0.1 --port 43117",
|
|
"db:migrate:dev": "node scripts/migrate-development-db.js",
|
|
"postinstall": "nuxt prepare"
|
|
},
|
|
"dependencies": {
|
|
"@nuxtjs/tailwindcss": "^6.14.0",
|
|
"bcrypt": "^6.0.0",
|
|
"nuxt": "^3.21.2",
|
|
"postgres": "^3.4.9",
|
|
"sharp": "^0.34.5",
|
|
"vue": "^3.5.13",
|
|
"vue-router": "^4.5.0",
|
|
"zod": "^3.24.2"
|
|
}
|
|
}
|