1 Star 0 Fork 6

Feldspar_77/toyed-browser-client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.82 KB
一键复制 编辑 原始数据 按行查看 历史
wendraw 提交于 2021-08-21 14:56 . merge request module
{
"name": "toyed-browser-client",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "npm run build && electron ./dist/main.js",
"wp": "webpack",
"wp:watch": "webpack --watch",
"tsc": "tsc",
"tsc:watch": "tsc --watch",
"build": "npm run tsc && npm run wp",
"lint": "eslint --fix -c .eslintrc.js --ext .ts ./src",
"prepare": "husky install",
"test": "jest",
"test:coverage": "jest --collect-coverage"
},
"lint-staged": {
"*.js": [
"npm run lint",
"prettier --write",
"git add"
],
"*.ts?(x)": [
"npm run lint",
"prettier --parser=typescript --write",
"git add"
]
},
"dependencies": {
"deasync": "^0.1.22",
"net": "^1.0.2"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-typescript": "^7.15.0",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@types/deasync": "^0.1.1",
"@types/jest": "^27.0.1",
"@types/node": "^16.6.1",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"babel-loader": "^8.2.2",
"electron": "^13.1.7",
"electron-rebuild": "^3.1.1",
"electron-reloader": "^1.2.1",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-prettier": "^3.4.0",
"husky": "^7.0.0",
"jest": "^27.0.6",
"lint-staged": "^11.1.2",
"prettier": "^2.3.2",
"ts-jest": "^27.0.4",
"ts-loader": "^9.2.5",
"typescript": "^4.3.5",
"webpack": "^5.50.0",
"webpack-cli": "^4.7.2"
},
"keywords": [],
"author": "wendraw",
"license": "MIT"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hust_jyh/toyed-browser-client.git
git@gitee.com:hust_jyh/toyed-browser-client.git
hust_jyh
toyed-browser-client
toyed-browser-client
main

搜索帮助