forked from Tyrrrz/Tyrrrz.me
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.22 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
{
"name": "tyrrrz.me",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "next dev",
"build": "next build",
"serve": "next start",
"lint": "next lint"
},
"dependencies": {
"@giscus/react": "^2.4.0",
"@vercel/analytics": "^1.1.1",
"classnames": "^2.5.1",
"html-react-parser": "^5.0.11",
"next": "^14.0.4",
"next-pwa": "^5.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-fade-in": "^2.0.1",
"react-icons": "^4.12.0",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0"
},
"devDependencies": {
"@octokit/graphql": "^7.0.2",
"@octokit/rest": "^20.0.2",
"@types/ellipsize": "^0.1.3",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@types/react-syntax-highlighter": "^15.5.11",
"autoprefixer": "^10.4.16",
"ellipsize": "^0.5.1",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"feed": "^4.2.2",
"front-matter": "^4.0.2",
"markdown-to-txt": "^2.0.1",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"prettier-plugin-organize-imports": "^3.2.4",
"reading-time": "^1.5.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3"
}
}