Files
sori.studio/package.json
zenn b6a3228b09 v1.3.2: 어나운스 바 슬라이드·설정 내비 아이콘
어나운스 바는 숨김 확인 후 슬라이드 인/아웃하고 7일간 보지 않기를 지원한다. 설정 좌측 내비에 타임존·메인 화면·어나운스·Import/Export·스팸 필터 아이콘을 추가한다.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-19 16:23:20 +09:00

33 lines
867 B
JSON

{
"name": "sori.studio",
"version": "1.3.2",
"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",
"lint": "node scripts/check-js-syntax.js",
"test": "npm run build",
"verify": "npm run lint && npm run test",
"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"
}
}