-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.26 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
{
"name": "my-project",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@jsdevtools/rehype-toc": "^3.0.2",
"@radix-ui/react-tabs": "^0.1.5",
"@tabler/icons": "^1.72.0",
"autoprefixer": "^10.4.7",
"contentlayer": "^0.2.5",
"custom-dashed-border": "^0.1.1",
"date-fns": "^2.28.0",
"framer-motion": "^6.4.3",
"inter-ui": "^3.19.3",
"next": "12.2.0",
"next-contentlayer": "^0.2.5",
"postcss": "^8.4.14",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"react-responsive": "^9.0.0-beta.10",
"reading-time": "^1.5.0",
"rehype-accessible-emojis": "^0.3.2",
"rehype-autolink-headings": "^6.1.1",
"rehype-code-titles": "^1.1.0",
"rehype-prism-plus": "^1.4.2",
"rehype-slug": "^5.0.1",
"remark-gfm": "^3.0.1",
"swr": "^1.3.0",
"tailwindcss": "^3.1.4",
"tailwindcss-radix": "^2.3.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.2",
"@types/node": "18.0.1",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.6",
"eslint": "8.19.0",
"eslint-config-next": "12.2.0",
"typescript": "4.7.4"
}
}