Files
DataViewCenter/SmartAgriCenter/package.json
T
fanhongcai ef6075a810 v1.5.1: 文传易外链+缩略图改截预览webview+工程整体加密+缩略图压缩
- 配置按钮组新增「文传易」外链(关于之前,系统浏览器打开 http://wenchuanyi.bbitcn.net/)
- 缩略图改为对编辑区预览 webview 直接截图(所见即所得),非当前预览页回退按 URL 截图
- 工程 JSON 整体加密(AES-256-GCM,enc:v1: 覆盖整个 JSON)
- 缩略图压缩 ≤500KB(PNG→JPEG)
- 版本号升至 1.5.1(同步 settings/utils/store/ProjectInfo/AboutPanel 默认值)
- 更新开发进度存档与 MEMORY 至 v1.5.1
2026-08-23 18:40:54 +08:00

35 lines
1.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "smart-agri-center",
"version": "1.5.1",
"description": "智慧农业大数据可视化控制中心(Electron + React + TypeScript",
"main": "./out/main/index.js",
"author": "FanHongCai",
"license": "MIT",
"scripts": {
"dev": "electron-vite dev",
"build": "electron-vite build",
"start": "electron-vite preview",
"typecheck:node": "tsc --noEmit -p tsconfig.node.json --composite false",
"typecheck:web": "tsc --noEmit -p tsconfig.web.json --composite false",
"typecheck": "npm run typecheck:node && npm run typecheck:web",
"pack": "electron-vite build && electron-builder --dir",
"dist": "electron-vite build && electron-builder"
},
"dependencies": {
"react": "^19.2.8",
"react-dom": "^19.2.8",
"zustand": "^5.0.15"
},
"devDependencies": {
"@types/node": "^26.2.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@vitejs/plugin-react": "^5.2.0",
"electron": "^43.4.1",
"electron-builder": "^26.15.3",
"electron-vite": "^5.0.0",
"typescript": "^7.0.2",
"vite": "^7.3.6"
}
}