forked from safetrustcr/Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.84 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
{
"name": "application",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,css,md}\"",
"graphql-codegen": "graphql-codegen",
"codegen": "graphql-codegen --config codegen.ts"
},
"dependencies": {
"@albedo-link/intent": "^0.12.0",
"@apollo/client": "^3.11.10",
"@apollo/experimental-nextjs-app-support": "^0.11.6",
"@creit.tech/stellar-wallets-kit": "^1.2.3",
"@hookform/resolvers": "^3.9.0",
"@tanstack/react-query": "^5.61.0",
"@types/leaflet": "^1.9.14",
"axios": "^1.7.7",
"clsx": "^2.1.1",
"firebase": "^11.0.2",
"graphql": "^16.9.0",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2",
"next": "^15.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.3.5",
"react-hook-form": "^7.53.1",
"react-icons": "^5.3.0",
"react-leaflet": "^5.0.0-rc.1",
"react-router-dom": "^6.28.0",
"react-toastify": "^10.0.6",
"tailwind-merge": "^2.5.5",
"zod": "^3.23.8",
"zustand": "^5.0.0"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.3",
"@graphql-codegen/client-preset": "4.5.0",
"@graphql-codegen/typescript": "^4.1.1",
"@graphql-codegen/typescript-operations": "^4.3.1",
"@graphql-codegen/typescript-react-apollo": "^4.3.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.15",
"typescript": "^5"
}
}