-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.94 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.94 KB
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
61
62
63
64
65
66
67
{
"name": "dharsh.dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint.fix": "next lint --fix",
"prettier": "prettier --write --ignore-unknown .",
"prepare": "husky install",
"type-check": "tsc --noemit"
},
"dependencies": {
"@notionhq/client": "^2.2.8",
"@sentry/nextjs": "^7.60.0",
"date-fns": "^2.30.0",
"esbuild": "^0.12.29",
"fathom-client": "^3.5.0",
"feed": "^4.2.2",
"framer-motion": "^7.10.3",
"gray-matter": "^4.0.3",
"mdx-bundler": "^9.2.1",
"next": "^13.4.11",
"next-seo": "^5.15.0",
"next-themes": "^0.2.1",
"notion-to-md": "^3.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.5.2",
"react-visibility-sensor": "^5.1.1",
"sharp": "^0.32.4"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^18.16.19",
"@types/react": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.45.0",
"eslint-config-next": "^13.4.11",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-standard": "^5.0.0",
"husky": "^8.0.3",
"postcss": "^8.4.27",
"prettier": "2.8.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-code-titles": "^1.2.0",
"rehype-prism-plus": "^1.6.1",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"tailwindcss": "^3.3.3",
"typescript": "^4.9.5"
}
}