-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.52 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.52 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
{
"name": "eliaschen.dev",
"version": "0.1.0",
"private": true,
"author": "EliasChen <elias9988110@gmail.com>",
"license": "MIT",
"scripts": {
"dev": "next dev --webpack",
"build": "next build --webpack",
"start": "next start",
"lint": "eslint .",
"postbuild": "next-sitemap"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.2.0",
"@fortawesome/free-solid-svg-icons": "^7.2.0",
"@fortawesome/react-fontawesome": "^3.3.0",
"@headlessui/react": "^2.2.9",
"@reacticons/ionicons": "^7.1.0",
"@tailwindcss/line-clamp": "^0.4.4",
"@vercel/analytics": "^2.0.1",
"astro-icon": "^1.1.5",
"framer-motion": "^12.38.0",
"ionicons": "^8.0.13",
"kbar": "0.1.0-beta.48",
"lucide-react": "^1.7.0",
"next": "16.2.1",
"next-sitemap": "^4.2.3",
"nextjs-progressbar": "^0.0.16",
"nextjs-sitemap-generator": "^1.3.1",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-icons": "^5.6.0",
"react-lazy-load-image-component": "^1.6.3",
"react-loading-skeleton": "^3.5.0",
"react-markdown": "^10.1.0",
"react-youtube": "^10.1.0",
"remark-gfm": "^4.0.1"
},
"devDependencies": {
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"autoprefixer": "^10.4.27",
"concurrently": "^9.2.1",
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.1",
"eslint-plugin-tailwindcss": "^3.18.2",
"postcss": "^8.5.8",
"tailwindcss": "^3.4.19",
"typescript": "5.9.3"
},
"engines": {
"node": ">=18.12"
}
}