-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.57 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
{
"name": "with-tailwindcss",
"version": "0.1.0",
"private": true,
"scripts": {
"analyze": "cross-env ANALYZE=true next build",
"dev": "cross-env NODE_OPTIONS='--inspect' next dev --turbopack",
"build": "next build",
"postbuild": "node ./scripts/generate-sitemap.mjs && node ./scripts/generate-robots-txt.js && node ./scripts/elasticsearch.mjs",
"start": "next start"
},
"dependencies": {
"@mdx-js/react": "^3.1.0",
"@sendgrid/mail": "^7.4.6",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"clsx": "^1.1.1",
"esbuild": "^0.14.5",
"framer-motion": "^11.13.5",
"mdx-bundler": "^8.0.1",
"next": "15.1.0",
"next-seo": "^4.26.0",
"next-themes": "^0.4.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-feather": "^2.0.9",
"remark-footnotes": "^3.0.0",
"sass": "^1.35.2",
"twin.macro": "^2.8.2"
},
"devDependencies": {
"@elastic/elasticsearch": "^7.15.0",
"@next/bundle-analyzer": "15.1.0",
"@svgr/webpack": "^5.5.0",
"autoprefixer": "^10.4.0",
"cross-env": "^7.0.3",
"dotenv": "^10.0.0",
"file-loader": "^6.2.0",
"globby": "^12.0.0",
"gray-matter": "^4.0.3",
"postcss": "^8.4.24",
"prettier": "^2.4.1",
"reading-time": "^1.4.0",
"rehype": "^11.0.0",
"rehype-autolink-headings": "^6.1.0",
"rehype-highlight": "^5.0.0",
"rehype-parse": "^8.0.2",
"rehype-prism-plus": "0.0.6",
"rehype-slug": "^5.0.0",
"remark-autolink-headings": "^7.0.1",
"remark-stringify": "^9.0.1",
"tailwindcss": "^3.4.14"
}
}