webos meta

This commit is contained in:
yonghyon
2024-01-18 15:16:23 +09:00
parent 9eda9fb0e6
commit ca8ff39c76
4 changed files with 17 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "shopping-app-2.0",
"version": "1.0.0",
"description": "A general template for an Enact Sandstone application for webOS TVs",
"version": "2.0.0",
"description": "ShopTime application for webOS TVs",
"author": "",
"main": "src/index.js",
"scripts": {
@@ -36,22 +36,19 @@
"dist/*"
],
"dependencies": {
"@enact/core": "^4.7.8",
"@enact/i18n": "^4.7.8",
"@enact/sandstone": "^2.7.12",
"@enact/spotlight": "^4.7.8",
"@enact/ui": "^4.7.8",
"@enact/webos": "^4.7.8",
"@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",
"@reduxjs/toolkit": "^2.0.1",
"axios": "^1.6.5",
"ilib": "npm:ilib-webos@^14.19.0-webos1",
"less": "^4.2.0",
"less-loader": "^12.0.0",
"ilib": "^14.3.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.1.0",
"web-vitals": "^3.5.0"
"react-redux": "^9.1.0"
},
"devDependencies": {
"eslint-config-enact-proxy": "^1.0.7"

View File

@@ -2,8 +2,7 @@ import { useState, useEffect, useCallback } from "react";
import { useDispatch } from "react-redux";
import { Job } from "@enact/core/util";
import LoadingAnimation from "/assets/intro/splash_03_end.webp";
import LoadingAnimation from "../../../assets/intro/splash_03_end.webp";
import css from "./LoadingPanel.module.less";
import classNames from "classnames";
import Cancelable from "@enact/ui/Cancelable";

View File

@@ -1,12 +1,14 @@
{
"id": "workspace",
"version": "1.0.0",
"vendor": "LGE-SVL",
"id": "com.lgshop.app",
"version": "2.0.0",
"vendor": "T-Win",
"type": "web",
"main": "index.html",
"title": "Enact App Template",
"title": "Shop Time",
"icon": "icon.png",
"miniicon": "icon-mini.png",
"largeIcon": "icon-large.png",
"iconColor": "#ffffff",
"disableBackHistoryAPI": true,
"uiRevision": 2
}