-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
149 lines (149 loc) · 4.8 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"name": "@function03-labs/app-walletlabels",
"version": "0.2.1",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint '**/*.{ts,tsx}'",
"lint-fix": "next lint --fix",
"format": "prettier . --list-different",
"fix": "prettier . --write",
"run-ci": "concurrently -c \"auto\" -p \"name\" -n \"format,lint\" \"pnpm format\" \"pnpm lint\" ",
"prepare": "husky ; prisma generate --no-engine ; wagmi generate",
"generate:auth": "prisma generate --schema=./prisma/schema2.prisma"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"./src": [
"lint",
"prettier"
]
},
"engines": {
"npm": ">=7.0.0",
"node": ">=18.0.0"
},
"dependencies": {
"@auth/prisma-adapter": "^2.7.4",
"@chakra-ui/react": "^2.8.2",
"@emotion/styled": "^11.14.0",
"@glideapps/glide-data-grid": "^6.0.3",
"@glideapps/glide-data-grid-cells": "^6.0.3",
"@hookform/resolvers": "^3.1.1",
"@lemonsqueezy/lemonsqueezy.js": "^3.3.1",
"@prisma/extension-accelerate": "^1.0.0",
"@radix-ui/react-accordion": "^1.1.0",
"@radix-ui/react-alert-dialog": "^1.0.2",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.1",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.1",
"@radix-ui/react-form": "^0.0.2",
"@radix-ui/react-label": "^2.0.0",
"@radix-ui/react-navigation-menu": "^1.1.1",
"@radix-ui/react-popover": "^1.0.2",
"@radix-ui/react-progress": "^1.0.1",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.0.2",
"@radix-ui/react-select": "^1.2.0",
"@radix-ui/react-separator": "^1.0.1",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.1",
"@radix-ui/react-tabs": "^1.0.2",
"@radix-ui/react-toast": "^1.1.3",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.0.3",
"@radix-ui/themes": "^3.0.2",
"@rainbow-me/rainbowkit": "1.0.1",
"@rainbow-me/rainbowkit-siwe-next-auth": "^0.4.0",
"@supabase/supabase-js": "^2.42.1",
"@t3-oss/env-nextjs": "^0.11.1",
"@tanstack/react-query": "^5.62.11",
"@tanstack/react-table": "^8.19.2",
"@vercel/analytics": "^1.2.2",
"@wagmi/cli": "^1.1.0",
"addreth": "^2.0.0",
"class-variance-authority": "^0.4.0",
"clsx": "^1.2.1",
"cmdk": "^1.0.0",
"cryptocurrency-icons": "^0.18.1",
"framer-motion": "^8.4.3",
"fuse.js": "^7.0.0",
"google-auth-library": "^9.15.0",
"iron-session": "^8.0.3",
"jotai": "^1.13.0",
"lucide-react": "^0.367.0",
"luxon": "^3.2.1",
"marked": "^15.0.4",
"md5": "^2.3.0",
"mongodb": "^6.6.0",
"next": "^14.2.4",
"next-auth": "^4.24.7",
"next-pwa": "^5.6.0",
"next-themes": "^0.2.1",
"nodemailer": "^6.9.16",
"papaparse": "^5.4.1",
"react": "^18.2.0",
"react-countup": "^6.5.3",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.43.9",
"react-icons": "^4.9.0",
"react-instantsearch": "^7.7.3",
"react-responsive-carousel": "^3.2.23",
"react-table": "^7.8.0",
"react-wrap-balancer": "^0.3.0",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"tailwindcss-animate": "^1.0.7",
"typesense-instantsearch-adapter": "^2.8.0",
"wagmi": "1.3.10",
"zod": "^3.21.4"
},
"devDependencies": {
"@babel/core": "7.18.5",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"@prisma/client": "^6.1.0",
"@svgr/webpack": "^6.5.1",
"@tsconfig/next": "^1.0.4",
"@types/luxon": "^3.2.0",
"@types/node": "^17.0.31",
"@types/papaparse": "^5.3.14",
"@types/react": "18.2.38",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "18.2.17",
"@types/react-table": "^7.7.14",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"autoprefixer": "^10.4.13",
"concurrently": "^8.2.0",
"eslint": "8.30.0",
"eslint-config-next": "14.0.3",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-tailwindcss": "^3.5.0",
"eslint-plugin-testing-library": "^5.5.1",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.2",
"lint-staged": "^13.1.0",
"postcss": "^8.4.19",
"prettier": "^2.8.1",
"prettier-plugin-tailwindcss": "^0.2.0",
"prisma": "^5.21.1",
"typescript": "5.0.4"
}
}