-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
67 lines (67 loc) · 1.72 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
{
"name": "mgear-blogs",
"description": "Lionad-Morotar's Blog",
"author": "Lionad <[email protected]>",
"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.1",
"@iconify-json/simple-icons": "^1.2.13",
"@nuxt/image": "^1.8.1",
"@nuxt/content": "^2.13.4",
"@nuxt/ui-pro": "^1.5.0",
"@nuxtjs/feed": "^2.0.0",
"@nuxtjs/fontaine": "^0.4.4",
"@nuxtjs/google-fonts": "^3.2.0",
"axios": "^1.7.8",
"modern-css-reset": "^1.4.0",
"nuxt": "^3.14.1592",
"nuxt-gtag": "^3.0.2",
"nuxt-og-image": "^4.0.0",
"stylus": "^0.64.0"
},
"devDependencies": {
"@nuxt/devtools": "^1.6.1",
"@nuxt/eslint-config": "^0.7.2",
"@nuxthq/studio": "^2.2.1",
"@nuxtjs/sitemap": "^7.0.0",
"@vueuse/core": "^12.0.0",
"eslint": "^9.15.0",
"only-allow": "^1.2.1",
"sass": "^1.81.0",
"vue-tsc": "^2.1.10"
},
"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"
}