-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.27 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
{
"name": "blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "prettier --write src/",
"lint": "next lint",
"ts": "tsc --noEmit",
"inspect": "npm run lint && npm run ts"
},
"dependencies": {
"@plaiceholder/next": "^3.0.0",
"@vercel/analytics": "^1.2.2",
"axios": "^1.6.7",
"encoding": "^0.1.13",
"hangul-chosung-search": "^1.0.2",
"next": "14.1",
"next-themes": "^0.3.0",
"notion-client": "^6.16.0",
"plaiceholder": "^3.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.0.1",
"react-notion-x": "^6.16.0",
"react-paginate": "^8.2.0",
"react-pdf": "^7.7.3",
"recoil": "^0.7.7",
"sharp": "^0.33.2"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/jsdom": "^21.1.6",
"@types/node": "20.11.27",
"@types/react": "18.2.65",
"@types/react-dom": "18.2.22",
"autoprefixer": "^10.4.18",
"eslint": "8.57.0",
"eslint-config-next": "14.1.3",
"jsdom": "^24.0.0",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.12",
"tailwindcss": "3.4",
"tsx": "^4.7.1",
"typescript": "5.4.2"
}
}