- Driver.js 라이브러리 설치 및 Vite 번들 등록 - SamOnboarding JS 모듈 작성 (가이드 정의/실행/상태저장) - 온보딩 도움말기능 관리 페이지 (데모 체험, 개발자 가이드) - RD 대시보드에 온보딩 가이드 시범 적용 - 메뉴 라우트 추가 (/rd/onboarding-guide)
27 lines
688 B
JSON
27 lines
688 B
JSON
{
|
|
"$schema": "https://www.schemastore.org/package.json",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.10",
|
|
"autoprefixer": "^10.4.22",
|
|
"axios": "^1.11.0",
|
|
"concurrently": "^9.0.1",
|
|
"daisyui": "^5.5.5",
|
|
"laravel-vite-plugin": "^2.0.0",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^3.4.17",
|
|
"vite": "^7.0.7"
|
|
},
|
|
"dependencies": {
|
|
"@capacitor/core": "^8.0.0",
|
|
"@capacitor/push-notifications": "^8.0.0",
|
|
"driver.js": "^1.4.0",
|
|
"htmx.org": "^2.0.8"
|
|
}
|
|
}
|