-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.74 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.74 KB
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
{
"name": "arthurvasconcelos-github-io",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write .",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@nuxt/content": "^3.14.0",
"@nuxt/fonts": "^0.11.4",
"@nuxt/icon": "1.13.0",
"@nuxt/ui": "^3.3.7",
"@nuxtjs/color-mode": "3.5.2",
"@nuxtjs/i18n": "^9.5.6",
"@nuxtjs/sitemap": "^8.0.15",
"@vueuse/nuxt": "^13.9.0",
"better-sqlite3": "^12.10.0",
"date-fns": "^4.3.0",
"nuxt": "^3.21.6",
"nuxt-lodash": "^2.5.3",
"type-fest": "^4.41.0",
"vue": "^3.5.34",
"vue-router": "^4.6.4"
},
"packageManager": "pnpm@10.10.0",
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"better-sqlite3",
"esbuild",
"unrs-resolver",
"vue-demi"
]
},
"devDependencies": {
"@iconify-json/logos": "^1.2.11",
"@iconify-json/lucide": "^1.2.109",
"@iconify-json/material-symbols": "^1.2.74",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/simple-icons": "^1.2.83",
"@iconify-json/twemoji": "^1.2.5",
"@nuxt/eslint": "^1.15.2",
"@octokit/types": "^14.1.0",
"@tailwindcss/typography": "^0.5.19",
"@types/better-sqlite3": "^7.6.13",
"@types/lodash": "^4.17.24",
"@typescript-eslint/parser": "^8.60.0",
"axe-core": "^4.11.4",
"eslint": "^10.4.0",
"prettier": "^3.8.3",
"prettier-plugin-tailwindcss": "^0.6.14",
"tailwindcss": "^4.3.0"
},
"imports": {
"#content/server": "./node_modules/@nuxt/content/dist/runtime/nitro.js"
}
}