1 Star 0 Fork 0

hl-front / tetris-v3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.47 KB
一键复制 编辑 原始数据 按行查看 历史
hl-front 提交于 2021-10-07 03:25 . feat(update): 提交校验代码规则
{
"name": "tetris-v3",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview",
"test-unit": "jest",
"test-e2e": "cypress open",
"test-e2e-ci": "cypress run",
"test-ct-ci": "cypress run-ct",
"test": "yarn test-unit && yarn test-e2e-ci",
"lint": "eslint --ext .ts,vue src/** --no-error-on-unmatched-pattern"
},
"gitHooks": {
"pre-commit": "lint-staged",
"commit-msg": "node scripts/verifyCommit.js"
},
"lint-staged": {
"*.{ts,vue}": "eslint --fix",
"*": "prettier -w -u"
},
"dependencies": {
"vue": "^3.2.16"
},
"devDependencies": {
"@babel/preset-env": "^7.15.6",
"@babel/preset-typescript": "^7.15.0",
"@cypress/vite-dev-server": "^2.1.1",
"@types/jest": "^27.0.2",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vitejs/plugin-vue": "^1.9.2",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/test-utils": "^2.0.0-rc.15",
"babel-jest": "26.6.3",
"chalk": "^4.1.2",
"cypress": "^8.5.0",
"eslint": "^7.32.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^7.19.0",
"jest": "26.6.3",
"lint-staged": "^11.2.0",
"prettier": "^2.4.1",
"ts-jest": "26.5.1",
"typescript": "^4.4.3",
"vite": "^2.6.0",
"vue-jest": "^5.0.0-alpha.10",
"vue-tsc": "^0.3.0",
"yorkie": "^2.0.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cq3w_com/tetris-v3.git
git@gitee.com:cq3w_com/tetris-v3.git
cq3w_com
tetris-v3
tetris-v3
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891