-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
116 lines (116 loc) · 3.88 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
{
"name": "fe-gendesign",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"supabase": "npx supabase gen types typescript --project-id \"$PROJECT_REF\" --schema public > types/supabase.ts",
"lint": "eslint . --ext .js,.jsx,.tsx; exit 0",
"preflight": "eslint . --config .eslintrc --ext .js,.jsx,.ts,.tsx; npx tsc --project tsconfig.json; npx prettier --check ./src/api/**/* ./src/components/**/* ./src/utils/**/* ./pages/**/*; next build; exit 0"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@clerk/nextjs": "^4.29.9",
"@headlessui/react": "^1.7.18",
"@headlessui/tailwindcss": "^0.2.0",
"@heroicons/react": "^2.0.18",
"@hookform/resolvers": "^3.3.4",
"@nivo/bar": "^0.85.1",
"@nivo/core": "^0.85.1",
"@radix-ui/react-accordion": "^1.1.2",
"@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.5",
"@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-menubar": "^1.0.4",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.5",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-scroll-area": "^1.0.4",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-separator": "^1.0.3",
"@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-tooltip": "^1.0.6",
"@react-three/fiber": "^8.16.1",
"@reduxjs/toolkit": "^2.1.0",
"@remixicon/react": "^4.2.0",
"@stripe/stripe-js": "^3.0.10",
"@supabase/supabase-js": "^2.39.7",
"@tabler/icons-react": "^3.1.0",
"@tanstack/react-table": "^8.13.2",
"@tremor/react": "^3.15.0",
"@types/node": "20.6.4",
"@types/react": "^18.2.64",
"@types/react-dom": "18.2.7",
"axios": "^1.6.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"d3-scale": "^4.0.2",
"date-fns": "^3.6.0",
"debounce": "^2.0.0",
"flatted": "^3.3.1",
"font-awesome": "^4.7.0",
"framer-motion": "^11.0.25",
"http-proxy-middleware": "^2.0.6",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.358.0",
"micro": "^10.0.1",
"mini-svg-data-uri": "^1.4.4",
"next": "^14.1.4",
"next-themes": "^0.2.1",
"openai": "^4.28.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-element-to-jsx-string": "^15.0.0",
"react-hook-form": "^7.51.1",
"react-icons": "^4.12.0",
"react-redux": "^9.1.0",
"request-ip": "^3.3.0",
"sonner": "^1.4.3",
"stripe": "^14.22.0",
"svix": "^1.21.0",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"three": "^0.163.0",
"tw-merge": "^0.0.1-alpha.3",
"typescript": "5.2.2",
"typewriter-effect": "^2.21.0",
"use-debounce": "^10.0.0",
"usehooks-ts": "^2.16.0",
"uuid": "^9.0.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@types/jsonwebtoken": "^9.0.6",
"@types/request-ip": "^0.0.41",
"@types/three": "^0.163.0",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"autoprefixer": "^10.4.16",
"eslint": "^8.50.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^14.1.3",
"eslint-config-node": "^4.1.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"file-loader": "^6.2.0",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"supabase": "^1.148.6",
"tailwindcss": "^3.3.3"
}
}