-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 765 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 765 Bytes
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
{
"name": "mdello",
"private": true,
"type": "module",
"packageManager": "yarn@4.12.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"format": "biome check --write .",
"lint": "biome check .",
"preview": "vite preview",
"test": "node --experimental-strip-types --test",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"highlight.js": "^11.12.0",
"idb-keyval": "^6.3.0",
"js-yaml": "^5.3.0",
"markdown-it": "^15.0.0",
"vue": "^3.5.41"
},
"devDependencies": {
"@biomejs/biome": "2.5.9",
"@types/markdown-it": "^14.1.2",
"@types/node": "^26.2.0",
"@vitejs/plugin-vue": "^6.0.8",
"typescript": "^5",
"vite": "^8.2.1",
"vue-tsc": "^3.3.9"
}
}