-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.57 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
55
56
57
58
59
60
{
"name": "xenomech",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=18.0.0",
"yarn": ">=1.22.0",
"npm": "please-use-yarn"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write .",
"prepare": "husky install"
},
"dependencies": {
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-popover": "1.0.7",
"@supabase/supabase-js": "^2.38.4",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "20.8.9",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@vercel/analytics": "^1.1.1",
"classnames": "^2.3.2",
"date-fns": "^2.30.0",
"github-slugger": "^2.0.0",
"next": "14.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-tweet-embed": "^2.0.0",
"reading-time": "^1.5.0",
"sass": "^1.63.6",
"shiki": "^0.14.5",
"swr": "^2.2.4",
"typescript": "5.2.2"
},
"devDependencies": {
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"autoprefixer": "^10.4.16",
"contentlayer": "^0.3.3",
"eslint": "8.52.0",
"eslint-config-next": "14.0.1",
"husky": "^8.0.3",
"next-contentlayer": "^0.3.3",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"rehype": "12.0.1",
"rehype-autolink-headings": "7.0.0",
"rehype-highlight": "^6.0.0",
"rehype-pretty-code": "^0.10.2",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"tailwindcss": "^3.3.5"
}
}