-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.51 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.51 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
{
"name": "portfolio",
"version": "4.0.0",
"scripts": {
"dev": "next dev",
"export": "next export",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"update": "npm update",
"cypress": "npx cypress run"
},
"dependencies": {
"@floating-ui/react-dom": "^2.1.1",
"@mdx-js/loader": "^3.1.0",
"@next/mdx": "^15.3.3",
"@react-spring/web": "^10.0.1",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/vite": "^4.1.7",
"@vercel/speed-insights": "^1.2.0",
"@vitejs/plugin-react": "^4.5.0",
"axios": "^1.10.0",
"classnames": "^2.5.1",
"cookie": "^1.0.1",
"cypress": "^15.10.0",
"gray-matter": "^4.0.3",
"next": "^16.1.6",
"next-mdx-remote": "^6.0.0",
"postcss-preset-env": "^10.2.3",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-masonry-css": "^1.0.16",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"sass": "^1.77.6",
"sharp": "^0.33.4",
"tailwindcss-animate": "^1.0.7",
"vite": "^6.3.5"
},
"devDependencies": {
"@csstools/postcss-global-data": "^3.0.0",
"@types/cookie": "^0.6.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.21",
"eslint": "^9.25.1",
"postcss": "^8.5.3",
"postcss-custom-media": "^11.0.6",
"postcss-flexbugs-fixes": "^5.0.2",
"tailwindcss": "^4.1.10",
"typescript": "^5"
}
}