Files
rcs5.0_new/tool/theme/electron/package.json
T
2025-05-19 17:29:51 +08:00

23 lines
663 B
JSON

{
"name": "@erayt/titanOne3.5-package-theme",
"version": "0.3.0",
"description": "titanOne3.5多应用自定义主题打包.",
"scripts": {
"build": "npm run compile:electron && npm run compile:asar",
"compile:asar": "easar pack temp ../../../dist/electron/theme.asar",
"compile:electron": "grunt build --force"
},
"author": "SCM",
"license": "ISC",
"dependencies": {
"@erayt/antd": "~3.19.15",
"@erayt/eui3.0-customize-themes": "^1.0.0",
"grunt": "^1.0.3",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^0.8.2",
"load-grunt-tasks": "^4.0.0",
"time-grunt": "^1.4.0"
},
"devDependencies": {}
}