-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 880 Bytes
/
package.json
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": "4.2.1",
"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.0",
"@vitejs/plugin-vue": "^4.0.0",
"md-editor-v3": "^4.18.0-4",
"sass": "^1.57.1",
"vite": "^4.0.4",
"vue": "^3.2.45"
},
"prettier": {
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"semi": true,
"printWidth": 100,
"proseWrap": "never",
"endOfLine": "auto"
}
}