-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
70 lines (70 loc) · 2.04 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
{
"name": "jackdomleo.dev",
"private": true,
"description": "Jack Domleo's personal website and blog",
"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",
"lint": "eslint --ext \".js,.ts,.vue\" --ignore-path .gitignore --max-warnings=0 --cache --fix .",
"test": "rimraf ./coverage && vitest run",
"test:report": "open-cli coverage/index.html"
},
"dependencies": {
"@vueuse/core": "^12.0.0",
"contentful": "11.3.2",
"cooltipz-css": "^2.3.1",
"dayjs": "^1.11.13",
"highlight.js": "^11.11.0",
"html-entities": "^2.5.2",
"modern-normalize": "^3.0.1",
"nuxt-icons": "^3.2.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.25.9",
"@contentful/rich-text-html-renderer": "^17.0.0",
"@contentful/rich-text-plain-text-renderer": "^17.0.0",
"@nuxt/image": "^1.8.1",
"@nuxt/test-utils": "^3.15.1",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/eslint-module": "^4.1.0",
"@nuxtjs/sitemap": "^7.0.0",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"@vitest/coverage-v8": "^2.1.8",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-vitest": "^0.5.4",
"eslint-plugin-vue": "^9.32.0",
"happy-dom": "^15.11.7",
"nuxt": "^3.14.1592",
"nuxt-site-config": "^3.0.6",
"open-cli": "^8.0.0",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"sass": "^1.83.0",
"ts-node": "^10.9.2",
"type-fest": "^4.30.1",
"typescript": "^5.7.2",
"vitest": "^2.1.8",
"vue-tsc": "2.1.10"
},
"engines": {
"node": "22",
"pnpm": "9"
}
}