-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 3.01 KB
/
package.json
File metadata and controls
95 lines (95 loc) · 3.01 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": "@element/web",
"description": "",
"private": true,
"license": "",
"scripts": {
"build": "remix build",
"dev": "pnpm with-env remix dev --manual",
"routes": "remix routes",
"format": "pnpm dlx @biomejs/biome check --apply-unsafe ./app",
"typecheck": "tsc --noEmit",
"hooks": "stripe listen --forward-to localhost:3000/api/stripe/webhook --events customer.subscription.created,customer.subscription.updated,customer.subscription.deleted",
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@element/api": "workspace:*",
"@element/database": "workspace:*",
"@element/emails": "workspace:*",
"@element/server-env": "workspace:*",
"@element/server-schemas": "workspace:*",
"@element/server-services": "workspace:*",
"@element/shared": "workspace:*",
"@fontsource/poppins": "^5.0.8",
"@hello-pangea/dnd": "16.6.0",
"@radix-ui/react-alert-dialog": "1.1.15",
"@radix-ui/react-avatar": "1.1.11",
"@radix-ui/react-checkbox": "1.3.3",
"@radix-ui/react-dropdown-menu": "2.1.16",
"@radix-ui/react-hover-card": "1.1.15",
"@radix-ui/react-popover": "1.1.15",
"@radix-ui/react-switch": "1.2.6",
"@radix-ui/react-toast": "1.2.15",
"@radix-ui/react-tooltip": "1.2.8",
"@remix-run/css-bundle": "2.17.4",
"@remix-run/node": "2.17.4",
"@remix-run/react": "2.17.4",
"@remix-run/serve": "2.17.4",
"@tailwindcss/container-queries": "^0.1.1",
"@tanstack/react-query": "5.95.2",
"@tanstack/react-table": "^8.11.6",
"@trpc/server": "10.45.4",
"axios": "1.13.6",
"class-variance-authority": "0.7.1",
"cookie": "0.7.2",
"currency.js": "2.0.4",
"dayjs": "1.11.20",
"deep-equal": "2.2.3",
"dotenv": "16.6.1",
"expo-server-sdk": "^3.7.0",
"isbot": "3.8.0",
"jose": "5.10.0",
"js-confetti": "0.13.1",
"js-cookie": "3.0.5",
"jsonwebtoken": "9.0.3",
"limax": "4.2.3",
"lucide-react": "0.577.0",
"match-sorter": "6.3.4",
"polished": "4.3.1",
"posthog-js": "^1.100.0",
"pretty-cache-header": "1.0.0",
"query-string": "9.3.1",
"react": "18.3.1",
"react-colorful": "5.6.1",
"react-dom": "18.3.1",
"react-dropzone": "14.4.1",
"react-intersection-observer": "9.16.0",
"react-select": "5.10.2",
"recharts": "2.15.4",
"remix-utils": "7.7.0",
"sharp": "0.32.6",
"sonner": "1.7.4",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss-radix": "3.0.5",
"zod": "3.25.76",
"zustand": "4.5.7"
},
"devDependencies": {
"@element/tailwind-config": "workspace:*",
"@remix-run/dev": "2.17.4",
"@tailwindcss/forms": "0.5.11",
"@types/cookie": "0.6.0",
"@types/deep-equal": "1.0.4",
"@types/js-cookie": "3.0.6",
"@types/jsonwebtoken": "9.0.10",
"@types/react": "18.3.28",
"@types/react-dom": "18.3.7",
"cssnano": "6.1.2",
"dotenv-cli": "7.4.4",
"postcss": "8.5.8",
"remix-flat-routes": "0.8.5",
"tailwindcss": "3.4.1",
"typescript": "5.9.3"
},
"sideEffects": false
}