-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.37 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
{
"name": "Vardar",
"version": "3.0.0",
"private": true,
"type": "module",
"description": "A personal blog framework built on Nuxt.js and Nuxt Content",
"author": "hanyujie2002",
"license": "MIT",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"release": "npm run lint && changelogen --release --minor && git push",
"release:patch": "npm run lint && changelogen --release --patch && git push",
"release:minor": "npm run lint && changelogen --release --minor && git push",
"release:major": "npm run lint && changelogen --release --major && git push",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"format": "prettier --write ."
},
"devDependencies": {
"@iconify-json/catppuccin": "^1.2.4",
"@iconify-json/material-symbols": "^1.2.5",
"@iconify-json/mdi": "^1.2.0",
"@iconify-json/svg-spinners": "^1.2.0",
"@iconify-json/tabler": "^1.2.2",
"@nuxt/content": "^2.13.2",
"@nuxt/devtools": "^1.5.2",
"@nuxt/eslint": "^0.6.0",
"@nuxt/icon": "^1.5.2",
"@nuxt/image": "^1.8.0",
"@nuxtjs/color-mode": "^3.5.1",
"@nuxtjs/i18n": "^8.5.5",
"@nuxtjs/mdc": "^0.9.0",
"@nuxtjs/seo": "2.0.0-rc.23",
"@types/aos": "^3.0.7",
"autoprefixer": "^10.4.20",
"changelogen": "^0.5.7",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.29.1",
"nuxt": "^3.13.2",
"nuxt-easy-lightbox": "^1.0.2",
"nuxt-monaco-editor": "^1.3.1",
"nuxt-toc": "^2.7.2",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"remark-rehype": "^11.1.1",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.2",
"vue": "^3.5.8",
"vue-router": "^4.4.5"
},
"dependencies": {
"@types/lodash-es": "^4.17.12",
"aos": "^2.3.4",
"lodash-es": "^4.17.21",
"mermaid": "^11.3.0",
"postcss-custom-properties": "^14.0.0",
"rehype-katex": "^7.0.0",
"remark-gfm": "^4.0.0",
"remark-github-beta-blockquote-admonitions": "link:remark-github-beta-blockquote-admonitions",
"remark-math": "^6.0.0",
"ufo": "^1.5.4",
"unist-util-visit": "^5.0.0",
"vue-awesome-paginate": "^1.2.0"
},
"packageManager": "[email protected]"
}