-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 2.86 KB
/
package.json
File metadata and controls
99 lines (99 loc) · 2.86 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "mark-pro",
"version": "0.0.9",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"next": "bumpp",
"fix": "prettier --write .",
"prepare": "husky"
},
"nano-staged": {
"*.{js,jsx,vue,ts,md,json,html}": [
"prettier --write"
]
},
"license": "MIT",
"dependencies": {
"codejar": "^4.2.0",
"dom-to-image": "^2.6.0",
"downloadjs": "^1.4.7",
"highlight.js": "^11.11.1",
"html2pdf.js": "^0.14.0",
"marked": "^14.1.4",
"md-to-quill-delta": "^1.1.1",
"quill": "^2.0.3",
"quill-delta-to-html": "^0.12.1",
"quilljs-markdown": "^1.2.0",
"turndown": "^7.2.0",
"vue": "^3.5.13"
},
"devDependencies": {
"@barelyhuman/prettier-config": "^2.0.2",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/compiler-sfc": "^3.5.13",
"autoprefixer": "^10.4.20",
"bumpp": "^9.11.1",
"cssnano": "^7.0.6",
"husky": "^9.1.7",
"nano-staged": "^0.8.0",
"postcss": "^8.5.3",
"prettier": "^3.5.2",
"tailwindcss": "^3.4.17",
"terser": "^5.39.0",
"vite": "^6.2.0"
},
"resolutions": {
"trim": "1.0.1",
"micromatch": ">=4.0.8",
"dompurify": ">=2.5.0",
"braces": ">=3.0.3"
},
"pnpm": {
"overrides": {
"trim": "1.0.1",
"micromatch": ">=4.0.8",
"dompurify": ">=2.5.0",
"braces": ">=3.0.3",
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
"nanoid@<3.3.8": ">=3.3.8",
"dompurify@<3.2.4": ">=3.2.4",
"esbuild@<=0.24.2": ">=0.25.0",
"vite@>=5.0.0 <=5.4.11": ">=5.4.12",
"canvg@<3.0.11": ">=3.0.11",
"jspdf@<3.0.1": ">=3.0.1",
"vite@>=6.2.0 <6.2.3": ">=6.2.3",
"vite@>=6.2.0 <6.2.4": ">=6.2.4",
"vite@>=6.2.0 <6.2.6": ">=6.2.6",
"@babel/runtime@<7.26.10": ">=7.26.10",
"vite@>=6.2.0 <=6.2.6": ">=6.2.7",
"vite@>=6.2.0 <6.2.5": ">=6.2.5",
"brace-expansion@>=2.0.0 <=2.0.1": ">=2.0.2",
"vite@>=6.0.0 <=6.3.5": ">=6.3.6",
"jspdf@<=3.0.1": ">=3.0.2",
"vite@>=6.0.0 <=6.4.0": ">=6.4.1",
"js-yaml@>=4.0.0 <4.1.1": ">=4.1.1",
"glob@>=10.2.0 <10.5.0": ">=10.5.0",
"html2pdf.js@<0.14.0": ">=0.14.0",
"tar@<=7.5.2": ">=7.5.3",
"jspdf@<=3.0.4": ">=4.0.0",
"tar@<=7.5.3": ">=7.5.4",
"lodash-es@>=4.0.0 <=4.17.22": ">=4.17.23",
"tar@<7.5.7": ">=7.5.7",
"jspdf@<=4.0.0": ">=4.1.0",
"@isaacs/brace-expansion@<=5.0.0": ">=5.0.1",
"jspdf@<4.2.0": ">=4.2.0",
"tar@<7.5.8": ">=7.5.8",
"minimatch@>=10.0.0 <10.2.1": ">=10.2.1",
"rollup@>=4.0.0 <4.59.0": ">=4.59.0",
"minimatch@>=10.0.0 <10.2.3": ">=10.2.3"
},
"onlyBuiltDependencies": [
"core-js",
"esbuild"
]
},
"packageManager": "pnpm@10.19.0+sha512.c9fc7236e92adf5c8af42fd5bf1612df99c2ceb62f27047032f4720b33f8eacdde311865e91c411f2774f618d82f320808ecb51718bfa82c060c4ba7c76a32b8"
}