1 Star 0 Fork 1

arkor/electron-react-antd-antv-ts-cli

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 3.25 KB
一键复制 编辑 原始数据 按行查看 历史
HerbertHe 提交于 2020-05-18 15:40 . feat: electron v8.3.0 antd v4.2.3
{
"name": "electron-react-antd-antv-ts-cli",
"version": "0.3.1",
"author": {
"name": "Herbert He",
"email": "Herbert.He0229@gmail.com"
},
"description": "A cli-tool makes you develop electron-react soon!",
"repository": "https://github.com/HerbertHe/electron-react-antd-antv-ts-cli",
"private": true,
"dependencies": {
"@craco/craco": "^5.6.4",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"antd": "^4.2.3",
"bizcharts": "^4.0.3",
"craco-less": "^1.16.0",
"electron-is-dev": "^1.1.0",
"electron-updater": "^4.2.5",
"react": "^16.13.0",
"react-app-rewired": "^2.1.5",
"react-dom": "^16.13.0",
"react-scripts": "3.4.0",
"typescript": "~3.7.2"
},
"build": {
"productName": "electron-react-antd-antv-ts-cli",
"appId": "cn.jieec.eraatc",
"copyright": "copyright © Herbert He",
"directories": {
"output": "dist"
},
"dmg": {
"contents": [
{
"x": 410,
"y": 150,
"type": "link",
"path": "/Applications"
},
{
"x": 130,
"y": 150,
"type": "file"
}
]
},
"win": {
"icon": "build/logo512.png",
"artifactName": "${productName}-Setup-${version}.${ext}",
"target": [
{
"target": "nsis",
"arch": [
"x64"
]
}
]
},
"mac": {
"icon": "build/logo512.icns",
"artifactName": "${productName}-Setup-${version}.${ext}"
},
"linux": {
"icon": "build/logo512",
"artifactName": "${productName}-Setup-${version}.${ext}"
},
"files": [
"dist/**/*"
],
"nsis": {
"oneClick": false,
"allowElevation": true,
"allowToChangeInstallationDirectory": true,
"installerIcon": "build/favicon.ico",
"uninstallerIcon": "build/favicon.ico",
"installerHeaderIcon": "build/favicon.ico",
"createDesktopShortcut": true,
"createStartMenuShortcut": true,
"shortcutName": "Eraatc"
},
"publish": [
{
"provider": "github",
"url": "https://github.com"
}
]
},
"main": "./public/electron.js",
"homepage": ".",
"scripts": {
"react:dev": "craco start",
"react:build": "craco build",
"react:test": "craco test",
"react:eject": "react-scripts eject",
"ele:dev": "nodemon --watch ./public/electron.js --exec concurrently \"wait-on http://localhost:3000 && electron .\" \"cross-env BROWSER=none yarn run react:dev\"",
"build:win64": "yarn react:build && electron-builder --win --x64"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"concurrently": "^5.1.0",
"cross-env": "^7.0.0",
"devtron": "^1.4.0",
"electron": "8.3.0",
"electron-builder": "^22.4.1",
"nodemon": "^2.0.2",
"wait-on": "^4.0.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/arhy/electron-react-antd-antv-ts-cli.git
git@gitee.com:arhy/electron-react-antd-antv-ts-cli.git
arhy
electron-react-antd-antv-ts-cli
electron-react-antd-antv-ts-cli
master

搜索帮助

Live Live