-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.12 KB
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
{
"private": true,
"packageManager": "pnpm@10.18.0+sha512.e804f889f1cecc40d572db084eec3e4881739f8dec69c0ff10d2d1beff9a4e309383ba27b5b750059d7f4c149535b6cd0d2cb1ed3aeb739239a4284a68f40cfa",
"scripts": {
"dev": "pnpm -C web dev",
"build:vue": "pnpm -C packages/vue build",
"build:web": "pnpm -C web build",
"lint": "eslint . --max-warnings 0"
},
"pnpm": {
"overrides": {
"minimatch": ">=10.2.4",
"ajv": ">=8.18.0",
"eslint>ajv": "^6.12.6",
"@eslint/eslintrc>ajv": "^6.12.6",
"rollup": ">=4.59.0",
"brace-expansion": ">=5.0.9",
"lodash": ">=4.18.0",
"picomatch": ">=4.0.4",
"postcss": ">=8.5.18",
"nanoid": ">=3.3.18 <4",
"js-yaml": ">=4.3.1 <5",
"fast-uri": ">=3.1.5 <4"
}
},
"devDependencies": {
"@commitlint/cli": "^21.2.2",
"@commitlint/config-conventional": "^21.2.2",
"@eslint/js": "^10.0.1",
"eslint": "^10.9.0",
"eslint-plugin-vue": "^10.10.0",
"globals": "^17.11.0",
"markdownlint-cli2": "0.23.2",
"typescript": "^6.0.3",
"typescript-eslint": "^8.67.0",
"vue-eslint-parser": "^10.4.1"
}
}