-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.7 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.7 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
60
61
62
63
{
"name": "@choneas/www",
"version": "2.1.0",
"type": "module",
"description": "A personal website.",
"packageManager": "bun@1.3.14",
"private": true,
"scripts": {
"dev": "bun --bun next dev",
"build": "next build",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@giscus/react": "^3.1.0",
"@heroui/react": "^3.1.0",
"@heroui/styles": "^3.1.0",
"@next/third-parties": "^16.2.6",
"@number-flow/react": "^0.6.0",
"@paper-design/shaders-react": "^0.0.76",
"@tailwindcss/postcss": "^4.3.0",
"@upstash/redis": "^1.38.0",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"echarts": "^6.1.0",
"framer-motion": "^12.40.0",
"next": "^16.2.6",
"next-intl": "^4.13.0",
"next-themes": "^0.4.6",
"notion-client": "^7.10.0",
"notion-types": "^7.10.0",
"notion-utils": "^7.10.0",
"overlayscrollbars": "^2.16.0",
"overlayscrollbars-react": "^0.5.6",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-icons": "^5.6.0",
"react-notion-x": "^7.10.0",
"zustand": "^5.0.14"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@next/eslint-plugin-next": "^16.2.6",
"@types/node": "^25.9.1",
"@types/react": "^19.2.15",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.60.0",
"@typescript-eslint/parser": "^8.60.0",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.6",
"postcss": "^8.5.15",
"tailwindcss": "^4.3.0",
"typescript": "^5.9.3"
},
"trustedDependencies": [
"@heroui/shared-utils",
"@tailwindcss/oxide",
"canvas",
"sharp",
"unrs-resolver"
]
}