-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
81 lines (81 loc) · 2.57 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "lly_blog",
"type": "module",
"version": "1.5.0",
"description": "vite + vue3 + ts 开箱即用现代开发模板",
"scripts": {
"dev": "vite",
"build": "vite build",
"postinstall": "npm run build",
"dev:host": "vite --host",
"dev:open": "vite --open",
"preview": "vite preview",
"deps:fresh": "npx taze -w",
"typecheck": "vue-tsc --noEmit",
"deps:fresh:major": "npx taze major -w",
"deps:fresh:minor": "npx taze minor -w",
"deps:fresh:patch": "npx taze patch -w",
"preview:host": "vite preview --host",
"preview:open": "vite preview --open",
"lint": "eslint ./src ./build",
"lint:fix": "eslint ./src ./build --fix"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@babel/core": "^7.25.8",
"@babel/generator": "^7.25.7",
"@babel/parser": "^7.25.8",
"@babel/traverse": "^7.25.7",
"@babel/types": "^7.25.8",
"@iconify-json/ant-design": "^1.2.2",
"@iconify-json/carbon": "^1.2.3",
"@iconify-json/fluent-emoji-flat": "^1.2.1",
"@iconify-json/line-md": "^1.2.2",
"@rollup/plugin-terser": "^0.4.4",
"@shikijs/markdown-it": "^1.22.0",
"@types/babel__core": "^7.20.5",
"@types/babel__generator": "^7.6.8",
"@types/babel__traverse": "^7.20.6",
"@types/markdown-it": "^14.1.2",
"@types/markdown-it-link-attributes": "^3.0.5",
"@types/node": "^22.7.7",
"@types/nprogress": "^0.2.3",
"@types/rss": "^0.0.32",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/compiler-sfc": "^3.5.12",
"@vue/runtime-core": "^3.5.12",
"@vueuse/core": "^11.1.0",
"@windicss/plugin-animations": "^1.0.9",
"aplayer-ts": "^2.4.5",
"art-template": "^4.13.2",
"eslint": "^9.13.0",
"eslint-plugin-vue": "^9.29.1",
"frontmatter": "^0.0.3",
"image-size": "^1.1.1",
"katex": "^0.16.11",
"lightningcss": "^1.27.0",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-texmath": "^1.0.0",
"naive-ui": "^2.40.1",
"nprogress": "^0.2.0",
"rollup-plugin-visualizer": "^5.12.0",
"rss": "^1.2.2",
"terser": "^5.36.0",
"typescript": "^5.6.3",
"unplugin-auto-import": "^0.18.3",
"unplugin-icons": "^0.19.3",
"unplugin-vue-components": "^0.27.4",
"unplugin-vue-markdown": "^0.26.2",
"vite": "^5.4.9",
"vite-plugin-pages": "^0.32.3",
"vite-plugin-pwa": "^0.20.5",
"vite-plugin-vsharp": "^1.8.1",
"vite-plugin-windicss": "^1.9.3",
"vue": "^3.5.12",
"vue-router": "^4.4.5",
"vue-tsc": "^2.1.6",
"windicss": "^3.5.6"
}
}