This repository has been archived by the owner on Dec 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.83 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
58
59
60
61
62
63
64
65
{
"name": "site",
"version": "1.0.0",
"packageManager": "[email protected]",
"description": "A product created from Next.js and Notion.",
"author": "Tuan Duc Tran <[email protected]>",
"license": "MIT",
"homepage": "https://tuanductran.site",
"repository": "https://github.com/tuanductran/site",
"keywords": [
"next",
"next.js",
"notion",
"notion blog",
"app router"
],
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"start": "next start",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@notionhq/client": "^2.2.15",
"@plaiceholder/next": "^3.0.0",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@upstash/redis": "^1.34.2",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"next": "15.0.0-rc.0",
"nprogress": "^0.2.0",
"plaiceholder": "^3.0.0",
"prismjs": "^1.29.0",
"react": "19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "19.0.0-rc-fb9a90fa48-20240614",
"react-hook-form": "^7.53.0",
"react-hot-toast": "^2.4.1",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.13",
"zod": "^3.23.8"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.1",
"@eslint-react/eslint-plugin": "^1.14.2",
"@types/node": "^22.7.0",
"@types/nprogress": "^0.2.3",
"@types/prismjs": "^1.26.4",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"cssnano": "^7.0.6",
"eslint": "^9.11.1",
"eslint-plugin-command": "^0.2.5",
"eslint-plugin-format": "^0.1.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.12",
"postcss": "^8.4.47",
"typescript": "5.5.4"
}
}