-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
54 lines (54 loc) · 1.34 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": "eggspress",
"version": "0.1.0",
"private": true,
"repository": "dentonzh/eggspress",
"bugs": "https://github.com/dentonzh/eggspress/issues",
"author": {
"name": "Denton Zhou",
"email": "[email protected]",
"url": "https://github.com/dentonzh"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"prebuild": "",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@minimal-analytics/ga4": "^1.8.7",
"@octokit/rest": "^20.0.2",
"add-dependencies": "^1.1.0",
"archiver": "^6.0.1",
"fs-extra": "^11.1.1",
"glob": "^10.3.10",
"image-size": "^1.0.2",
"next": "^14.1.0",
"next-mdx-remote": "^4.4.1",
"plaiceholder": "^3.0.0",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-highlight": "^7.0.0",
"rehype-img-size": "^1.0.1",
"rehype-slug": "^6.0.0",
"remark-gfm": "^3.0.1",
"sharp": "^0.33.1",
"styled-jsx": "^5.1.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "^14.0.4",
"postcss": "^8",
"prettier": "3.2.5",
"tailwindcss": "^3",
"tailwindcss-full-bleed": "^2.0.1",
"typescript": "^5"
}
}