forked from MMRLApp/MMRLApp.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 702 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 702 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
{
"name": "mmrl_website",
"version": "1.0.0",
"description": "MMRL official website: https://mmrl.dev",
"main": "index.js",
"repository": "https://github.com/MMRLApp/MMRLApp.github.io",
"author": "Der_Googler",
"license": "MIT",
"devDependencies": {
"@modyfi/vite-plugin-yaml": "^1.1.0",
"sync-request": "^6.1.0",
"terser": "^5.44.1",
"vitepress": "^1.6.3",
"vitepress-plugin-pagefind": "^0.4.13",
"vue": "^3.5.13",
"yaml": "^2.7.0"
},
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"type": "module",
"dependencies": {
"markdown-it": "^14.1.0"
}
}