-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.13 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
72
{
"private": true,
"lint-staged": {
"*.{ts,js,vue}": [
"pnpm format",
"pnpm lint:fix"
],
"*.md": [
"pnpm format",
"pnpm mdlint:fix"
]
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"format": "prettier --write ./**/*.{ts,js,vue}",
"format:check": "prettier --check ./**/*.{ts,js,vue}",
"lint": "eslint --max-warnings=0 --ext .ts,.js,.vue .",
"lint:fix": "eslint --ext .ts,.js,.vue . --fix",
"mdlint": "markdownlint-cli2 **/*.md #node_modules #.nuxt",
"mdlint:fix": "markdownlint-cli2 --fix **/*.md #node_modules #.nuxt",
"prepare": "husky install",
"lint-staged": "lint-staged"
},
"devDependencies": {
"@nuxt-themes/typography": "^1.0.0",
"@nuxt/image": "^1.7.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/eslint-module": "^4.1.0",
"@nuxtjs/google-fonts": "^3.0.1",
"@nuxtjs/tailwindcss": "^6.10.3",
"@playwright/test": "^1.42.1",
"@tailwindcss/typography": "^0.5.9",
"@types/color": "^3.0.3",
"@types/node": "^20.11.25",
"autoprefixer": "^10.4.14",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-tailwindcss": "^3.13.1",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"markdownlint": "^0.29.0",
"markdownlint-cli2": "^0.11.0",
"nuxt": "^3.11.2",
"nuxt-gtag": "^0.5.7",
"nuxt-icon": "^0.6.8",
"nuxt-schema-org": "^3.3.2",
"prettier": "^3.1.1",
"sass": "^1.63.4",
"shiki": "^1.15.2",
"sitemap": "^7.1.1",
"typescript": "^5.4.2"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.600.0",
"@nuxt/content": "2.12.1",
"@pinia/nuxt": "^0.4.11",
"@vueuse/components": "^10.2.0",
"@vueuse/core": "^10.2.0",
"@vueuse/nuxt": "^10.2.0",
"amazon-paapi": "^1.0.7",
"color": "^4.2.3",
"daisyui": "^4.5.0",
"open-graph-scraper": "^6.2.2",
"pinia": "^2.1.4",
"remark-breaks": "^4.0.0"
},
"packageManager": "pnpm@8.14.0+sha256.9cebf61abd83f68177b29484da72da9751390eaad46dfc3072d266bfbb1ba7bf"
}