-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.2 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.2 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
{
"name": "digin1.github.io",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"prebuild": "node scripts/generate-sitemap.js",
"build": "next build && cp CNAME out/ && cp out/404/index.html out/404.html",
"start": "next start",
"lint": "next lint",
"sitemap": "node scripts/generate-sitemap.js",
"deploy": "npm run build && touch out/.nojekyll && gh-pages -d out -t true"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@tailwindcss/typography": "^0.5.16",
"clsx": "^2.1.1",
"framer-motion": "^12.23.24",
"geist": "^1.7.0",
"gray-matter": "^4.0.3",
"marked": "^17.0.1",
"next": "^15.5.14",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.1",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"remark-rehype": "^11.1.2",
"tailwind-merge": "^3.4.0"
},
"devDependencies": {
"autoprefixer": "^10.4.17",
"gh-pages": "^6.3.0",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1"
}
}