-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 879 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 879 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
32
33
34
35
36
37
38
39
40
41
{
"name": "@vavt/markdown-theme",
"version": "5.0.2",
"description": "Themes for md-editor-v3 series",
"scripts": {
"dev": "vite",
"build": "node ./build"
},
"author": {
"name": "zbf",
"url": "https://github.com/imzbf"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imzbf/markdown-theme.git"
},
"bugs": {
"url": "https://github.com/imzbf/markdown-theme/issues"
},
"license": "MIT",
"files": [
"css"
],
"devDependencies": {
"@vavt/vite-plugin-import-markdown": "^1.0.1",
"@vitejs/plugin-vue": "^5.2.3",
"md-editor-v3": "^5.7.0-0",
"sass": "^1.86.0",
"vite": "^6.2.2",
"vue": "^3.5.13"
},
"prettier": {
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"semi": true,
"printWidth": 100,
"proseWrap": "never",
"endOfLine": "auto"
}
}