-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.71 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.71 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "@iprint/monorepo",
"type": "module",
"version": "0.0.0-beta.0",
"packageManager": "pnpm@10.14.0",
"description": "browser printing library",
"author": "Arthur Darkstone<arthurlli@qq.com>",
"license": "MIT",
"keywords": [],
"engines": {
"node": ">=20.18.0",
"pnpm": ">=10.13.1"
},
"scripts": {
"up": "nlx taze",
"down": "DEV=true tsdown",
"dev": "nr down & nr tauri:dev",
"tauri:dev": "pnpm --filter @iprint/tauri run dev",
"tauri:app": "pnpm --filter @iprint/tauri run app",
"tauri:build": "pnpm --filter @iprint/tauri run tauri build",
"clean": "node scripts/clean.mjs",
"lint": "eslint",
"lint:fix": "eslint --fix",
"build": "pnpm run --filter=\"./packages/*\" --parallel build && tsdown",
"build:github": "tsdown && pnpm --filter @iprint/tauri run build:github",
"docs:dev": "vitepress dev docs",
"docs:preview": "vitepress preview docs",
"docs:build": "vitepress build docs --base /iprint/",
"publint": "tsx publint.ts"
},
"devDependencies": {
"@antfu/eslint-config": "catalog:",
"@antfu/ni": "catalog:",
"@iprint/core": "workspace:*",
"@iprint/shared": "workspace:*",
"@iprint/vue": "workspace:*",
"@playwright/test": "^1.61.1",
"@types/node": "catalog:",
"esbuild": "catalog:",
"eslint": "catalog:",
"eslint-factory": "catalog:",
"eslint-plugin-format": "catalog:",
"eslint-plugin-unimport": "catalog:",
"playwright": "^1.61.1",
"prettier": "catalog:",
"rolldown": "catalog:",
"sharp": "^0.35.3",
"taze": "catalog:",
"tsdown": "catalog:",
"typescript": "catalog:",
"unplugin-unused": "catalog:",
"unplugin-vue": "catalog:",
"vitepress": "catalog:"
}
}