2485ea05bf
Initial commit: SB 프론트엔드 (Vue 3 + Vite) - axios 공통 인스턴스 및 사용자 CRUD API 연동 - Pinia 사용자 스토어, 사용자 관리 화면(UsersView) - /api -> Spring Boot(8080) dev 프록시 구성 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> @
36 lines
803 B
JSON
36 lines
803 B
JSON
{
|
|
"name": "sb_pt",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "run-s lint:*",
|
|
"lint:oxlint": "oxlint . --fix",
|
|
"lint:eslint": "eslint . --fix --cache"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.16.1",
|
|
"pinia": "^3.0.4",
|
|
"vue": "^3.5.32",
|
|
"vue-router": "^5.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@vitejs/plugin-vue": "^6.0.6",
|
|
"eslint": "^10.2.1",
|
|
"eslint-plugin-oxlint": "~1.60.0",
|
|
"eslint-plugin-vue": "~10.8.0",
|
|
"globals": "^17.5.0",
|
|
"npm-run-all2": "^8.0.4",
|
|
"oxlint": "~1.60.0",
|
|
"vite": "^8.0.8",
|
|
"vite-plugin-vue-devtools": "^8.1.1"
|
|
},
|
|
"engines": {
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
}
|
|
}
|