-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.31 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.31 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-spring/web": "^10.0.1",
"@types/node": "20.11.20",
"@types/react": "19.1.9",
"@types/react-dom": "19.1.7",
"autoprefix": "^1.0.1",
"autoprefixer": "10.4.15",
"clsx": "^2.1.0",
"dayjs": "^1.11.19",
"eslint": "8.57.0",
"eslint-config-next": "15.4.4",
"fumadocs-ui": "^14.7.0",
"intl-watcher": "^0.5.0",
"next": "15.4.4",
"next-intl": "^4.3.4",
"postcss": "8.4.35",
"react": "19.1.1",
"react-dom": "19.1.1",
"react-icons": "^5.0.1",
"react-spring": "^10.0.1",
"tailwind-merge": "^2.2.1",
"tailwindcss": "3.4.1",
"typescript": "5.3.3"
},
"packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b",
"devDependencies": {
"@content-collections/core": "^0.8.0",
"@content-collections/mdx": "^0.2.0",
"@content-collections/next": "^0.2.4",
"@shikijs/rehype": "^1.26.1",
"@tailwindcss/typography": "^0.5.15"
},
"overrides": {
"@types/react": "19.1.9",
"@types/react-dom": "19.1.7"
}
}