-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 918 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 918 Bytes
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
{
"name": "XCS",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"db:generate": "drizzle-kit generate",
"db:push": "drizzle-kit push",
"db:migrate": "drizzle-kit migrate",
"db:studio": "drizzle-kit studio"
},
"dependencies": {
"@helia/unixfs": "^4.0.1",
"@nuxt/ui": "^4.0.1",
"drizzle-orm": "^0.44.6",
"eventemitter3": "^5.0.1",
"helia": "^6.0.1",
"multiformats": "^13.3.1",
"postgres": "^3.4.7",
"vue": "^3.5.22",
"vue-router": "^4.5.1",
"xrpl": "^4.4.2",
"xrpl-connect": "^0.3.0",
"zod": "^4.1.12"
},
"devDependencies": {
"@iconify-json/heroicons": "^1.2.3",
"@iconify-json/lucide": "^1.2.69",
"drizzle-kit": "^0.31.5",
"nuxt": "^4.1.3",
"typescript": "^5.3.3"
}
}