-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.47 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "./build.sh",
"dev": "AWS_PROFILE=studyhq nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"start": "dotenvx run -- node .output/server/index.mjs",
"postinstall": "patch-package && nuxt prepare",
"lint": "prettier --write ."
},
"dependencies": {
"@aws-sdk/client-cloudwatch-logs": "^3.600.0",
"@aws-sdk/client-dynamodb": "^3.592.0",
"@aws-sdk/util-dynamodb": "^3.592.0",
"@dotenvx/dotenvx": "^1.0.0",
"@nuxt/ui": "^2.16.0",
"@nuxt/ui-pro": "^1.2.0",
"@nuxtjs/google-fonts": "^3.2.0",
"@pinia/nuxt": "^0.5.1",
"@shikijs/markdown-it": "^1.10.1",
"@types/events": "^3.0.3",
"@types/formidable": "^3.4.5",
"@types/markdown-it": "^14.1.1",
"@vueuse/core": "^10.10.0",
"events": "^3.3.0",
"formidable": "^3.5.1",
"h3-formidable": "^1.0.0",
"markdown-it": "^14.1.0",
"markdown-it-latex": "^0.2.0",
"markdown-it-mathjax3": "^4.3.2",
"nuxt": "3.12.2",
"nuxt-auth-utils": "^0.0.25",
"openai": "^4.47.2",
"patch-package": "^8.0.0",
"pinia": "^2.1.7",
"prettier": "^3.2.5",
"stripe": "^15.10.0",
"typescript": "^5.5.3",
"vitest": "^1.6.0",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
},
"packageManager": "yarn@1.22.19+sha512.ff4579ab459bb25aa7c0ff75b62acebe576f6084b36aa842971cf250a5d8c6cd3bc9420b22ce63c7f93a0857bc6ef29291db39c3e7a23aab5adfd5a4dd6c5d71"
}