-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
123 lines (123 loc) · 4.08 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
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "test --coverage",
"email:dev": "email dev --dir ./src/services/email/templates",
"email:html": "email export --dir ./src/services/email/templates --outDir ./src/services/email/templates/html",
"gen-supabase-types": "supabase gen types typescript --project-id %PROJECT_ID% > ./src/services/api/supabase/types/Database.ts"
},
"dependencies": {
"@designliquido/delegua": "^0.33.5",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/modifiers": "^6.0.1",
"@dnd-kit/sortable": "^7.0.2",
"@hookform/resolvers": "^3.1.1",
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@monaco-editor/react": "^4.5.1",
"@next/mdx": "^14.0.2",
"@phosphor-icons/react": "^2.0.10",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-slider": "^1.1.2",
"@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.4",
"@radix-ui/react-toolbar": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.6",
"@react-email/components": "^0.0.12",
"@react-email/html": "^0.0.7",
"@react-email/tailwind": "0.0.9",
"@supabase/auth-helpers-nextjs": "^0.7.3",
"@supabase/ssr": "^0.0.10",
"@supabase/supabase-js": "^2.26.0",
"@types/mdx": "^2.0.10",
"@types/node": "20.4.2",
"@types/react-dom": "18.2.7",
"apexcharts": "^3.41.0",
"autoprefixer": "10.4.14",
"dayjs": "^1.11.9",
"delegua": "^0.33.0",
"eslint-config-next": "^14.0.4",
"framer-motion": "^10.13.0",
"immer": "^10.0.3",
"jsonwebtoken": "^9.0.2",
"lottie-react": "^2.4.0",
"markdown-to-jsx": "^7.4.0",
"monaco-editor": "^0.41.0",
"next": "^14.0.4",
"next-mdx-remote": "^4.4.1",
"phosphor-icons": "^1.4.2",
"postcss": "8.4.26",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
"react-content-marker": "^2.2.0",
"react-dom": "^18.2.0",
"react-email": "1.9.5",
"react-hook-form": "^7.45.2",
"react-resizable-panels": "^1.0.10",
"react-responsive": "^9.0.2",
"resend": "^2.1.0",
"swiper": "^10.2.0",
"swr": "^2.2.0",
"tailwind-merge": "^1.14.0",
"tailwind-variants": "^0.1.13",
"tailwindcss": "3.3.3",
"typewriter-effect": "^2.20.1",
"uuid": "^9.0.1",
"zod": "^3.21.4",
"zustand": "^4.4.3"
},
"devDependencies": {
"@biomejs/biome": "1.5.3",
"@slicemachine/adapter-next": "^0.3.24",
"@tailwindcss/typography": "^0.5.10",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/jsonwebtoken": "^9.0.5",
"@types/react": "^18.2.28",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"babel-jest": "^29.7.0",
"babel-preset-env": "^1.7.0",
"babel-preset-jest": "^29.6.3",
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
"encoding": "^0.1.13",
"eslint": "^8.51.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-jest-dom": "^5.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-testing-library": "^6.1.0",
"jest": "^29.6.1",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^29.6.1",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.5",
"slice-machine-ui": "^1.19.2",
"supabase": "^1.136.3",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "5.1.6"
}
}