-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.25 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "@ruan-cat/root",
"author": "阮喵喵",
"description": "rmmv项目的monorepo单仓。用于测试实验各种东西。",
"version": "0.0.1",
"private": true,
"main": "index.js",
"type": "module",
"packageManager": "[email protected]",
"engines": {
"node": ">=20.15.1",
"vscode": "^1.22.0",
"pnpm": ">=9.5.0"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
},
"keywords": [
"drill-up",
"monorepo"
],
"scripts": {
"preinstall": "npm run corepack:pnpm && npx only-allow pnpm",
"code-workspace:create": "node --import=tsx ./scripts/generate.code-workspace.ts --name=rm具体项目工作区",
"corepack:pnpm": "corepack enable && corepack install",
"git:fetch": "git fetch -p",
"up:@ruan-cat/": "pnpm -r -w up @ruan-cat/*@latest",
"rm:node_modules": "pnpm -r rm:node_modules && rimraf node_modules pnpm-lock.yaml",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prettier": "prettier --write .",
"deploy-vercel": "node --import=tsx ./scripts/vercel-deploy-tool.ts --env-path=.env.deploy-vercel"
},
"dependencies": {
"@ruan-cat/utils": "^1.3.0",
"lodash-es": "^4.17.21",
"pinia-plugin-persistedstate": "^3.2.1"
},
"devDependencies": {
"@antfu/eslint-config": "^2.21.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.5.0",
"@ruan-cat/generate-code-workspace": "^0.2.1",
"@ruan-cat/vercel-deploy-tool": "^0.5.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.8",
"@vuepress/bundler-vite": "2.0.0-rc.14",
"commitizen": "^4.3.1",
"cpx2": "^7.0.1",
"cross-env": "^7.0.3",
"cz-git": "^1.11.0",
"eslint": "^9.5.0",
"eslint-config-flat-gitignore": "^0.1.5",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.0.5",
"eslint-plugin-format": "^0.1.2",
"eslint-plugin-jsdoc": "^48.4.0",
"eslint-plugin-prettier": "^5.1.3",
"markdown-it": "^14.1.0",
"mkdirp": "^3.0.1",
"prettier": "^3.3.2",
"prettier-plugin-lint-md": "^1.0.1",
"rimraf": "^5.0.7",
"shx": "^0.3.4",
"tsx": "^4.19.2",
"turbo": "^2.0.5",
"type-plus": "^7.6.2",
"typescript": "^5.5.2",
"typescript-lodash": "^0.2.2",
"vercel": "^34.2.7",
"vite": "^5.3.1",
"vite-plugin-vue-devtools": "^7.3.7",
"vue": "^3.4.30",
"vuepress": "2.0.0-rc.14",
"vuepress-theme-hope": "2.0.0-rc.50"
}
}