-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.38 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.38 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
{
"name": "khaykingleb-com",
"version": "1.28.41",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint --fix .",
"format": "prettier --write .",
"typecheck": "tsc"
},
"dependencies": {
"@supabase/supabase-js": "~2.103",
"@vercel/analytics": "~2.0",
"@vercel/speed-insights": "~2.0",
"canvas": "~3.2",
"katex": "~0.16",
"next": "~16.2",
"next-themes": "~0.4",
"notion-client": "~7.10.0",
"prismjs": "~1.30",
"react": "~19.2",
"react-dom": "~19.2",
"react-icons": "~5.6",
"react-notion-x": "link:vendor/react-notion-x/packages/react-notion-x"
},
"devDependencies": {
"@eslint/eslintrc": "~3.3",
"@tailwindcss/postcss": "~4.0",
"@types/node": "~20.17",
"@types/react": "~19.0",
"@types/react-dom": "~19.0",
"daisyui": "5.0.43",
"eslint": "~9.29",
"eslint-config-next": "~15.3",
"eslint-config-prettier": "~10.1",
"eslint-plugin-better-tailwindcss": "~3.4",
"eslint-plugin-import": "~2.32",
"eslint-plugin-jsdoc": "~51.3",
"eslint-plugin-jsx-a11y": "~6.10",
"eslint-plugin-react": "~7.37",
"eslint-plugin-react-hooks": "~5.2",
"eslint-plugin-simple-import-sort": "~12.1",
"eslint-plugin-tsdoc": "~0.4",
"prettier": "~3.6",
"tailwindcss": "4.1.10",
"typescript": "~5.8"
}
}