-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
126 lines (126 loc) · 3.99 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
124
125
126
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"typecheck": "tsc --noEmit",
"lint": "next lint",
"lint:fix": "next lint --fix",
"format": "biome format ./src",
"format:write": "biome format ./src --write",
"prepare": "husky install"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@headlessui/react": "^1.7.4",
"@heroicons/react": "^2.0.13",
"@hookform/resolvers": "^3.3.4",
"@number-flow/react": "^0.4.1",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@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.1.2",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@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.1.0",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.1.3",
"@react-three/drei": "^9.107.2",
"@react-three/fiber": "^8.16.8",
"@revenuecat/purchases-js": "^0.2.1",
"@rive-app/react-canvas": "^4.1.4",
"@stripe/stripe-js": "^2.0.0",
"@tanstack/react-query": "^5.28.9",
"@tanstack/react-table": "^8.17.3",
"algoliasearch": "^4.23.2",
"chart.js": "^4.4.3",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"firebase": "^10.13.0",
"framer-motion": "^7.10.3",
"fs": "^0.0.1-security",
"google-one-tap": "^1.0.6",
"imagemin": "^8.0.1",
"imagemin-jpegtran": "^7.0.0",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"lru-cache": "^10.2.2",
"lucide-react": "^0.378.0",
"mapbox-gl": "^3.3.0",
"next": "^14.2.6",
"next-themes": "^0.3.0",
"posthog-js": "^1.194.1",
"react": "^18.2.0",
"react-aria": "^3.33.1",
"react-chartjs-2": "^5.2.0",
"react-day-picker": "^8.10.1",
"react-dom": "^18.2.0",
"react-gauge-component": "^1.2.21",
"react-hook-form": "^7.51.4",
"react-hooks-global-state": "^2.0.0",
"react-hotkeys-hook": "^4.5.0",
"react-icons": "^4.11.0",
"react-instantsearch": "^7.7.0",
"react-map-gl": "^7.1.7",
"react-modal-sheet": "^2.2.0",
"react-phone-number-input": "^3.3.2",
"react-snowfall": "^1.2.1",
"react-stately": "^3.31.1",
"react-swipeable": "^7.0.0",
"react-use-keypress": "^1.3.1",
"stream-chat": "^8.31.0",
"stream-chat-react": "^11.18.1",
"stripe": "^12.17.0",
"styled-components": "^6.1.8",
"tailwind-merge": "^2.3.0",
"three": "^0.165.0",
"three-globe": "^2.31.1",
"uuid": "^9.0.0",
"zod": "^3.23.8",
"zustand": "^4.5.2"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/date-fns": "^2.6.0",
"@types/google-one-tap": "^1.2.6",
"@types/lodash": "^4.17.4",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"@typescript-eslint/typescript-estree": "^7.14.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.9.0",
"eslint-config-google": "^0.14.0",
"eslint-config-next": "^14.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-sonarjs": "^0.21.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"postcss": "^8.4.33",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"react-ga": "^3.3.1",
"tailwindcss": "^3.4.4",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.3.3"
}
}