-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.64 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.64 KB
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
{
"name": "notion-cms-blog",
"version": "0.1.0",
"private": true,
"author": "LEE JIN SOO",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"prepare": "husky"
},
"dependencies": {
"@giscus/react": "^3.1.0",
"@react-icons/all-files": "^4.1.0",
"dayjs": "^1.11.19",
"jotai": "^2.16.2",
"next": "^16.1.1",
"notion-to-jsx": "^2.1.11",
"notion-to-utils": "^2.1.2",
"p-map": "^7.0.3",
"plaiceholder": "^3.0.0",
"prismjs": "^1.30.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"rss": "^1.2.2",
"sharp": "0.34.5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^22.0.0",
"@types/prismjs": "^1.26.5",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@types/rss": "^0.0.32",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "^9.18.0",
"eslint-config-next": "^16.1.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-better-tailwindcss": "^4.0.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react-compiler": "19.1.0-rc.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"postcss": "^8.4.19",
"prettier": "^3.8.0",
"tailwindcss": "^4.1.18",
"typescript": "5.8.3",
"typescript-eslint": "^8.53.1"
},
"lint-staged": {
"*.{ts,tsx}": [
"prettier --write",
"eslint --fix"
]
},
"packageManager": "pnpm@9.15.5+sha512.845196026aab1cc3f098a0474b64dfbab2afe7a1b4e91dd86895d8e4aa32a7a6d03049e2d0ad770bbe4de023a7122fb68c1a1d6e0d033c7076085f9d5d4800d4"
}