-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
103 lines (103 loc) · 3.16 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "blog",
"version": "0.1.0",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "npx chromatic --project-token=chpt_864adafced2ca9c"
},
"dependencies": {
"@notionhq/client": "^2.2.14",
"@plaiceholder/next": "^3.0.0",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@supabase/supabase-js": "^2.41.1",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"autoprefixer": "10.4.19",
"camelcase-keys": "^9.1.3",
"cheerio": "^1.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"embla-carousel-react": "^8.0.2",
"eslint-config-next": "^14.1.4",
"eslint-plugin-tailwindcss": "^3.15.1",
"framer-motion": "^11.2.9",
"jsdom": "^24.0.0",
"lucide-react": "^0.368.0",
"next": "15.1.3",
"next-themes": "^0.3.0",
"node-html-markdown": "^1.3.0",
"notion-to-md": "^3.1.1",
"plaiceholder": "^3.0.0",
"postcss": "8.4.38",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-spinners": "^0.13.8",
"rehype-highlight": "^6.0.0",
"rehype-raw": "^6.1.1",
"rehype-stringify": "^9.0.4",
"remark": "^14.0.3",
"remark-breaks": "^4.0.0",
"remark-gfm": "^3.0.1",
"remark-rehype": "^10.1.0",
"remark-toc": "^9.0.0",
"sharp": "0.32.6",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"unified": "^11.0.4",
"uuid": "^9.0.1"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.1.3",
"@storybook/addon-interactions": "^8.1.3",
"@storybook/addon-links": "^8.1.3",
"@storybook/addon-onboarding": "^8.1.3",
"@storybook/addon-styling": "^1.3.7",
"@storybook/addon-themes": "^8.1.3",
"@storybook/blocks": "^8.1.3",
"@storybook/nextjs": "^8.1.3",
"@storybook/react": "^8.1.3",
"@storybook/test": "^8.1.3",
"@types/cheerio": "^0.22.35",
"@types/glob": "^8.1.0",
"@types/hast": "^3.0.4",
"@types/jsdom": "^21.1.6",
"@types/mdast": "^4.0.3",
"@types/node": "20.12.2",
"@types/react": "18.3.10",
"@types/react-dom": "18.3.0",
"@types/uuid": "^9.0.8",
"chromatic": "^11.3.5",
"encoding": "^0.1.13",
"glob": "^10.3.12",
"node-fetch": "^3.3.2",
"sass": "^1.72.0",
"storybook": "^8.1.3",
"tailwindcss": "3.4.13",
"tailwindcss-content-visibility": "^0.2.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "5.6.2",
"unist-util-visit": "^5.0.0"
},
"optionalDependencies": {
"@chromatic-com/storybook": "^1.4.0",
"@wonse/eslint-plugin": "^1.0.6",
"eslint-config-next": "^14.1.4",
"eslint-plugin-tailwindcss": "^3.15.1"
}
}