1 Star 1 Fork 0

十二丶/zhuziIot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.88 KB
一键复制 编辑 原始数据 按行查看 历史
张晗宇 提交于 2020-09-17 14:25 . 1
{
"name": "zhuziiot_manange",
"author": "zhy",
"version": "0.1.0",
"description": "柱子物联智能路桩管理系统",
"homepage": ".",
"main": "app/index.js",
"dependencies": {
"@ant-design/icons": "^4.1.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@types/intro.js": "^2.4.6",
"@types/jest": "^24.9.1",
"@types/lodash": "^4.14.157",
"@types/node": "^12.12.39",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.5",
"@typescript-eslint/eslint-plugin": "^3.2.0",
"@typescript-eslint/parser": "^3.2.0",
"ahooks": "^2.5.0",
"antd": "^4.6.2",
"axios": "^0.19.2",
"babel-plugin-import": "^1.13.0",
"customize-cra": "^0.9.1",
"electron-debug": "^3.1.0",
"electron-is-dev": "^1.2.0",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"express": "^4.17.1",
"intro.js": "^2.9.3",
"less": "^3.11.1",
"less-loader": "^5.0.0",
"prettier": "^2.0.5",
"query-string": "^6.12.1",
"react": "^16.13.1",
"react-app-rewired": "^2.1.5",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"typescript": "^3.7.5"
},
"devDependencies": {
"electron": "^10.0.0",
"electron-builder": "^22.8.0",
"eslint-plugin-react-hooks": "^4.1.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"electron:start": "electron .",
"electron:build": "node cp.js && electron-builder --win --x64",
"build:all": "npm run build && npm run electron:build",
"build:git": "npm run build && git add . && git commit -m '1' && git push"
},
"build": {
"productName": "柱子物联智能路桩管理系统",
"appId": "com.xxx.app",
"mac": {
"target": [
"dmg",
"zip"
]
},
"win": {
"target": [
"nsis",
"zip"
],
"extraResources": [
"server/**"
]
},
"files": [
"build/**/*"
],
"extraMetadata": {
"main": "build/index.js"
}
},
"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"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhy19950705/zhuzi-iot.git
git@gitee.com:zhy19950705/zhuzi-iot.git
zhy19950705
zhuzi-iot
zhuziIot
master

搜索帮助