-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 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
{
"name": "blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "contentlayer build & next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/node": "18.15.11",
"@types/react": "18.0.33",
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vercel/analytics": "^1.0.2",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"class-variance-authority": "^0.5.1",
"clsx": "^1.2.1",
"contentlayer": "^0.3.3",
"dayjs": "^1.11.9",
"eslint": "^8.38.0",
"eslint-config-next": "13.3.0",
"eslint-plugin-import": "^2.27.5",
"next": "13.3.0",
"next-contentlayer": "^0.3.3",
"postcss": "8.4.21",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-github-calendar": "^4.0.1",
"react-icons": "^4.8.0",
"tailwind-merge": "^1.12.0",
"tailwindcss": "3.3.1",
"typescript": "5.0.4",
"zustand": "^4.3.9"
},
"devDependencies": {
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-storybook": "^0.6.11",
"prettier": "^2.8.7"
},
"overrides": {
"@opentelemetry/api": "1.4.1",
"@opentelemetry/core": "1.13.0",
"@opentelemetry/exporter-trace-otlp-grpc": "0.39.1",
"@opentelemetry/resources": "1.13.0",
"@opentelemetry/sdk-trace-base": "1.13.0",
"@opentelemetry/sdk-trace-node": "1.13.0",
"@opentelemetry/semantic-conventions": "1.13.0"
}
}