-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 1.99 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
{
"name": "reaviz-website",
"version": "0.1.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "next dev",
"copy:stories": "cpx \"node_modules/reaviz/dist/stories/*.tsx\" \"src/stories/components\" -C",
"copy:blocks": "cpx \"node_modules/reaviz/dist/blocks/*.tsx\" \"src/stories/blocks\" -C",
"build": "next build",
"postinstall": "pnpm run copy:stories && pnpm run copy:blocks",
"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",
"d3-array": "^3.2.4",
"d3-time": "^3.1.0",
"date-fns": "^3.6.0",
"framer-motion": "^11.0.28",
"next": "^14",
"nextra": "^2.13.4",
"posthog-js": "^1.131.4",
"reablocks": "^7.9.2",
"reablocks-docs-theme": "^0.0.2",
"react": "^18",
"react-dom": "^18",
"react-live-runner": "^1.0.7",
"react-runner": "^1.0.5",
"react-syntax-highlighter": "^15.5.0",
"reaviz": "^15.18.3",
"reaviz-data-utils": "^1.0.0",
"sharp": "^0.33.3",
"tailwind-merge": "^2.2.2",
"topojson-client": "^3.1.0",
"world-atlas": "^2.0.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"
}
}