-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 961 Bytes
/
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
{
"name": "variant-ally-monorepo",
"version": "2.3.0",
"description": "Enhance Chinese Wikipedia's variant support",
"private": true,
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
"lint": "eslint .",
"type-check": "pnpm -r run type-check",
"build:prod": "pnpm -r run build:prod",
"build:debug": "pnpm -r run build:debug"
},
"author": "diskdance",
"license": "BSD-3-Clause",
"devDependencies": {
"@types/node": "^20.4.6",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.24.1",
"globals": "^15.0.0",
"only-allow": "^1.1.1",
"tslib": "^2.6.0",
"types-mediawiki": "^1.4.0",
"typescript": "^5.1.6",
"typescript-eslint": "^7.6.0"
},
"pnpm": {
"overrides": {
"postcss@<8.4.31": ">=8.4.31",
"@babel/traverse@<7.23.2": ">=7.23.2"
},
"patchedDependencies": {
"@vitejs/[email protected]": "patches/@[email protected]"
}
}
}