-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
105 lines (105 loc) · 3.2 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
{
"name": "floe-reader",
"version": "0.1.0",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"emails": "email dev",
"build-storybook": "storybook build",
"test": "jest --watch"
},
"dependencies": {
"@radix-ui/react-accessible-icon": "^1.1.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-visually-hidden": "1.1.0",
"@react-email/body": "^0.0.8",
"@react-email/button": "^0.0.15",
"@react-email/column": "^0.0.10",
"@react-email/container": "^0.0.12",
"@react-email/font": "^0.0.6",
"@react-email/head": "^0.0.8",
"@react-email/heading": "^0.0.12",
"@react-email/html": "^0.0.8",
"@react-email/img": "^0.0.8",
"@react-email/link": "^0.0.8",
"@react-email/preview": "^0.0.9",
"@react-email/render": "^0.0.13",
"@react-email/row": "^0.0.8",
"@react-email/section": "^0.0.12",
"@react-email/text": "^0.0.8",
"@sentry/nextjs": "^8",
"@t3-oss/env-nextjs": "^0.6.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@vercel/speed-insights": "^1.0.12",
"class-variance-authority": "^0.7.0",
"framer-motion": "^11.5.2",
"jest": "^29.0.3",
"jest-environment-jsdom": "^29.0.3",
"keen-slider": "^6.8.5",
"next": "14.2.3",
"next-build-id": "^3.0.0",
"nodemailer": "^6.9.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-email": "^2.1.2",
"tailwind-merge": "^2.2.2",
"zod": "^3.22"
},
"devDependencies": {
"@babel/core": "^7.19.1",
"@biomejs/biome": "^1.4.1",
"@next/bundle-analyzer": "^14.1.4",
"@storybook/addon-essentials": "^8.0.10",
"@storybook/blocks": "^8.0.10",
"@storybook/nextjs": "^8.0.10",
"@storybook/react": "^8.0.10",
"@types/jest": "^29.4.0",
"@types/node": "^20",
"@types/nodemailer": "^6.4.9",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"@types/umami": "^2.10.0",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"autoprefixer": "^10.4.16",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.3",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-tailwindcss": "^3.15.1",
"eslint-plugin-unused-imports": "^3.1.0",
"postcss": "^8.4.31",
"postcss-loader": "^7.0.2",
"resolve-url-loader": "^5.0.0",
"sass": "^1.68.0",
"sass-loader": "^13.2.0",
"storybook": "^8.0.10",
"style-loader": "^3.3.1",
"tailwindcss": "^3.4.3",
"typescript": "^5"
},
"engines": {
"pnpm": ">= 8.5.1",
"node": ">= 16.19.1",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm"
},
"packageManager": "[email protected]+sha512.d1a029e1a447ad90bc96cd58b0fad486d2993d531856396f7babf2d83eb1823bb83c5a3d0fc18f675b2d10321d49eb161fece36fe8134aa5823ecd215feed392"
}