-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.48 KB
/
package.json
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
{
"name": "crstnmac.github.io",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"deploy": "next build && touch out/.nojekyll && git add out/ && git commit -m \"Deploy\" && git subtree push --prefix out origin gh-pages"
},
"dependencies": {
"@squircle-js/react": "^1.2.0",
"clsx": "^2.1.1",
"contentlayer": "^0.3.4",
"culori": "^4.0.1",
"date-fns": "^3.6.0",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"framer-motion": "11.3.28",
"next": "14.1.0",
"next-contentlayer": "^0.3.4",
"next-themes": "^0.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"reading-time": "^1.5.0",
"rehype-accessible-emojis": "^0.3.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.10.2",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"sharp": "^0.33.5",
"shiki": "^0.14.5",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.14",
"@types/culori": "^2.1.1",
"@types/node": "20.3.3",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "5.3.3"
},
"resolutions": {
"@types/react": "18.2.0"
}
}