-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.88 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.88 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
66
67
68
{
"name": "jackdomleo.dev",
"private": true,
"author": {
"name": "Jack Domleo",
"url": "https://jackdomleo.dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jackdomleo7/jackdomleo.dev.git"
},
"type": "module",
"homepage": "https://jackdomleo.dev",
"scripts": {
"postinstall": "nuxi prepare",
"dev": "nuxi dev --open",
"generate": "nuxi generate -m",
"preview": "nuxi preview",
"typecheck": "vue-tsc --noEmit",
"lint": "eslint --max-warnings=0 --cache --fix .",
"test": "rimraf ./coverage && vitest run --pass-with-no-tests",
"test:report": "open-cli coverage/index.html"
},
"dependencies": {
"@nuxt/content": "^3.11.2",
"@nuxt/icon": "^2.2.1",
"@nuxtjs/robots": "^5.7.0",
"@nuxtjs/sitemap": "^7.6.0",
"better-sqlite3": "^12.6.2",
"cooltipz-css": "^2.5.1",
"dayjs": "^1.11.19",
"modern-normalize": "^3.0.1",
"nuxt-schema-org": "^5.0.10",
"nuxt-seo-utils": "^7.0.19"
},
"devDependencies": {
"@babel/eslint-parser": "^7.28.6",
"@libsql/client": "^0.17.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/eslint-module": "^4.1.0",
"@types/node": "^24.10.13",
"@typescript-eslint/eslint-plugin": "^8.56.0",
"@typescript-eslint/parser": "^8.56.0",
"@vitest/coverage-v8": "^4.0.18",
"@vitest/eslint-plugin": "^1.6.9",
"@vue/test-utils": "^2.4.6",
"eslint": "^10.0.1",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-vue": "^10.8.0",
"happy-dom": "^20.7.0",
"nuxt": "^4.3.1",
"nuxt-site-config": "^3.2.20",
"open-cli": "^8.0.0",
"prettier": "^3.8.1",
"rimraf": "^6.1.3",
"sass": "^1.97.3",
"ts-node": "^10.9.2",
"type-fest": "^5.4.4",
"typescript": "^5.9.3",
"vitest": "^4.0.18",
"vue-eslint-parser": "^10.4.0",
"vue-tsc": "^3.2.5"
},
"engines": {
"node": "24",
"pnpm": "10"
}
}