-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 2.93 KB
/
package.json
File metadata and controls
95 lines (95 loc) · 2.93 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
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
{
"name": "codeteko",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier . --write",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@hookform/resolvers": "^3.3.2",
"@next/font": "^14.0.3",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@types/node": "20.6.2",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.15",
"axios": "^1.6.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"contentlayer": "^0.3.4",
"date-fns": "^2.30.0",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"keen-slider": "^6.8.6",
"lodash": "^4.17.21",
"lucide-react": "^0.279.0",
"next": "13.4.19",
"next-contentlayer": "^0.3.4",
"next-themes": "^0.2.1",
"nextjs-progressbar": "^0.0.16",
"postcss": "8.4.29",
"prism-react-renderer": "^2.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.48.2",
"rehype-autolink-headings": "^7.0.0",
"rehype-pretty-code": "^0.10.1",
"rehype-slug": "^6.0.0",
"remark-gfm": "^3.0.1",
"supertokens-auth-react": "^0.35.8",
"supertokens-node": "^16.6.0",
"supertokens-web-js": "^0.8.0",
"swr": "^2.2.4",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.2.2",
"yup": "^1.3.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@storybook/addon-a11y": "^7.6.0-alpha.4",
"@storybook/addon-coverage": "^0.0.9",
"@storybook/addon-essentials": "^7.6.0-alpha.4",
"@storybook/addon-interactions": "^7.6.0-alpha.4",
"@storybook/addon-links": "^7.6.0-alpha.4",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addon-styling-webpack": "^0.0.5",
"@storybook/addon-themes": "^7.6.0-alpha.4",
"@storybook/blocks": "^7.6.0-alpha.4",
"@storybook/jest": "^0.2.3-next.0",
"@storybook/nextjs": "^7.6.0-alpha.4",
"@storybook/react": "^7.6.0-alpha.4",
"@storybook/test-runner": "^0.14.0-next.2",
"@storybook/testing-library": "^0.2.2",
"@tailwindcss/typography": "^0.5.10",
"eslint-plugin-storybook": "^0.6.15",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"storybook": "^7.6.0-alpha.4"
},
"resolutions": {
"webpack": "^5"
},
"engines": {
"node": ">=18.12.1"
}
}