-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1 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
{
"name": "@roll-stack/web-app",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --port 3501",
"preview": "PORT=3501 nuxt preview",
"clean": "rm -rf dist",
"clean:modules": "rm -rf .nuxt node_modules",
"typecheck": "nuxt typecheck",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@dicebear/collection": "catalog:",
"@dicebear/core": "catalog:",
"@neoconfetti/vue": "catalog:",
"@openai/agents": "catalog:",
"@pinia/nuxt": "catalog:",
"@roll-stack/database": "workspace:*",
"@roll-stack/ui": "workspace:*",
"arktype": "catalog:",
"aws4fetch": "catalog:",
"date-fns": "catalog:",
"ioredis": "catalog:",
"libphonenumber-js": "catalog:",
"nuxt-tiptap-editor": "catalog:",
"openai": "catalog:",
"pinia": "catalog:",
"sharp": "catalog:"
},
"devDependencies": {
"@types/node": "catalog:",
"nuxt": "catalog:",
"nuxt-auth-utils": "catalog:"
}
}