-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.7 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
{
"name": "personal-blog",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"sitemap": "npx next-sitemap",
"start": "next start",
"lint": "next lint",
"unimported": "unimported",
"test": "jest --watch"
},
"dependencies": {
"@sentry/nextjs": "^6.19.6",
"@vercel/analytics": "^0.1.8",
"dayjs": "^1.11.5",
"gray-matter": "^4.0.3",
"lodash.throttle": "^4.1.1",
"next": "^13.1.2",
"next-mdx-remote": "^4.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.3.0",
"react-icons": "^4.3.1",
"react-responsive": "^9.0.0-beta.5",
"reading-time": "^1.5.0",
"rehype-highlight": "^5.0.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.0.4",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"@types/gtag.js": "^0.0.8",
"@types/lodash.throttle": "^4.1.7",
"@types/node": "16.11.7",
"@types/react": "17.0.38",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"autoprefixer": "^10.4.4",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^19.0.0",
"eslint-config-next": "^13.1.2",
"eslint-import-resolver-typescript": "^3.1.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-import-newlines": "^1.1.5",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.27.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-unused-imports": "^2.0.0",
"jest": "^27.5.0",
"next-remote-watch": "^1.0.0",
"next-sitemap": "^2.5.20",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23",
"typescript": "4.4.4",
"unimported": "^1.19.1"
}
}