-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
114 lines (114 loc) · 3.85 KB
/
package.json
File metadata and controls
114 lines (114 loc) · 3.85 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "vault-web",
"version": "1.1.0",
"private": true,
"license": "ISC",
"scripts": {
"version": "npx genversion --es6 --double ./src/config/version.ts",
"postinstall": "yarn run version",
"predev": "yarn run version",
"dev": "next dev",
"prebuild": "yarn run version",
"build": "next build",
"prestart": "yarn run version",
"start": "next start",
"check:ts": "npx tsc --noEmit",
"check:format": "npx prettier . --check",
"check:lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"check": "yarn run check:format && yarn run check:lint && yarn run check:ts",
"fix:format": "npx prettier . --write",
"fix:lint": "eslint . --fix --ext .js,.jsx,.ts,.tsx",
"fix": "yarn run fix:format && yarn run fix:lint"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@hookform/resolvers": "^5.0.1",
"@notionhq/client": "^3.0.1",
"@radix-ui/react-accordion": "^1.2.10",
"@radix-ui/react-alert-dialog": "^1.1.13",
"@radix-ui/react-avatar": "^1.1.9",
"@radix-ui/react-checkbox": "^1.3.1",
"@radix-ui/react-dialog": "1.0.5",
"@radix-ui/react-dropdown-menu": "^2.1.14",
"@radix-ui/react-label": "^2.1.6",
"@radix-ui/react-navigation-menu": "^1.2.12",
"@radix-ui/react-popover": "^1.1.13",
"@radix-ui/react-progress": "^1.1.6",
"@radix-ui/react-scroll-area": "^1.2.8",
"@radix-ui/react-select": "^2.2.4",
"@radix-ui/react-separator": "^1.1.6",
"@radix-ui/react-slider": "^1.3.4",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-switch": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.11",
"@radix-ui/react-toast": "^1.2.13",
"@radix-ui/react-tooltip": "^1.2.6",
"@sentry/nextjs": "^9.18.0",
"@tanstack/query-sync-storage-persister": "^5.76.0",
"@tanstack/react-query": "^5.76.0",
"@tanstack/react-query-persist-client": "^5.76.0",
"@tanstack/react-table": "^8.21.3",
"@verida/account": "^4.4.5",
"@verida/account-node": "^4.4.5",
"@verida/account-web-vault": "^4.4.5",
"@verida/client-ts": "^4.4.5",
"@verida/did-client": "^4.4.5",
"@verida/types": "^4.4.1",
"@verida/vda-common": "^4.4.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.0",
"cmdk": "1.1.1",
"countries-list": "^3.1.1",
"date-fns": "^4.1.0",
"ethers": "^5.8.0",
"heic2any": "^0.0.4",
"lucide-react": "^0.510.0",
"next": "^14.2.28",
"next-plausible": "^3.12.4",
"next-themes": "^0.4.6",
"nuqs": "^2.4.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.56.3",
"react-markdown": "^10.1.0",
"react-transition-group": "^4.4.5",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^2.6.0",
"thirdweb": "^5.99.0",
"use-debounce": "^10.0.4",
"usehooks-ts": "^3.1.1",
"zod": "^3.24.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@tanstack/react-query-devtools": "^5.75.7",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/node": "^18.19.100",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-transition-group": "^4.4.12",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"autoprefixer": "^10.4.21",
"eslint": "^8.57.0",
"eslint-config-next": "15.3.2",
"eslint-config-prettier": "10.1.5",
"eslint-plugin-prettier": "^5.4.0",
"file-loader": "^6.2.0",
"genversion": "^3.2.0",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.3"
},
"resolutions": {
"qrcode-with-logos": "1.0.3",
"@radix-ui/react-dismissable-layer": "1.0.5",
"@radix-ui/react-dialog": "1.0.5",
"@radix-ui/react-focus-scope": "1.0.4"
}
}