1 Star 2 Fork 0

meetqy / rao-pics

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.52 KB
一键复制 编辑 原始数据 按行查看 历史
meetqy 提交于 2023-12-06 17:04 . 👌 IMPROVE: turbo build
{
"name": "create-t3-turbo",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/meetqy/rao-pics"
},
"scripts": {
"build": "turbo build",
"clean": "git clean -xdf coverage node_modules",
"clean:workspaces": "turbo clean",
"create:pkg": "turbo gen init",
"dev": "turbo dev --parallel --filter='!@rao-pics/docs'",
"format": "turbo format --continue -- --cache --cache-location='node_modules/.cache/.prettiercache'",
"format:fix": "turbo format --continue -- --write --cache --cache-location='node_modules/.cache/.prettiercache'",
"lint": "turbo lint --continue -- --cache --cache-location 'node_modules/.cache/.eslintcache'",
"lint:fix": "turbo lint --continue -- --fix --cache --cache-location 'node_modules/.cache/.eslintcache'",
"releases": "pnpm build && turbo releases --filter electron",
"test": "cross-env NODE_ENV=development vitest run --coverage.enabled",
"test:ui": "cross-env NODE_ENV=development vitest --ui --coverage.enabled",
"typecheck": "turbo typecheck"
},
"prettier": "@rao-pics/prettier-config",
"dependencies": {
"@rao-pics/prettier-config": "workspace:*",
"prettier": "^3.0.2",
"turbo": "^1.11.0",
"typescript": "^5.1.6"
},
"devDependencies": {
"@vitest/coverage-v8": "^1.0.1",
"@vitest/ui": "^1.0.0",
"cross-env": "^7.0.3",
"dotenv-cli": "^7.3.0",
"electron-icon-builder": "^2.0.1",
"vitest": "^1.0.1"
},
"packageManager": "pnpm@8.11.0",
"engines": {
"node": ">=v18.17.0"
}
}
JavaScript
1
https://gitee.com/meetqy/raopics.git
git@gitee.com:meetqy/raopics.git
meetqy
raopics
rao-pics
main

搜索帮助