-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.47 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
{
"name": "nextjs-blog",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"clean": "rm -rf .next",
"postbuild": "next-sitemap",
"lint": "next lint --fix",
"prepare": "husky install",
"pre-commit": "pnpm lint --fix && git add -A .",
"lint-staged": "lint-staged",
"semantic-release": "semantic-release",
"clear": "rm -rf .next"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.16.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@marsidev/react-turnstile": "^0.4.1",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@next/bundle-analyzer": "^14.2.13",
"@next/mdx": "^14.2.13",
"@supabase/supabase-js": "^2.45.4",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
"email-validator": "^2.0.4",
"feed": "^4.2.2",
"gray-matter": "^4.0.3",
"identicon.js": "^2.3.3",
"next": "^14.2.13",
"next-sitemap": "^4.2.3",
"next-themes": "^0.2.1",
"next-translate": "^2.6.2",
"nodemailer": "^6.9.15",
"openai": "^4.66.1",
"postcss": "^8.4.47",
"react": "18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"reading-time": "^1.5.0",
"rehype": "^13.0.2",
"rehype-add-classes": "^1.0.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-prism-plus": "^1.6.3",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"remark-slug": "^7.0.1",
"rss-parser": "^3.13.0",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.6",
"@semantic-release/npm": "^11.0.3",
"@semantic-release/release-notes-generator": "^12.1.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.13",
"eslint-plugin-react": "^7.37.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.10",
"next-translate-plugin": "^2.6.2",
"semantic-release": "^22.0.12",
"tailwindcss": "^3.4.13"
},
"version": "0.0.0-development",
"repository": {
"type": "git",
"url": "https://github.com/simple-is-awesome/simple.git"
}
}