-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.68 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.68 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
{
"name": "notjustdev",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint-fix": "next lint --fix",
"prepare": "husky install"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.386.0",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.3.1",
"@notionhq/client": "^2.2.15",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@types/mdast": "^3.0.12",
"@types/mdx": "^2.0.13",
"cheerio": "^1.0.0-rc.12",
"dayjs": "^1.11.9",
"esbuild": "^0.17.19",
"fast-xml-parser": "^4.3.6",
"github-slugger": "^2.0.0",
"html-react-parser": "^5.2.3",
"image-size": "^1.0.2",
"mdast-util-mdx": "^2.0.1",
"next": "15.3.8",
"next-mdx-remote": "^6.0.0",
"notion-to-md": "^3.1.1",
"prism-react-renderer": "^2.4.1",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-icons": "^4.10.1",
"react-player": "^2.12.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-mdx-images": "^1.0.3",
"sharp": "^0.32.4",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.2",
"uuid": "^9.0.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^17.0.45",
"@types/react": "19.1.2",
"@types/react-dom": "^19.1.2",
"@types/uuid": "^9.0.2",
"autoprefixer": "^10.4.14",
"eslint-config-next": "15.3.0",
"eslint-config-prettier": "^8.10.0",
"husky": "^8.0.3",
"postcss": "^8.4.27",
"prettier": "2.8.8",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
},
"overrides": {
"@types/react": "19.1.2"
}
}