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

View File

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