generated from timlrx/tailwind-nextjs-starter-blog
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
140 lines (140 loc) · 4.74 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "tailwind-nextjs-typescript-starter-blog",
"version": "0.0.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"start": "next dev",
"dev": "next dev",
"prebuild": "contentlayer build",
"build": "next build",
"postbuild": "npm run sitemap && npm run rss",
"sitemap": "tsx ./scripts/generate-sitemap.ts",
"rss": "tsx ./scripts/generate-rss.ts",
"compose": "tsx ./scripts/compose.ts",
"serve": "next start",
"analyze": "cross-env ANALYZE=true next build",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"prepare": "husky install",
"lint-staged:lint": "eslint"
},
"dependencies": {
"@analytics/google-tag-manager": "^0.5.5",
"@mailchimp/mailchimp_marketing": "^3.0.74",
"analytics": "^0.8.9",
"consola": "^3.2.3",
"flubber": "^0.4.2",
"framer-motion": "^10.15.0",
"fs-extra": "^11.1.1",
"github-slugger": "^2.0.0",
"heti": "^0.9.4",
"html-entities": "^2.4.0",
"idlization": "^0.0.3",
"image-size": "1.0.0",
"katex": "^0.16.8",
"kbar": "0.1.0-beta.45",
"lodash-es": "^4.17.21",
"mdast-util-to-string": "^4.0.0",
"next": "^13.4.19",
"next-seo": "^6.1.0",
"next-themes": "^0.2.1",
"preact": "^10.16.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"reading-time": "1.3.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-citation": "^0.2.5",
"rehype-katex": "^6.0.2",
"rehype-preset-minify": "6.0.0",
"rehype-prism-plus": "^1.3.2",
"rehype-slug": "^5.0.1",
"remark": "^14.0.3",
"remark-footnotes": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"tagged-classnames-free": "0.1.0-next.1",
"unist-util-visit": "^4.1.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.21.2",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/types": "^19.0.3",
"@eslint-react/eslint-plugin": "^1.5.18",
"@iconify-json/bi": "^1.1.18",
"@iconify-json/bx": "^1.1.7",
"@iconify-json/iconamoon": "^1.1.1",
"@iconify-json/mdi": "^1.1.54",
"@iconify-json/svg-spinners": "^1.1.2",
"@jannajs/lint": "3.0.0-next.13",
"@next/bundle-analyzer": "^14.2.4",
"@next/eslint-plugin-next": "^14.2.4",
"@svgr/webpack": "^8.0.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/fs-extra": "^11.0.1",
"@types/github-slugger": "^2.0.0",
"@types/inquirer": "^8.2.0",
"@types/js-yaml": "^4.0.5",
"@types/lodash-es": "^4.17.8",
"@types/mailchimp__mailchimp_marketing": "^3.0.9",
"@types/react": "^17.0.41",
"autoprefixer": "^10.4.4",
"chalk": "^5.0.1",
"chokidar": "^3.5.3",
"commander": "^9.1.0",
"cross-env": "^7.0.3",
"dedent": "^1.0.2",
"esbuild": "^0.18.13",
"eslint": "npm:[email protected]",
"eslint-config-next": "13.4.8",
"eslint-plugin-format": "^0.1.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"eslint-plugin-tailwindcss": "^3.13.1",
"eslint-ts-patch": "8.57.0-0",
"execa": "^7.1.1",
"globby": "11.0.3",
"husky": "^9.0.11",
"inquirer": "^8.2.1",
"js-yaml": "^4.1.0",
"lint-staged": "^15.2.7",
"next-contentlayer": "^0.3.4",
"postcss": "^8.4.12",
"sass": "^1.63.6",
"tailwind-scrollbar": "^3.0.4",
"tailwindcss": "^3.4.1",
"tailwindcss-plugin-iconify": "1.4.2",
"tsx": "^3.12.7",
"typescript": "^5.5.2",
"unplugin-auto-import": "^0.16.6",
"unplugin-polish-tagged-templates": "0.1.1-beta.2"
},
"pnpm": {
"overrides": {
"@opentelemetry/api": "1.4.1",
"@opentelemetry/core": "1.13.0",
"@opentelemetry/exporter-trace-otlp-grpc": "0.39.1",
"@opentelemetry/resources": "1.13.0",
"@opentelemetry/sdk-trace-base": "1.13.0",
"@opentelemetry/sdk-trace-node": "1.13.0",
"@opentelemetry/semantic-conventions": "1.13.0",
"array-includes": "npm:@nolyfill/array-includes@latest",
"array.prototype.flat": "npm:@nolyfill/array.prototype.flat@latest",
"array.prototype.flatmap": "npm:@nolyfill/array.prototype.flatmap@latest",
"array.prototype.tosorted": "npm:@nolyfill/array.prototype.tosorted@latest",
"has": "npm:@nolyfill/has@latest",
"object.assign": "npm:@nolyfill/object.assign@latest",
"object.entries": "npm:@nolyfill/object.entries@latest",
"object.fromentries": "npm:@nolyfill/object.fromentries@latest",
"object.hasown": "npm:@nolyfill/object.hasown@latest",
"object.values": "npm:@nolyfill/object.values@latest",
"side-channel": "npm:@nolyfill/side-channel@latest",
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@latest"
}
},
"lint-staged": {
"*": "eslint --fix"
}
}