- .auth-form-input 전역 클래스(글자색·캐럿·placeholder·autofill) - 토글 버튼 scoped CSS로 고정, signup 패널 보더·배경·color-scheme - v0.0.62 문서 반영 Co-authored-by: Cursor <cursoragent@cursor.com>
25 lines
614 B
JSON
25 lines
614 B
JSON
{
|
|
"name": "sori.studio",
|
|
"version": "0.0.62",
|
|
"private": true,
|
|
"type": "module",
|
|
"imports": {
|
|
"#internal/nuxt/paths": "./.nuxt/paths.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",
|
|
"nuxt": "^3.21.2",
|
|
"postgres": "^3.4.9",
|
|
"vue": "^3.5.13",
|
|
"vue-router": "^4.5.0",
|
|
"zod": "^3.24.2"
|
|
}
|
|
}
|