This repository was archived by the owner on May 18, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 2.79 KB
/
Copy pathpackage.json
File metadata and controls
97 lines (97 loc) · 2.79 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
96
97
{
"name": "splajompy",
"version": "0.1.0",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"knip": "knip",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.1004.0",
"@aws-sdk/s3-presigned-post": "^3.1004.0",
"@aws-sdk/s3-request-presigner": "^3.1004.0",
"@oslojs/crypto": "^1.0.1",
"@oslojs/encoding": "^1.1.0",
"@phosphor-icons/react": "^2.1.10",
"@react-spring/web": "^9.7.5",
"@tailwindcss/postcss": "^4.1.17",
"@tanstack/react-query": "^5.90.10",
"@use-gesture/react": "^10.3.1",
"bcryptjs": "^3.0.3",
"browser-image-compression": "^2.0.2",
"cva": "npm:class-variance-authority@^0.7.1",
"dayjs": "^1.11.19",
"drizzle-orm": "^0.45.1",
"embla-carousel": "^8.6.0",
"embla-carousel-react": "^8.6.0",
"image-size": "^2.0.2",
"linkify-html": "^4.3.2",
"linkify-react": "^4.3.2",
"linkifyjs": "^4.3.2",
"next": "^16.1.5",
"pg": "^8.16.3",
"postcss": "^8.5.6",
"posthog-js": "^1.336.4",
"react": "19.2.1",
"react-dom": "19.2.1",
"resend": "^4.8.0",
"rich-textarea": "^0.26.5",
"sharp": "^0.33.5",
"tailwindcss": "^4.1.17",
"uuid": "^11.1.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.7",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.39.1",
"@storybook/addon-essentials": "^8.6.14",
"@storybook/addon-interactions": "^8.6.14",
"@storybook/addon-onboarding": "^8.6.14",
"@storybook/blocks": "^8.6.14",
"@storybook/nextjs": "^8.6.14",
"@storybook/react": "^8.6.14",
"@storybook/test": "^8.6.14",
"@tanstack/eslint-plugin-query": "^5.91.2",
"@types/node": "^22.19.1",
"@types/pg": "^8.15.6",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"dotenv": "^16.6.1",
"drizzle-kit": "^0.31.8",
"eslint": "^9.39.1",
"eslint-config-next": "15.2.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-storybook": "^0.11.6",
"knip": "^5.70.1",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"storybook": "^8.6.15",
"tsx": "^4.20.6",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@10.31.0+sha512.e3927388bfaa8078ceb79b748ffc1e8274e84d75163e67bc22e06c0d3aed43dd153151cbf11d7f8301ff4acb98c68bdc5cadf6989532801ffafe3b3e4a63c268",
"pnpm": {
"onlyBuiltDependencies": [
"@tailwindcss/oxide",
"bufferutil",
"core-js",
"core-js-pure",
"esbuild",
"protobufjs",
"sharp",
"unrs-resolver"
]
},
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
]
}
}