-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
54 lines (54 loc) · 1.52 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
{
"private": true,
"engines": {
"node": ">=20.10.0"
},
"scripts": {
"cz": "bcz",
"build": "turbo run build",
"dev": "turbo run dev",
"lint-fix": "eslint ./packages ./scripts --fix",
"update-version": "tsx scripts/update-version.ts",
"publish-script": "tsx scripts/publish-script.ts"
},
"devDependencies": {
"@antfu/eslint-config": "0.41.0",
"@b-reader/utils": "workspace:^",
"@baicie/commitizen": "^0.1.0",
"@pnpm/find-workspace-packages": "^6.0.9",
"@types/archiver": "^6.0.2",
"@types/i18n": "^0.13.10",
"@types/lodash": "^4.14.202",
"@types/mime-types": "^2.1.4",
"@types/mocha": "^10.0.6",
"@types/node": "~20.10.6",
"@types/tough-cookie": "^4.0.5",
"@types/unzipper": "^0.10.9",
"@types/uuid": "^9.0.7",
"@types/vscode": "^1.85.0",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@vitejs/plugin-vue": "^5.0.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vscode/test-cli": "^0.0.4",
"@vscode/test-electron": "^2.3.8",
"@vscode/vsce": "^2.22.0",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"fast-glob": "^3.3.2",
"lodash": "^4.17.21",
"mime-types": "^2.1.35",
"oxlint": "^0.0.22",
"sass": "^1.69.7",
"semantic-release-vsce": "^5.6.4",
"tsup": "^8.0.1",
"tsx": "^4.7.0",
"turbo": "^1.11.3",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vue": "^3.4.5",
"vue-tsc": "^1.8.27"
},
"version": "0.0.0"
}