-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.56 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": "reachat-website",
"version": "0.1.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@mdx-js/mdx": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"clsx": "^2.1.0",
"date-fns": "^3.6.0",
"motion": "^11.18.0",
"next": "^14",
"nextra": "^2.13.4",
"posthog-js": "^1.131.4",
"reablocks": "^8.4.7",
"reablocks-docs-theme": "^0.0.2",
"reachat": "^1.5.1",
"react": "^18",
"react-dom": "^18",
"react-live-runner": "^1.0.7",
"react-syntax-highlighter": "^15.5.0",
"sharp": "^0.33.3",
"tailwind-merge": "^2.2.2"
},
"devDependencies": {
"@storybook/addon-essentials": "7.6.3",
"@storybook/addon-interactions": "7.6.3",
"@storybook/addon-links": "7.6.3",
"@storybook/blocks": "7.6.3",
"@storybook/components": "7.6.3",
"@storybook/csf-plugin": "^7.6.3",
"@storybook/nextjs": "7.6.3",
"@storybook/react": "7.6.3",
"@storybook/test": "7.6.3",
"@storybook/theming": "7.6.3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"cpx": "^1.5.0",
"eslint": "^8",
"eslint-config-next": "14.2.1",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"storybook": "7.6.3",
"storybook-addon-react-docgen": "^1.2.44",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}