57 lines
1.1 KiB
JSON
57 lines
1.1 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 pack",
|
|
"pack-p": "enact pack -p",
|
|
"watch": "enact pack --watch",
|
|
"clean": "enact clean",
|
|
"lint": "enact lint .",
|
|
"license": "enact license",
|
|
"test": "enact test",
|
|
"test-watch": "enact test --watch"
|
|
},
|
|
"license": "UNLICENSED",
|
|
"private": true,
|
|
"repository": "",
|
|
"engines": {
|
|
"npm": ">=6.9.0"
|
|
},
|
|
"enact": {
|
|
"theme": "sandstone",
|
|
"ri": {
|
|
"baseSize": 24
|
|
}
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "enact-proxy"
|
|
},
|
|
"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",
|
|
"@reduxjs/toolkit": "^2.0.1",
|
|
"axios": "^1.6.5",
|
|
"ilib": "^14.3.0",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-redux": "^9.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-enact-proxy": "^1.0.7"
|
|
}
|
|
}
|