-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
71 lines (71 loc) · 1.82 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
{
"name": "mgear-blogs",
"description": "Lionad-Morotar's Blog",
"author": "Lionad <1806234223@qq.com>",
"private": true,
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "nuxt build",
"dev": "nuxt dev --port 8080 --host",
"serve": "pnpm dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"typecheck": "nuxt typecheck",
"post": "npm run build && npm run upload",
"lint": "eslint . --fix && npx case-police \"**/*.md\" --fix"
},
"dependencies": {
"@iconify-json/heroicons": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.24",
"@nuxt/content": "^2.13.4",
"@nuxt/image": "^1.9.0",
"@nuxt/ui-pro": "^1.7.0",
"@nuxtjs/feed": "^2",
"@nuxtjs/fontaine": "^0.4.4",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/mdc": "^0.13.5",
"axios": "^1.7.9",
"mermaid": "^11.4.1",
"modern-css-reset": "^1.4.0",
"nuxt": "^3.15.4",
"nuxt-gtag": "^3.0.2",
"nuxt-og-image": "^4.1.2",
"stylus": "^0.64.0",
"svg2roughjs": "^3.2.1"
},
"devDependencies": {
"@nuxt/devtools": "^1.7.0",
"@nuxt/eslint-config": "^0.7.6",
"@nuxthq/studio": "^2.2.1",
"@nuxtjs/sitemap": "^7.2.5",
"@vueuse/core": "^12.7.0",
"eslint": "^9.20.1",
"nuxt-feedme": "^1.0.1",
"only-allow": "^1.2.1",
"sass": "^1.85.0",
"vue-tsc": "^2.2.2"
},
"overrides": {
"nuxt": {
"vue": "latest"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lionad-Morotar/blogs.git"
},
"keywords": [
"blogs",
"frontend",
"fe-blogs",
"frontend-blogs",
"vuepress"
],
"license": "CC-BY-NC-CD-4.0",
"bugs": {
"url": "https://github.com/Lionad-Morotar/blogs/issues"
},
"homepage": "https://github.com/Lionad-Morotar/blogs#readme"
}