Files
shoptime/com.twin.app.shoptime/package.json
optrader 41b7216af5 [251014] feat(actions): [251014] VUI 관련 app build
🕐 커밋 시간: 2025. 10. 14. 15:49:40

📊 변경 통계:
  • 총 파일: 4개
  • 추가: +50줄
  • 삭제: -2줄

📁 추가된 파일:
  + com.twin.app.shoptime/com.lgshop.app_2.0.0_all.ipk

📝 수정된 파일:
  ~ com.twin.app.shoptime/.gitignore
  ~ com.twin.app.shoptime/package.json
  ~ com.twin.app.shoptime/src/actions/voiceActions.js

🔧 함수 변경 내용:
  📄 com.twin.app.shoptime/src/actions/voiceActions.js (javascript):
     Added: handleScrollIntent()
    🔄 Modified: registerVoiceFramework()

🔧 주요 변경 내용:
  • 프로젝트 의존성 관리 개선
  • 핵심 비즈니스 로직 개선

BREAKING CHANGE: API 또는 설정 변경으로 인한 호환성 영향 가능
2025-10-14 15:49:43 +09:00

70 lines
1.7 KiB
JSON

{
"name": "shopping-app-2.0",
"version": "2.0.0",
"description": "ShopTime application for webOS TVs",
"author": "",
"main": "src/index.js",
"scripts": {
"serve": "enact serve",
"pack": "enact clean && enact pack",
"build": "enact pack --production --locales=tv --verbose",
"watch": "enact pack --watch",
"clean": "enact clean",
"lint": "enact lint .",
"license": "enact license",
"test": "enact test",
"test-watch": "enact test --watch",
"postinstall": "patch-package",
"package": "cp webos-meta/appinfo.json dist/ && ares-package dist",
"build-ipk": "npm run build && npm run package",
"install-tv": "ares-install com.lgshop.app_*.ipk -d tv",
"launch-tv": "ares-launch com.lgshop.app -d tv"
},
"license": "UNLICENSED",
"private": true,
"repository": "",
"engines": {
"npm": ">=6.9.0"
},
"enact": {
"theme": "sandstone",
"ri": {
"baseSize": 24
}
},
"eslintIgnore": [
"node_modules/*",
"build/*",
"dist/*"
],
"dependencies": {
"@enact/core": "^3.3.0",
"@enact/i18n": "^3.3.0",
"@enact/sandstone": "^1.5.1",
"@enact/spotlight": "^3.3.0",
"@enact/ui": "^3.3.0",
"@enact/webos": "^3.3.0",
"axios": "^0.21.1",
"dashjs": "^5.0.3",
"google-libphonenumber": "^3.2.34",
"ilib": "^14.3.0",
"lodash": "4.17.21",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"prop-types": "^15.6.2",
"raw-loader": "^4.0.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-player": "^1.15.3",
"react-redux": "^7.2.3",
"redux": "^3.7.2",
"redux-thunk": "2.3.0"
},
"browserslist": [
"chrome 38"
],
"devDependencies": {
"prettier": "^3.5.3"
}
}