-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.56 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "eslint . --ext .ts,.tsx --fix"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@notionhq/client": "^2.2.1",
"@svgr/webpack": "^8.1.0",
"@uiw/react-md-editor": "^3.6.0",
"cross-env": "^7.0.3",
"date-fns": "^2.29.1",
"dayjs": "^1.11.7",
"dotenv": "^16.0.0",
"gray-matter": "^4.0.3",
"jotai": "^2.0.3",
"multer": "^1.4.5-lts.1",
"next": "^14.2.6",
"next-remove-imports": "^1.0.6",
"next-sitemap": "^3.1.29",
"notion-to-md": "^2.5.5",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-calendar-heatmap": "^1.9.0",
"react-countdown-circle-timer": "^3.2.1",
"react-dom": "^18.3.1",
"react-markdown": "^8.0.7",
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.1",
"remark-prism": "^1.3.6",
"vanilla-tilt": "^1.8.1"
},
"devDependencies": {
"@types/multer": "^1.4.7",
"@types/node": "^18.0.6",
"@types/react": "^18.0.15",
"@types/remark-prism": "^1.3.3",
"autoprefixer": "^10.4.20",
"eslint": "^8.10.0",
"eslint-config-next": "^14.2.6",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.3",
"eslint-plugin-react-hooks": "^4.3.0",
"postcss": "^8.4.31",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.10",
"typescript": "^4.7.4"
}
}