-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 951 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
{
"name": "markvite",
"type": "module",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build:pdf": "electron-pdf dist/index.html dist/index.pdf",
"build": "vite build && npm run build:pdf",
"preview": "vite preview",
"lint": "eslint . --ext .md,.vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .eslintignore --fix"
},
"dependencies": {
"github-markdown-css": "^5.4.0",
"vue": "^3.3.8"
},
"devDependencies": {
"@unocss/transformer-directives": "^0.57.5",
"@viarotel-org/eslint-config": "^0.7.0",
"@viarotel-org/unocss-preset-shades": "^0.8.2",
"@vitejs/plugin-vue": "^4.5.0",
"electron-pdf": "^25.0.0",
"eslint": "^8.54.0",
"postcss-nested": "^6.0.1",
"postcss-scss": "^4.0.9",
"unocss": "^0.57.5",
"unplugin-vue-markdown": "^0.25.2",
"vite": "^5.0.0",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-singlefile": "^0.13.5"
}
}