-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
110 lines (110 loc) · 3.53 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
104
105
106
107
108
109
110
{
"name": "lloyd_richards_portfolio",
"version": "0.1.0",
"type": "module",
"private": true,
"scripts": {
"dev": "next dev",
"build": "bun build:content && bun build:storybook && next build",
"build:content": "contentlayer2 build",
"build:storybook": "storybook build -o public/storybook",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write .",
"release": "semantic-release",
"storybook": "storybook dev -p 6006",
"storybook:test": "test-storybook",
"type-check": "tsc --build"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.0.4",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-three/drei": "^9.105.6",
"@react-three/fiber": "^8.16.5",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"@visx/axis": "^3.10.1",
"@visx/brush": "^3.6.1",
"@visx/visx": "^3.10.2",
"animejs": "^3.2.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"contentlayer2": "^0.4.6",
"d3": "^7.9.0",
"date-fns": "^3.6.0",
"embla-carousel-react": "^8.0.4",
"fp-ts": "^2.16.5",
"framer-motion": "^11.1.9",
"io-ts": "^2.2.21",
"leva": "^0.9.35",
"lucide-react": "^0.378.0",
"matter-js": "^0.19.0",
"next": "14.2.3",
"next-contentlayer2": "^0.4.6",
"next-themes": "^0.3.0",
"p5": "^1.9.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-resizable-panels": "^2.0.19",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.13.1",
"rehype-slug": "^6.0.0",
"remark-gfm": "4.0.0",
"shiki": "^1.4.0",
"three": "^0.164.1",
"usehooks-ts": "^3.1.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.0.3",
"@storybook/addon-a11y": "^8.0.10",
"@storybook/addon-essentials": "^8.0.10",
"@storybook/addon-interactions": "^8.0.10",
"@storybook/addon-links": "^8.0.10",
"@storybook/addon-themes": "^8.0.10",
"@storybook/blocks": "^8.0.10",
"@storybook/nextjs": "^8.0.10",
"@storybook/react": "^8.0.10",
"@storybook/test": "^8.0.10",
"@storybook/test-runner": "^0.17.0",
"@tailwindcss/typography": "^0.5.13",
"@types/animejs": "^3.1.12",
"@types/d3": "^7.4.3",
"@types/matter-js": "^0.19.6",
"@types/node": "^20.12.11",
"@types/p5": "^1.7.6",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/three": "^0.164.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"autoprefixer": "10.4.19",
"bun-types": "^1.1.7",
"eslint": "^8.56.0",
"eslint-config-next": "^14.2.3",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-tailwindcss": "^3.15.1",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"semantic-release": "^23.1.1",
"storybook": "^8.0.10",
"tailwind-merge": "^2.3.0",
"tailwindcss": "3.4.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.4.5"
}
}